Age | Commit message (Expand) | Author | Files | Lines |
2015-06-01 | Replaced some of the hardcoded values with constants (misc) | Haru | 1 | -11/+11 |
2015-01-12 | Blocked compilation of plugins that use unavailable functions | Haru | 1 | -0/+2 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -3/+3 |
2014-11-16 | Moved DB_s into db.c | Haru | 1 | -1/+1 |
2014-10-04 | Pathfinding now works exactly as on the client | Michieru | 1 | -0/+99 |
2014-07-11 | Removed some c++ compatibility definitions | Haru | 1 | -3/+3 |
2014-07-11 | Fixed reserved __identifier violations | Haru | 1 | -3/+3 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -3/+3 |
2014-05-13 | Removed trailing whitespace (sources) | Haru | 1 | -20/+20 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -1/+2 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -2/+1 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -1/+2 |
2014-02-02 | Introducing HPM Datacheck | shennetsind | 1 | -3/+3 |
2014-01-12 | Changed some void* to the correct data types where applicable | Haru | 1 | -2/+2 |
2014-01-11 | Hercules 1st 2014 MegaPatch | shennetsind | 1 | -39/+85 |
2013-12-17 | Fixed several compiler warnings | Haru | 1 | -2/+4 |
2013-11-19 | Sanitized and improved several macros through the code | Haru | 1 | -6/+6 |
2013-09-29 | Provided argument-list equivalent for several variadic functions | Haru | 1 | -6/+7 |
2013-07-22 | Binary heap fix & improvement. | Piotr HaĆaczkiewicz | 1 | -7/+12 |
2013-06-08 | Follow up d73783f22b2bb881aab74524d153d89a5932a199 | shennetsind | 1 | -44/+44 |
2013-06-07 | Hercules Renewal Phase One : pc, party, map, timer | Susu | 1 | -44/+44 |
2013-05-17 | Follow up b3bc657a44a9fbdd1730f569855e25ccd0f8dd01 | shennetsind | 1 | -59/+64 |
2013-05-17 | ERS Report Redesign | shennetsind | 1 | -5/+5 |
2013-05-17 | - Made DB and malloc lib HPM-friendly | Susu | 1 | -59/+64 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -520/+521 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -521/+520 |
2012-03-13 | - Added missing parameter to `db_iput` and `db_uiput` macros (follow-up to r... | gepard1984 | 1 | -8/+8 |
2012-03-13 | Enhanced `DBMap` implementation to allow storing integer type data in additio... | gepard1984 | 1 | -67/+190 |
2012-03-04 | - Guild Castle code cleanup: | gepard1984 | 1 | -0/+1 |
2011-12-11 | * Merged changes up to eAthena 15032. | eathenabot | 1 | -48/+15 |
2011-09-08 | * Fix C++ compilation issues. | flaviojs | 1 | -3/+3 |
2011-06-16 | Moved DBMap's string maxlen parameter translation (0 -> UINT16_MAX) to its in... | ultramage | 1 | -5/+1 |
2011-06-16 | * Merges from charmerge: | flaviojs | 1 | -0/+14 |
2009-06-20 | - Instancing System (Thanks to Sirius White who did most of the code, with so... | zephyrus | 1 | -0/+3 |
2009-01-21 | * Added a generic binary heap implementation based on defines. (round 2) | FlavioJS | 1 | -12/+32 |
2009-01-20 | * Added a generic binary heap implementation based on defines. | FlavioJS | 1 | -0/+206 |
2008-06-12 | * Added support for skill names to script commands: | FlavioJS | 1 | -0/+1 |
2008-02-03 | * Added an iterator to map.h/c. | FlavioJS | 1 | -0/+8 |
2007-12-27 | * Tweeked the declaration and initialization defines for vectors. | FlavioJS | 1 | -11/+27 |
2007-12-23 | * Added a generic vector implementation (dynamic array) based on defines. | FlavioJS | 1 | -0/+286 |
2007-11-09 | * Added a database iterator to db.c/db.h. | FlavioJS | 1 | -0/+101 |
2007-11-08 | * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. | FlavioJS | 1 | -126/+105 |
2007-06-06 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10706 5... | FlavioJS | 1 | -2/+2 |
2007-06-02 | * Displaying op names instead of numbers in script engine errors. | FlavioJS | 1 | -0/+77 |
2007-04-09 | * Changed db key from 'unsigned char*' to 'const char*'. | FlavioJS | 1 | -18/+7 |
2007-02-21 | Applied a consistent look to all header files (copyright, ifdefs) | ultramage | 1 | -1/+1 |
2006-12-22 | - Change strncpy to memcpy when parsing switches in the script engine since i... | FlavioJS | 1 | -1/+1 |
2006-12-18 | - Cosmetic changes to db. | FlavioJS | 1 | -122/+79 |
2006-12-12 | - Minor changes to ers. | FlavioJS | 1 | -1/+1 |
2006-12-05 | - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt... | FlavioJS | 1 | -748/+748 |