Age | Commit message (Expand) | Author | Files | Lines |
2014-03-22 | Fixed issue 7338 (added new char configuration char_aegis_delete) | panikon | 1 | -0/+2 |
2014-01-12 | Fixed ERS Cache sharing | shennetsind | 1 | -2/+3 |
2014-01-11 | Hercules 1st 2014 MegaPatch | shennetsind | 1 | -10/+165 |
2013-12-17 | Speed up of several procedures that rely on ERS, _mreallocz ('z'ero) | shennetsind | 1 | -3/+3 |
2013-12-09 | Fixed some logic errors | shennetsind | 1 | -1/+1 |
2013-11-19 | Sanitized and improved several macros through the code | Haru | 1 | -1/+1 |
2013-09-29 | Provided argument-list equivalent for several variadic functions | Haru | 1 | -6/+12 |
2013-07-29 | Ultimate Item DB Update | shennetsind | 1 | -1/+1 |
2013-06-13 | Memory Slasher [2] !!" - 17MB Down! | shennetsind | 1 | -0/+1 |
2013-06-08 | Follow up d73783f22b2bb881aab74524d153d89a5932a199 | shennetsind | 1 | -23/+23 |
2013-06-07 | Hercules Renewal Phase One : pc, party, map, timer | Susu | 1 | -23/+23 |
2013-05-17 | Follow up b3bc657a44a9fbdd1730f569855e25ccd0f8dd01 | shennetsind | 1 | -6/+26 |
2013-05-17 | ERS Report Redesign | shennetsind | 1 | -3/+4 |
2013-05-17 | - Made DB and malloc lib HPM-friendly | Susu | 1 | -989/+1012 |
2013-05-02 | Introducing Hercules Plugin Mananger | shennetsind | 1 | -6/+14 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -1634/+1612 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -1612/+1634 |
2012-10-29 | -Add some src basic documentation. | glighta | 1 | -3/+3 |
2012-09-02 | Hello! few things. | shennetsind | 1 | -1/+1 |
2012-08-22 | Major cleanup all over the place, made possible by mkbu95's scan-build report... | shennetsind | 1 | -6/+7 |
2012-03-13 | Enhanced `DBMap` implementation to allow storing integer type data in additio... | gepard1984 | 1 | -88/+208 |
2012-02-24 | Fixed `va_list` being reused in DBMap code (`linkdb_foreach()`) (bugreport:53... | gepard1984 | 1 | -4/+3 |
2011-12-11 | * Merged changes up to eAthena 15032. | eathenabot | 1 | -8/+0 |
2011-07-04 | * Fixed 'strnlen' still causing warnings in db.c on Debian (follow up to r148... | ai4rei | 1 | -1/+0 |
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 | 1 | -14/+5 |
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 | 1 | -3/+57 |
2011-01-15 | * Various accumulated insignificant fixes to documentation, examples and comm... | ai4rei | 1 | -1/+1 |
2010-12-29 | * Collection of random insignificant changes. | ai4rei | 1 | -1/+1 |
2010-11-19 | * Various VC6-related fixes and tweaks. [Ai4rei] | ai4rei | 1 | -16/+16 |
2009-06-20 | - Instancing System (Thanks to Sirius White who did most of the code, with so... | zephyrus | 1 | -0/+15 |
2008-06-18 | Fixed a bug in the timer code which made it impossible to delete a timer with... | ultramage | 1 | -1/+1 |
2008-05-02 | Added a custom implementation of the va_copy macro for systems that don't pro... | ultramage | 1 | -7/+26 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -10/+25 |
2008-02-19 | * Fixed db_obj_get not handling deleted nodes correctly. (bugreport:999) | FlavioJS | 1 | -8/+17 |
2007-11-09 | * Added a database iterator to db.c/db.h. | FlavioJS | 1 | -1/+341 |
2007-11-08 | * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. | FlavioJS | 1 | -284/+173 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -1/+0 |
2007-04-29 | Gave each file an empty last line, to make svn happier | ultramage | 1 | -1/+0 |
2007-04-16 | * Finally fixed mingw problems, managed to build both TXT and SQL | ultramage | 1 | -3/+3 |
2007-04-09 | * Changed db key from 'unsigned char*' to 'const char*'. | FlavioJS | 1 | -43/+27 |
2007-04-02 | * Some source code cleaning | ultramage | 1 | -0/+4 |
2006-12-21 | - Added a 1-node cache to db. Removed party_cache and guild_cache since now t... | FlavioJS | 1 | -79/+85 |
2006-12-18 | - Cosmetic changes to db. | FlavioJS | 1 | -329/+267 |
2006-12-12 | - Minor changes to ers. | FlavioJS | 1 | -2/+2 |
2006-12-05 | - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt... | FlavioJS | 1 | -2448/+2448 |
2006-05-22 | * WARNING: New scripting system contains memory leak | Lance | 1 | -0/+104 |
2006-01-29 | AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ... | Valaris | 1 | -0/+2344 |
2006-01-29 | Clearing trunk. | Valaris | 1 | -662/+0 |