shennetsind 8897b74690 Removed sleep() from root privileges message, reworded. %!s(int64=13) %!d(string=hai) anos
..
CMakeLists.txt 45f0261147 * Merged changes up to eAthena 15014. %!s(int64=13) %!d(string=hai) anos
Makefile.in 45f0261147 * Merged changes up to eAthena 15014. %!s(int64=13) %!d(string=hai) anos
cbasetypes.h 9703374f8a * Fix C++ compilation issues. %!s(int64=13) %!d(string=hai) anos
core.c 8897b74690 Removed sleep() from root privileges message, reworded. %!s(int64=13) %!d(string=hai) anos
core.h b02133b422 * Merges from charmerge: %!s(int64=14) %!d(string=hai) anos
db.c 1810f2efcc * Merged changes up to eAthena 15032. %!s(int64=13) %!d(string=hai) anos
db.h 1810f2efcc * Merged changes up to eAthena 15032. %!s(int64=13) %!d(string=hai) anos
des.c a0cd90cb2f * Merged changes up to eAthena 15024. %!s(int64=13) %!d(string=hai) anos
des.h 45f0261147 * Merged changes up to eAthena 15014. %!s(int64=13) %!d(string=hai) anos
ers.c a11e789e0a - Fixed some typos in the script command documentation. (bugreport:2547) %!s(int64=16) %!d(string=hai) anos
ers.h fa5015a913 Removed extra guards around cbasetypes.h include lines, since they give no performance improvement. %!s(int64=14) %!d(string=hai) anos
grfio.c 460da8c949 getting rid of some ubuntu-specific console errors %!s(int64=13) %!d(string=hai) anos
grfio.h a0cd90cb2f * Merged changes up to eAthena 15024. %!s(int64=13) %!d(string=hai) anos
lock.c e26ea94a2f * Reverted r14563, due to multiple issues which render the source malfunctioning or uncompilable. To be redone later (bugreport:4627). %!s(int64=14) %!d(string=hai) anos
lock.h 49096125fb Applied a consistent look to all header files (copyright, ifdefs) %!s(int64=18) %!d(string=hai) anos
malloc.c b8704518db * Made GCOLLECT use it's debug functions. %!s(int64=14) %!d(string=hai) anos
malloc.h b8704518db * Made GCOLLECT use it's debug functions. %!s(int64=14) %!d(string=hai) anos
mapindex.c e7e8d8b953 * Removed auto-add feature from mapindex code, as map indexes are used for save data, thus need to be constant across server starts (since r4726). %!s(int64=14) %!d(string=hai) anos
mapindex.h 1752b766c9 Corrected an event mob being summoned in Endless tower (bugreport:4942) %!s(int64=13) %!d(string=hai) anos
md5calc.c e26ea94a2f * Reverted r14563, due to multiple issues which render the source malfunctioning or uncompilable. To be redone later (bugreport:4627). %!s(int64=14) %!d(string=hai) anos
md5calc.h e7607efb6c * Removed online_check config options. (always active now) %!s(int64=16) %!d(string=hai) anos
mmo.h 1810f2efcc * Merged changes up to eAthena 15032. %!s(int64=13) %!d(string=hai) anos
nullpo.c 711d01a128 Reformatting @_@ %!s(int64=18) %!d(string=hai) anos
nullpo.h 7e9f1e929c * Nullpo's disabled on release builds. %!s(int64=17) %!d(string=hai) anos
plugin.h 9703374f8a * Fix C++ compilation issues. %!s(int64=13) %!d(string=hai) anos
plugins.c 73ea4abec4 * Fixed 'console' plugin not working on Windows, due to NULL passed to CreateThread instead of required pointer to thread id variable. %!s(int64=14) %!d(string=hai) anos
plugins.h fa5015a913 Removed extra guards around cbasetypes.h include lines, since they give no performance improvement. %!s(int64=14) %!d(string=hai) anos
random.c 161a499c76 * Added Mersenne Twister MT19937 as a random number generator. %!s(int64=14) %!d(string=hai) anos
random.h fa5015a913 Removed extra guards around cbasetypes.h include lines, since they give no performance improvement. %!s(int64=14) %!d(string=hai) anos
showmsg.c a785b383d7 Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll get it sorted. %!s(int64=13) %!d(string=hai) anos
showmsg.h a785b383d7 Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll get it sorted. %!s(int64=13) %!d(string=hai) anos
socket.c d0aafe2fdc * Added a check to WFIFOSET to detect zero-length 'sets' of packets, that could cause memory corruption (through code after WFIFOHEAD(fd,packet_len(cmd)) where the length is 0). %!s(int64=13) %!d(string=hai) anos
socket.h fa5015a913 Removed extra guards around cbasetypes.h include lines, since they give no performance improvement. %!s(int64=14) %!d(string=hai) anos
sql.c edcb998d59 Replaced custom type 'intptr' with standard 'intptr_t'. %!s(int64=14) %!d(string=hai) anos
sql.h 2029786d9d - Added SQL_INNODB switch for databases running under InnoDB (where INSERT DELAYED would break log table support) %!s(int64=13) %!d(string=hai) anos
strlib.c 9703374f8a * Fix C++ compilation issues. %!s(int64=13) %!d(string=hai) anos
strlib.h fa5015a913 Removed extra guards around cbasetypes.h include lines, since they give no performance improvement. %!s(int64=14) %!d(string=hai) anos
timer.c edcb998d59 Replaced custom type 'intptr' with standard 'intptr_t'. %!s(int64=14) %!d(string=hai) anos
timer.h fa5015a913 Removed extra guards around cbasetypes.h include lines, since they give no performance improvement. %!s(int64=14) %!d(string=hai) anos
utils.c 6aa18784a3 * Random accumulated tweaks and fixes. %!s(int64=14) %!d(string=hai) anos
utils.h fa5015a913 Removed extra guards around cbasetypes.h include lines, since they give no performance improvement. %!s(int64=14) %!d(string=hai) anos
version.h 49096125fb Applied a consistent look to all header files (copyright, ifdefs) %!s(int64=18) %!d(string=hai) anos