Age | Commit message (Expand) | Author | Files | Lines |
2015-07-25 | Reduce memory usage in HPM in mercenary.c | Andrei Karas | 1 | -2/+4 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -30/+30 |
2015-01-17 | 27 Fixes | shennetsind | 1 | -1/+1 |
2014-09-20 | Replaced hardcoded values with constants for status_change_start's flag | Haru | 1 | -1/+1 |
2014-05-13 | Removed trailing whitespace (sources) | Haru | 1 | -1/+1 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -26/+28 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -28/+26 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -26/+28 |
2014-02-14 | sc sources | shennetsind | 1 | -1/+1 |
2013-11-06 | Merge pull request #217 from HerculesWS/script-checker | shennetsind | 1 | -1/+4 |
2013-11-06 | Modified status_calc_ | shennetsind | 1 | -1/+1 |
2013-11-05 | Introducing the Hercules Standalone Script Syntax Checker | Haru | 1 | -1/+4 |
2013-10-26 | Changed 'tick' variables to 64 bit | Haru | 1 | -2/+2 |
2013-09-28 | HPM: Mercenary.c Completed | shennetsind | 1 | -20/+23 |
2013-09-27 | Renamed iMap interface to map | Haru | 1 | -14/+10 |
2013-09-27 | Renamed iStatus interface to status | Haru | 1 | -4/+3 |
2013-09-25 | Renamed local variables that would conflict with a rename of iStatus to status | Haru | 1 | -34/+31 |
2013-09-25 | Renamed iTimer interface to timer. | shennetsind | 1 | -4/+4 |
2013-09-16 | HPM: Npc.c Interface | shennetsind | 1 | -1/+1 |
2013-09-16 | HPM: Unit.c Interface | shennetsind | 1 | -4/+4 |
2013-07-29 | Fixed Bug #7597 / Follow up b7171479a47490ff80bf04849f763158d6d96fac | shennetsind | 1 | -551/+551 |
2013-07-29 | Added mercenary interface | Susu | 1 | -511/+551 |
2013-07-29 | Added intif interface | Susu | 1 | -2/+2 |
2013-07-04 | - Added interface iStatus (needed to renamed it because A LOT of variables ar... | Susu | 1 | -2/+2 |
2013-06-13 | Hercules Renewal Phase : Renewal | malufett | 1 | -1/+1 |
2013-06-07 | Hercules Renewal Phase One : pc, party, map, timer | Susu | 1 | -10/+10 |
2013-05-15 | HPM Update | shennetsind | 1 | -2/+2 |
2013-03-29 | Hercules Renewal: clif.c | shennetsind | 1 | -8/+8 |
2013-02-16 | Updating the Headers across source files | shennetsind | 1 | -1/+1 |
2013-02-07 | Fixing mistake in modified source code headers | shennetsind | 1 | -1/+1 |
2013-01-31 | Fixed Bug #3080 | shennetsind | 1 | -4/+5 |
2012-12-30 | -Harmonize skillid, skill_num, skillnum, skill, to skill_id and same for skil... | glighta | 1 | -9/+9 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -316/+324 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -324/+316 |
2012-11-09 | - Removed backup.pl (for TXT servers) and vs9-to-vs8.php (outdated versions); | momacabu | 1 | -9/+1 |
2012-10-29 | -Add some src basic documentation. | glighta | 1 | -1/+1 |
2012-09-08 | Fixed bugreport:6587 removed unused parameters in several damage/heal functio... | shennetsind | 1 | -1/+1 |
2012-01-17 | Enabled Mersenne Twister MT19937 as random number generator instead of standa... | gepard1984 | 1 | -2/+3 |
2011-12-13 | * Merged changes up to eAthena 15033. | eathenabot | 1 | -1/+1 |
2011-06-30 | Replaced custom type 'intptr' with standard 'intptr_t'. | ultramage | 1 | -1/+1 |
2011-01-14 | * Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria... | ai4rei | 1 | -1/+1 |
2010-12-30 | * Made remaining csv databases (guild, castle, homunculus, itemdb, mercenary)... | ai4rei | 1 | -135/+79 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 1 | -2/+2 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 1 | -2/+2 |
2010-12-01 | * Confirmed packet 0x291 (ZC_MSG) to be general-purpose msgstringtable.txt pa... | ai4rei | 1 | -1/+1 |
2010-11-28 | * Added clr_type enumeration for vanish effect constants. | ai4rei | 1 | -2/+2 |
2008-09-06 | - Renamed createmercenary to mercenary_create. | zephyrus | 1 | -4/+26 |
2008-09-04 | * Updated mmo.h, increased merc max count to 36. | L0ne_W0lf | 1 | -0/+8 |
2008-09-03 | - Starting Mercenary Skill implementation. | zephyrus | 1 | -1/+16 |
2008-09-02 | - Implementing a correct update of mercenary status window on status change u... | zephyrus | 1 | -3/+4 |