summaryrefslogtreecommitdiff
path: root/src/map/mercenary.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-20Replaced hardcoded values with constants for status_change_start's flagHaru1-1/+1
2014-05-13Removed trailing whitespace (sources)Haru1-1/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-26/+28
2014-05-10Revert "Fixed order of includes in all source files"panikon1-28/+26
2014-05-09Fixed order of includes in all source filesHaru1-26/+28
2014-02-14sc sourcesshennetsind1-1/+1
2013-11-06Merge pull request #217 from HerculesWS/script-checkershennetsind1-1/+4
2013-11-06Modified status_calc_shennetsind1-1/+1
2013-11-05Introducing the Hercules Standalone Script Syntax CheckerHaru1-1/+4
2013-10-26Changed 'tick' variables to 64 bitHaru1-2/+2
2013-09-28HPM: Mercenary.c Completedshennetsind1-20/+23
2013-09-27Renamed iMap interface to mapHaru1-14/+10
2013-09-27Renamed iStatus interface to statusHaru1-4/+3
2013-09-25Renamed local variables that would conflict with a rename of iStatus to statusHaru1-34/+31
2013-09-25Renamed iTimer interface to timer.shennetsind1-4/+4
2013-09-16HPM: Npc.c Interfaceshennetsind1-1/+1
2013-09-16HPM: Unit.c Interfaceshennetsind1-4/+4
2013-07-29Fixed Bug #7597 / Follow up b7171479a47490ff80bf04849f763158d6d96facshennetsind1-551/+551
2013-07-29Added mercenary interfaceSusu1-511/+551
2013-07-29Added intif interfaceSusu1-2/+2
2013-07-04- Added interface iStatus (needed to renamed it because A LOT of variables ar...Susu1-2/+2
2013-06-13Hercules Renewal Phase : Renewalmalufett1-1/+1
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-10/+10
2013-05-15HPM Updateshennetsind1-2/+2
2013-03-29Hercules Renewal: clif.cshennetsind1-8/+8
2013-02-16Updating the Headers across source filesshennetsind1-1/+1
2013-02-07Fixing mistake in modified source code headersshennetsind1-1/+1
2013-01-31Fixed Bug #3080shennetsind1-4/+5
2012-12-30-Harmonize skillid, skill_num, skillnum, skill, to skill_id and same for skil...glighta1-9/+9
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-316/+324
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-324/+316
2012-11-09- Removed backup.pl (for TXT servers) and vs9-to-vs8.php (outdated versions);momacabu1-9/+1
2012-10-29-Add some src basic documentation.glighta1-1/+1
2012-09-08Fixed bugreport:6587 removed unused parameters in several damage/heal functio...shennetsind1-1/+1
2012-01-17Enabled Mersenne Twister MT19937 as random number generator instead of standa...gepard19841-2/+3
2011-12-13* Merged changes up to eAthena 15033.eathenabot1-1/+1
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-1/+1
2011-01-14* Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria...ai4rei1-1/+1
2010-12-30* Made remaining csv databases (guild, castle, homunculus, itemdb, mercenary)...ai4rei1-135/+79
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-2/+2
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-2/+2
2010-12-01* Confirmed packet 0x291 (ZC_MSG) to be general-purpose msgstringtable.txt pa...ai4rei1-1/+1
2010-11-28* Added clr_type enumeration for vanish effect constants.ai4rei1-2/+2
2008-09-06- Renamed createmercenary to mercenary_create.zephyrus1-4/+26
2008-09-04* Updated mmo.h, increased merc max count to 36.L0ne_W0lf1-0/+8
2008-09-03- Starting Mercenary Skill implementation.zephyrus1-1/+16
2008-09-02- Implementing a correct update of mercenary status window on status change u...zephyrus1-3/+4
2008-09-01- Mercenary Bonus Status (currently activated each mob kill for testing).zephyrus1-1/+12
2008-09-01- Mercenary Loyalty Updates.zephyrus1-12/+43
2008-09-01- Something i forget to commit mmo.h.zephyrus1-0/+80