Commit History

Author SHA1 Message Date
  flaviojs 7fe7c8d9cb * Changed limit definitions used in WBUF* and WFIFO* to the intended fixed size alternatives. 14 years ago
  flaviojs b13fa85a3f reverting unintended change in r14897 (3rdparty line removed) 14 years ago
  flaviojs e3dc463655 * CMake: lowered required version to 2.8.3 and moved custom cmake modules to 3rdparty/cmake. 14 years ago
  flaviojs 2ca6ba676f * Temporary fix for bugreport:4961 (unintended conversion from signed to unsigned). 14 years ago
  ai4rei 4d6e77c875 * Added script command 'getmercinfo' for retrieving information about a mercenary of an online character. 14 years ago
  flaviojs 31cbbf1917 * CMake: added search for math library, made CPack existence optional, updated the search for mysqlclient and corrected misspelled variables (tested with FreeBSD-8.2-i386) 14 years ago
  ai4rei ac908248b5 * Removed duplicate entries for Gunslinger and Ninja in msg_athena.conf (since r5506). 14 years ago
  ai4rei 8a08767917 * Replaced compress/uncompress inline code (encode_zip/decode_zip) with the respective zlib library calls while keeping 3rdparty calls inside common code (follow up to r14888, related r14808). 14 years ago
  flaviojs 7e4a0b3266 * CMake: normalized variable names, added ability to create a package/installer. 14 years ago
  flaviojs 9be2d9dbbd * CMake: src/common builds static libraries common_base/common_sql, that are used as dependencies by the other targets. 14 years ago
  flaviojs 0394156c54 * Merged decode_zip/encode_zip from eapp's grfio to replace our direct use of zlib's uncompress/compress. 14 years ago
  flaviojs 612e016e59 * Changed grfio.c include order and moved zlib include from the header to the source. 14 years ago
  flaviojs 9ef5902840 * CMake: split txt and sql variants of login-server and map-server. 14 years ago
  ai4rei 8da289c02a * Fixed 'strnlen' still causing warnings in db.c on Debian (follow up to r14855). 14 years ago
  ai4rei 442f27c128 * Corrected npcdb_checkid to exclude border constants 400 (JT_NEW_NPC_START) and 1000 (JT_MON_BEGIN) (since r4425 and r12025, related r4537). 14 years ago
  ai4rei 7cb94965db * Fixed minor stuff in login/char converter VS6 project files (since r14858). 14 years ago
  ai4rei 2c1290cae2 * More instancing updates. 14 years ago
  ai4rei b91aa20b3d * Random updates to instance system. 14 years ago
  flaviojs 0a7528681e * CMake: marked executables as different components and other miscellaneous changes. [FlavioJS] 14 years ago
  ultramage fa5015a913 Removed extra guards around cbasetypes.h include lines, since they give no performance improvement. 14 years ago
  ultramage 8a123381c6 Reimplemented integer typedefs in cbasetypes.h in terms of standard ones in stdint.h. 14 years ago
  ultramage 2f07f03a5a Added back intptr/uintptr typedefs for backwards compatibility. 14 years ago
  ultramage edcb998d59 Replaced custom type 'intptr' with standard 'intptr_t'. 14 years ago
  flaviojs 27799f566d * Added experimental support for CMake. (for now: basic build, no extras, only tested with VS10 and cygwin) 14 years ago
  flaviojs f4d8ec2ff0 * Added common/random and 3rdparty/mt19937ar to project files, makefiles and configure script. 14 years ago
  ai4rei 2ca000132b * Fixed a signed literal being assigned to an unsigned variable and other minor cleanups in malloc (bugreport:4765). 14 years ago
  ai4rei d98c0e77cd * Fixed @mobinfo displaying mvp rewards with 'AegisName' although normal drops use 'Name' item db column (bugreport:4981, follow up to r6346). 14 years ago
  ultramage d480c27293 Fixed quest index memory corruption when adding new quests (since r14039, bugreport:4982). 14 years ago
  ultramage e69f094b30 Slightly cleaned up some ancient Brandish Spear code: 14 years ago
  flaviojs 161a499c76 * Added Mersenne Twister MT19937 as a random number generator. 14 years ago