Age | Commit message (Expand) | Author | Files | Lines |
2011-12-05 | - Added SQL_INNODB switch for databases running under InnoDB (where INSERT DE... | epoque11 | 1 | -1/+4 |
2011-12-05 | Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ... | shennetsind | 3 | -2/+81 |
2011-12-01 | Updated core.c ASCII art to reflect RAthena rather than eAthena. | calciumkid | 1 | -15/+11 |
2011-11-17 | * Added a check to WFIFOSET to detect zero-length 'sets' of packets, that cou... | ai4rei | 1 | -0/+8 |
2011-10-16 | * Added a message indicating how many concurrent connections the server was c... | ai4rei | 1 | -0/+4 |
2011-10-16 | * Added field for the change slot feature to character select list packet for... | ai4rei | 1 | -0/+1 |
2011-10-07 | * Remove fds from the shortlist before processing. | flaviojs | 1 | -14/+16 |
2011-09-08 | * Fix C++ compilation issues. | flaviojs | 6 | -12/+41 |
2011-09-05 | * Add consistency checks to the shortlist. | flaviojs | 1 | -2/+17 |
2011-07-22 | * CMake: Added options BUILD_TXT_SERVERS, BUILD_SQL_SERVERS, BUILD_MAPCACHE. | flaviojs | 1 | -4/+2 |
2011-07-21 | * CMake: Only install template files if they don't already exist. | flaviojs | 1 | -2/+2 |
2011-07-20 | * Made GCOLLECT use it's debug functions. | flaviojs | 2 | -36/+42 |
2011-07-20 | Removed malloc's Atomic (-A) function macros (see r968, changelog 01/20). The... | ultramage | 2 | -53/+6 |
2011-07-19 | * Made NO_MEMMGR only be set as a default value, allowing for simultaneous us... | flaviojs | 3 | -80/+82 |
2011-07-15 | * Changed the warning message of when setrlimit fails to be more explicit. | flaviojs | 1 | -2/+9 |
2011-07-12 | * CMake: added search for math.h, added search for socket/nsl library. (teste... | flaviojs | 1 | -0/+3 |
2011-07-12 | * CMake: set project language to C, added module FindFunctionLibrary, added s... | flaviojs | 1 | -5/+5 |
2011-07-11 | * Added bonus3 bAddClassDropItem, care of Epoque. | L0ne_W0lf | 1 | -1/+1 |
2011-07-10 | * CMake: added txt-converter targets, added warning for 64bit, added list of ... | flaviojs | 1 | -2/+4 |
2011-07-10 | * Temporary fix for bugreport:4961 (unintended conversion from signed to unsi... | flaviojs | 1 | -0/+10 |
2011-07-07 | * Replaced compress/uncompress inline code (encode_zip/decode_zip) with the r... | ai4rei | 1 | -54/+2 |
2011-07-07 | * CMake: normalized variable names, added ability to create a package/installer. | flaviojs | 1 | -18/+7 |
2011-07-06 | * CMake: src/common builds static libraries common_base/common_sql, that are ... | flaviojs | 1 | -10/+125 |
2011-07-06 | * Merged decode_zip/encode_zip from eapp's grfio to replace our direct use of... | flaviojs | 2 | -3/+75 |
2011-07-06 | * Changed grfio.c include order and moved zlib include from the header to the... | flaviojs | 2 | -9/+6 |
2011-07-04 | * Fixed 'strnlen' still causing warnings in db.c on Debian (follow up to r148... | ai4rei | 1 | -1/+0 |
2011-06-30 | Removed extra guards around cbasetypes.h include lines, since they give no pe... | ultramage | 9 | -20/+0 |
2011-06-30 | Reimplemented integer typedefs in cbasetypes.h in terms of standard ones in s... | ultramage | 1 | -56/+33 |
2011-06-30 | Added back intptr/uintptr typedefs for backwards compatibility. | ultramage | 1 | -0/+7 |
2011-06-30 | Replaced custom type 'intptr' with standard 'intptr_t'. | ultramage | 6 | -34/+11 |
2011-06-29 | * Added experimental support for CMake. (for now: basic build, no extras, onl... | flaviojs | 1 | -0/+40 |
2011-06-27 | * Added common/random and 3rdparty/mt19937ar to project files, makefiles and ... | flaviojs | 1 | -8/+17 |
2011-06-26 | * Fixed a signed literal being assigned to an unsigned variable and other min... | ai4rei | 1 | -6/+2 |
2011-06-25 | Slightly cleaned up some ancient Brandish Spear code: | ultramage | 1 | -6/+0 |
2011-06-25 | * Added Mersenne Twister MT19937 as a random number generator. | flaviojs | 2 | -0/+103 |
2011-06-22 | Added enum e_skill_flag to represent the values of struct s_skill's complicat... | ultramage | 1 | -1/+12 |
2011-06-18 | * Fixed missing strlib.h include for compilers without own 'strnlen' implemen... | ai4rei | 1 | -0/+1 |
2011-06-16 | Moved DBMap's string maxlen parameter translation (0 -> UINT16_MAX) to its in... | ultramage | 2 | -19/+6 |
2011-06-16 | Fixed DBMap's db_dup_key to allocate only as much as necessary (bugreport:4969). | ultramage | 1 | -8/+8 |
2011-06-16 | * Merges from charmerge: | flaviojs | 7 | -53/+208 |
2011-05-01 | * Removed functions 'decode_zip' (ancient) and 'encode_zip' (from r824) from ... | ai4rei | 2 | -71/+5 |
2011-05-01 | * Removed auto-add feature from mapindex code, as map indexes are used for sa... | ai4rei | 2 | -13/+0 |
2011-04-16 | * Added support for visible garments/robes. | ai4rei | 1 | -0/+2 |
2011-04-10 | * Added support for clients 2010-11-23aRagexeRE+ and 2011-01-11aRagexeRE+. | ai4rei | 1 | -0/+1 |
2011-04-09 | * Fixed memory corruption when amount of players online approached FD_SETSIZE... | ai4rei | 1 | -4/+1 |
2011-04-08 | * Fixed a compile error when socket send shortlists are disabled (s->eof inst... | ai4rei | 1 | -1/+1 |
2011-04-05 | * Moved detection of monotonic clock support to the configure script, which a... | ai4rei | 1 | -1/+1 |
2011-03-20 | * Random accumulated tweaks and fixes. | ai4rei | 1 | -1/+1 |
2011-03-07 | * Cleaned up packet dumping code. | ai4rei | 2 | -23/+50 |
2011-02-26 | * Reduced MAX_GUILD_STORAGE from 1000 to 600 (like MAX_STORAGE), since storag... | ai4rei | 1 | -1/+1 |