Age | Commit message (Expand) | Author | Files | Lines |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-06-19 | Cleaned up some #includes | Haru | 1 | -1/+0 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -12/+12 |
2015-05-17 | Fixed some issues detected by coverity scan | Haru | 1 | -1/+1 |
2015-04-09 | Add checks to int_storage.c | Andrei Karas | 1 | -1/+7 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -7/+4 |
2015-01-12 | Fixed some -Wformat-security warnings | Haru | 1 | -2/+2 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -7/+7 |
2014-11-15 | Move global variable into interface in inter.c | Andrei Karas | 1 | -48/+48 |
2014-11-15 | Add most functions from int_storage.c to interfaces. | Andrei Karas | 1 | -14/+36 |
2014-11-15 | Add most functions from char.c to interfaces. | Andrei Karas | 1 | -5/+5 |
2014-11-15 | Add prefix inter_storage_ to most functions in int_storage.c | Andrei Karas | 1 | -7/+7 |
2014-11-15 | Add prefix char_ to most functions in char.c | Andrei Karas | 1 | -5/+5 |
2014-10-25 | Added some missing variable initializations | Haru | 1 | -0/+1 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -10/+7 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -9/+13 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -13/+9 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -9/+13 |
2014-04-12 | Added sanity checks in itemboundretrieve_sub | panikon | 1 | -2/+11 |
2014-04-12 | Fixed some compiler/analyzer warnings. | Haru | 1 | -9/+10 |
2014-04-10 | Fixed issue: 7936 | panikon | 1 | -8/+60 |
2013-12-05 | Fixed Bug 7879 | shennetsind | 1 | -5/+7 |
2013-11-07 | Item Bound Fixes/Adjustments/Improvements | shennetsind | 1 | -32/+26 |
2013-10-31 | No error after compilation, but when logging in at map server it will crash. | sevenzz23 | 1 | -16/+151 |
2013-05-15 | HPM Update | shennetsind | 1 | -46/+47 |
2013-01-08 | * Renaming variable name from nsiuid to unique_id for better understanding of... | markzd | 1 | -4/+4 |
2013-01-07 | - Fixed a typo on SQL single quote, in int_storage.c, follow up r17080.(bugre... | markzd | 1 | -1/+1 |
2013-01-07 | * Implemented Unique identifier for Non stackable items. (tid:69380) | markzd | 1 | -4/+6 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -183/+169 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -169/+183 |
2012-01-20 | Merged TXT removal branch back to trunk. | gepard1984 | 1 | -364/+137 |
2010-12-18 | * Renamed item array in 'struct guild_storage' from 'storage_' to 'items' to ... | ai4rei | 1 | -14/+14 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 1 | -8/+8 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 1 | -8/+8 |
2010-11-22 | * Fixed a crash when shutting down char-server (TXT only), after it failed to... | ai4rei | 1 | -4/+10 |
2010-08-03 | - Merged a few minor bugfixes | Skotlex | 1 | -2/+2 |
2008-08-19 | * Fixed a storage saving issue with txt charserver (bugreport:2084) | ultramage | 1 | -73/+88 |
2008-08-10 | Some small code cleaning | ultramage | 1 | -8/+0 |
2008-07-13 | Modified storage data loading | ultramage | 1 | -53/+20 |
2008-07-13 | storage code cleanup (no behavioral changes yet) | ultramage | 1 | -41/+53 |
2008-07-10 | Renamed 'storage_' to 'items' in the storage_data structure. | ultramage | 1 | -14/+14 |
2008-07-10 | Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl... | ultramage | 1 | -19/+19 |
2008-04-12 | TXT code has been re uploaded. Please note this does not change the fact that... | Kevin | 1 | -0/+481 |
2008-04-12 | I live in a giant bucket. | Kevin | 1 | -481/+0 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -4/+4 |
2008-01-06 | Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge... | ultramage | 1 | -2/+0 |
2007-11-08 | * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. | FlavioJS | 1 | -4/+4 |
2007-10-17 | Using predefined constants as parameters to the exit() function. | ultramage | 1 | -2/+2 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -4/+5 |