momacabu 8e718efb12 Implemented @warp modification (tid:74181), it check if a map exists regardless of case-sensitivity. Also fixes bugreport:5719. %!s(int64=12) %!d(string=hai) anos
..
CMakeLists.txt 58f563d8c5 - More deletions related to lock removal -_- %!s(int64=12) %!d(string=hai) anos
Makefile.in 294217c2ad Removed lock files since it is no longer being used (bugreport:6767). %!s(int64=12) %!d(string=hai) anos
atomic.h b3b21e6e8c Fixed bugreport:5990 OSX compiling error / warnings %!s(int64=13) %!d(string=hai) anos
cbasetypes.h b15710e75a * Merged eAthena changeset ea:15190. (bugreport:5138) %!s(int64=12) %!d(string=hai) anos
conf.c 1beef8ba89 Major cleanup all over the place, made possible by mkbu95's scan-build report he provided us with. %!s(int64=12) %!d(string=hai) anos
conf.h ab8f7490a0 - Fixed an issue with the instance variable storage system never being initialised (since unknown revision) %!s(int64=13) %!d(string=hai) anos
core.c 0743650416 -Apply mkdu95 fix for bugreport:5145 preventing clone if player dead, (for slave and evil clone) %!s(int64=12) %!d(string=hai) anos
core.h c4a0e9d911 Changed some defines into an enumerator. %!s(int64=13) %!d(string=hai) anos
db.c 7a6a529548 -Add some src basic documentation. %!s(int64=12) %!d(string=hai) anos
db.h 6aabd3d1b7 - Added missing parameter to `db_iput` and `db_uiput` macros (follow-up to r15682). %!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 ee0c86082a Fixed ERS cache linked list algorithm. %!s(int64=12) %!d(string=hai) anos
ers.h a6ff734407 Follow up r16736 fixing something that'd happen when DISABLE_ERS is used. %!s(int64=12) %!d(string=hai) anos
evdp.h 7332a89352 added new networking subsystem (early stage - files are not compiled yet during normal build!) %!s(int64=13) %!d(string=hai) anos
evdp_epoll.c 638642450a - Added svn:eol-style=native property on some recently added text files. %!s(int64=13) %!d(string=hai) anos
grfio.c 0743650416 -Apply mkdu95 fix for bugreport:5145 preventing clone if player dead, (for slave and evil clone) %!s(int64=12) %!d(string=hai) anos
grfio.h a0cd90cb2f * Merged changes up to eAthena 15024. %!s(int64=13) %!d(string=hai) anos
malloc.c 0f697714ac Fixed all warnings left from when compiling with -pedantic, confirmed with gcc, llvm and clang. %!s(int64=13) %!d(string=hai) anos
malloc.h 334d5959be Removed deprecated memory manager macros (follow-up to r14916). %!s(int64=13) %!d(string=hai) anos
mapindex.c 8e718efb12 Implemented @warp modification (tid:74181), it check if a map exists regardless of case-sensitivity. Also fixes bugreport:5719. %!s(int64=12) %!d(string=hai) anos
mapindex.h cf229c9c6d *Added 2 new accessory skills. %!s(int64=13) %!d(string=hai) anos
md5calc.c 54ac5c18de Enabled Mersenne Twister MT19937 as random number generator instead of standard `rand()` function (follow-up to r14865, r14870). %!s(int64=13) %!d(string=hai) anos
md5calc.h e7607efb6c * Removed online_check config options. (always active now) %!s(int64=16) %!d(string=hai) anos
mempool.c 04bc22ca40 Fixed bugreport:5989 map-server crashes. %!s(int64=13) %!d(string=hai) anos
mempool.h 3471d3f35e - added some missing copyrights %!s(int64=13) %!d(string=hai) anos
mmo.h c6b4ffbd97 - Added comments about the max ***_REG_NUM defines in mmo.h %!s(int64=12) %!d(string=hai) anos
mutex.c 04bc22ca40 Fixed bugreport:5989 map-server crashes. %!s(int64=13) %!d(string=hai) anos
mutex.h 3471d3f35e - added some missing copyrights %!s(int64=13) %!d(string=hai) anos
netbuffer.c 7332a89352 added new networking subsystem (early stage - files are not compiled yet during normal build!) %!s(int64=13) %!d(string=hai) anos
netbuffer.h 7332a89352 added new networking subsystem (early stage - files are not compiled yet during normal build!) %!s(int64=13) %!d(string=hai) anos
network.c 638642450a - Added svn:eol-style=native property on some recently added text files. %!s(int64=13) %!d(string=hai) anos
network.h 7332a89352 added new networking subsystem (early stage - files are not compiled yet during normal build!) %!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
raconf.c 3471d3f35e - added some missing copyrights %!s(int64=13) %!d(string=hai) anos
raconf.h 3471d3f35e - added some missing copyrights %!s(int64=13) %!d(string=hai) anos
random.c 1e93aef6ac Console clean up, dropped quite a few pointless messages and modified others to only be displayed when relevant (e.g. you dont need to know you have only 1 subnetwork) %!s(int64=12) %!d(string=hai) anos
random.h 5e32b5948b Changed `rnd()` to return signed number to avoid possible negative-signed to unsigned comparisons (caused by r15483, bugreport:5254). %!s(int64=13) %!d(string=hai) anos
showmsg.c 8612a476a2 Forgot the Show* voiding <3 %!s(int64=12) %!d(string=hai) anos
showmsg.h 8612a476a2 Forgot the Show* voiding <3 %!s(int64=12) %!d(string=hai) anos
socket.c 9758407d3f Fixed bugreport:6779 dropped between-server ping timers, replaced by a much more reliable and performance-efficient on-demand flagging. %!s(int64=12) %!d(string=hai) anos
socket.h 9758407d3f Fixed bugreport:6779 dropped between-server ping timers, replaced by a much more reliable and performance-efficient on-demand flagging. %!s(int64=12) %!d(string=hai) anos
spinlock.h 04165cfcff feature merge bs-coreoptimize->trunk: Atomic Operations, Threading, Spinlock implemnetation. [commit 1/2, windows will followup] %!s(int64=13) %!d(string=hai) anos
sql.c bde86942c0 cleaned up windows header usage (added one central file to use windows / winapi specific stuff, to be able to set the appropriate flags before including it correctly) %!s(int64=13) %!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 334d5959be Removed deprecated memory manager macros (follow-up to r14916). %!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
thread.c aa237aacdd Hello World! with this commit trunk will finally be making use of the gorgeous stuff sirius_black last implemented. we want to make sure everything related to this feature is working as intended so for now its being released under a optional define, after the features stability is confirmed the define will be removed along with the previous processings of the feature. By enabling BETA_THREAD_TEST in /src/config/core.h all your mysql logs, query_sql and query_logsql script functions will be handled by a different thread, therefore any slow queries won't have any effect (e.g. slow down) on the game server. Everyone is welcome on helping us test and debug the features, be aware however I DO NOT RECOMMEND YOU TO ENABLE THIS ON PRODUCTION SERVERS AS OF NOW (which is why while we're all testing it still is a optional feature). %!s(int64=12) %!d(string=hai) anos
thread.h 3471d3f35e - added some missing copyrights %!s(int64=13) %!d(string=hai) anos
timer.c bde86942c0 cleaned up windows header usage (added one central file to use windows / winapi specific stuff, to be able to set the appropriate flags before including it correctly) %!s(int64=13) %!d(string=hai) anos
timer.h c4a0e9d911 Changed some defines into an enumerator. %!s(int64=13) %!d(string=hai) anos
utils.c bde86942c0 cleaned up windows header usage (added one central file to use windows / winapi specific stuff, to be able to set the appropriate flags before including it correctly) %!s(int64=13) %!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
winapi.h bde86942c0 cleaned up windows header usage (added one central file to use windows / winapi specific stuff, to be able to set the appropriate flags before including it correctly) %!s(int64=13) %!d(string=hai) anos