Age | Commit message (Expand) | Author | Files | Lines |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -3/+21 |
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 | Removed ".." from include directives | Haru | 1 | -6/+6 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -7/+5 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -11/+10 |
2014-11-16 | Moved DB_s into db.c | Haru | 1 | -0/+2 |
2014-07-19 | Corrected a dangling pointer in various DBMap/DBIterator functions | Haru | 1 | -8/+14 |
2014-07-11 | Removed unsafe pointer typedefs | Haru | 1 | -53/+53 |
2014-07-09 | Corrected compile errors in case DB_ENABLE_STATS is defined | Haru | 1 | -4/+4 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -7/+7 |
2014-05-13 | Removed trailing whitespace (sources) | Haru | 1 | -14/+14 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -3/+7 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -7/+3 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -3/+7 |
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 |