summaryrefslogtreecommitdiff
path: root/src/map/battle.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-14Updated return values of some atcommands.panikon1-5/+5
2014-01-03Fixed Bug#7709malufett1-6/+9
2013-12-30Fixed Bug#7735malufett1-6/+8
2013-12-16Introducing HPM Support for custom battle confsshennetsind1-1/+5
2013-12-15Replaced pc->pc_has_permission/can_give_items/can_give_bound_items with equiv...shennetsind1-2/+2
2013-12-17Fixed several compiler warningsHaru1-11/+17
2013-12-17Nullpo cleanupHaru1-14/+8
2013-12-08Fixed cell basilicashennetsind1-0/+4
2013-12-04Follow-up to 6e9c385b8fa2fbca97ca23e35f0b8e5dabd13526Haru1-9/+10
2013-12-02Fixed Bug 7336 (woo %2)shennetsind1-1/+3
2013-11-28Follow up fdb6de1aa34086fd4d22ae127437727f556cea3cshennetsind1-102/+144
2013-11-27Fixed Bug 7792shennetsind1-37/+37
2013-11-25calc_return_damage cleanup & fixesshennetsind1-89/+91
2013-11-25Fixed Bug 7827shennetsind1-1/+13
2013-11-19Replaced hardcoded Item IDs with constantsHaru1-10/+10
2013-11-19Sanitized and improved several macros through the codeHaru1-18/+32
2013-11-18Merge pull request #224 from datmumbles/size_changesshennetsind1-9/+9
2013-11-18Fixed Bug 7819 - Renewal Elemental Damageshennetsind1-5/+1
2013-11-18Corrected size-related constant names and cleaned up comments (closes #222).Mumbles1-9/+9
2013-11-17Added emblem blank pixels checkHaru1-0/+1
2013-11-16Renewal elemental attr fixshennetsind1-2/+5
2013-11-06Merge pull request #217 from HerculesWS/script-checkershennetsind1-1/+4
2013-11-06Modified status_calc_shennetsind1-2/+2
2013-11-05Introducing the Hercules Standalone Script Syntax CheckerHaru1-1/+4
2013-10-26Changed 'tick' variables to 64 bitHaru1-9/+9
2013-10-24Added idletime optionsshennetsind1-0/+1
2013-10-19Fixed Bug#7737malufett1-22/+7
2013-10-16Fixed Bug#7122malufett1-0/+2
2013-10-16Fixed Bug#7374malufett1-1/+8
2013-10-11Follow up 646f7e2f4ea4bd6b07e66d2949817ebdc18f3484shennetsind1-1/+1
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