summaryrefslogtreecommitdiff
path: root/src/map/battle.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-10Added code to disable auction for clients it is no longer stableshennetsind1-0/+10
2013-10-10Introducing Bank Supportshennetsind1-0/+10
2013-10-08Follow up 547b01da35d290b633efaefbbc3af2755d2811e7shennetsind1-1/+1
2013-10-07Fixed Pre-re spiral pierce (when cast by mobs)shennetsind1-4/+4
2013-10-04HPM: Hooking!shennetsind1-12/+14
2013-10-02HPM: Map.c Completedshennetsind1-61/+61
2013-09-28HPM: pc.c Completedshennetsind1-1/+1
2013-09-28HPM: Party.c Completedshennetsind1-3/+3
2013-09-27HPM: Battle.c Completedshennetsind1-25/+10
2013-09-27HPM: Skill.c Completedshennetsind1-3/+3
2013-09-27Renamed iMap interface to mapHaru1-122/+124
2013-09-27Renamed iStatus interface to statusHaru1-146/+141
2013-09-26Renamed variables that would conflict with a rename of iMap to mapHaru1-82/+76
2013-09-25Renamed local variables that would conflict with a rename of iStatus to statusHaru1-35/+33
2013-09-25Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-66/+64
2013-09-25Renamed iTimer interface to timer.shennetsind1-29/+29
2013-09-25Renamed more forgotten variables during interface conversionsHaru1-66/+64
2013-09-17HPM: Battleground.c Interfaceshennetsind1-2/+2
2013-09-17Fixed Tiger Cannon Damageshennetsind1-1/+1
2013-09-16HPM: Path.c Interfaceshennetsind1-3/+3
2013-09-16HPM: Unit.c Interfaceshennetsind1-12/+12
2013-09-16HPM: Mob.c Interfaceshennetsind1-11/+11
2013-09-09Fixed Bug #7694shennetsind1-0/+1
2013-09-09Fixed Bug #6626shennetsind1-0/+1
2013-08-29Follow up@c11390cbffc983b01ac9ee4af3b16ccb533dd94cmalufett1-2/+2
2013-08-30Follow up @ cccc5bc9256b196b1f4e9ad881838ad32c8b3424malufett1-1/+3
2013-08-26Fixed Bug#7584malufett1-129/+128
2013-08-22Fixed MSVC warnings on 7f9f6e1b84061a7d393debf37395c8b4a2667db1shennetsind1-20/+22
2013-08-22Fixed Bug #7652shennetsind1-24/+24
2013-07-31Merge pull request #71 from HerculesWS/permission-cache-fixPiotr HaƂaczkiewicz1-2/+2
2013-07-31Fixed Bug#7601malufett1-2/+8
2013-07-29Permission cache overhaulPiotr HaƂaczkiewicz1-2/+2
2013-07-26Follow up 144a9d0843dfe47e0b58c8857762f58ae70543c8shennetsind1-5/+10
2013-07-21Merge branch 'master' of https://github.com/HerculesWS/Herculesmalufett1-8/+8
2013-07-21Fixed Bug#7558malufett1-1/+1
2013-07-17Added missing initialization of some functions in the homunculus interfaceHaru1-8/+8
2013-07-11Fixed Bug#7498malufett1-2/+2
2013-07-09Travis Report Fixesshennetsind1-27/+28
2013-07-09Follow up 144a9d0843dfe47e0b58c8857762f58ae70543c8shennetsind1-1/+5
2013-07-08Fixed missing eatk in RE.(Thanks to Michieru)malufett1-1/+1
2013-07-07Fixed Bug#6503malufett1-23/+36
2013-07-05Fixed Bug #7307shennetsind1-1/+7
2013-07-05HCache | Item Packages Updateshennetsind1-1/+1
2013-07-05Implemented real-time server stats (in and out data and ram usage), made by A...Matheus Macabu1-1/+1
2013-07-05Minor compliance adjustmentsshennetsind1-3/+3
2013-07-04Implemented official mute system. Thanks to:Matheus Macabu1-0/+1
2013-07-04Split use_sql_db into the three available: item_db, mob_db, mob_skill_db.Matheus Macabu1-2/+2
2013-07-04Adjustment #2shennetsind1-5/+11
2013-07-04- Added interface iStatus (needed to renamed it because A LOT of variables ar...Susu1-136/+136
2013-07-01Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-144/+143