summaryrefslogtreecommitdiff
path: root/src/map/battleground.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-11Corrected some local 'mapindex' variables shadowing the global oneHaru1-4/+4
2013-11-06Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-1/+4
2013-11-06BG Queue Updateshennetsind1-7/+32
2013-11-05Introducing the Hercules Standalone Script Syntax CheckerHaru1-1/+4
2013-10-26Changed 'tick' variables to 64 bitHaru1-3/+3
2013-10-02HPM: Map.c Completedshennetsind1-2/+2
2013-09-27Renamed iMap interface to mapHaru1-5/+5
2013-09-27Renamed iStatus interface to statusHaru1-1/+1
2013-09-26Renamed variables that would conflict with a rename of iMap to mapHaru1-2/+2
2013-09-25Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-48/+43
2013-09-25Renamed iTimer interface to timer.shennetsind1-6/+6
2013-09-24Renamed some variables forgotten when adding the battleground interfaceHaru1-48/+43
2013-09-17HPM: Battleground.c Interfaceshennetsind1-51/+68
2013-09-16HPM: Mapreg_sql.c Interfaceshennetsind1-2/+2
2013-09-16HPM: Npc.c Interfaceshennetsind1-2/+2
2013-07-29BG Queue Fixesshennetsind1-29/+53
2013-07-25Expanding script.c interfaceshennetsind1-2/+2
2013-07-05Fixed Bug #7483shennetsind1-1/+1
2013-07-05DB Queue Debug Updateshennetsind1-13/+27
2013-07-04- Added interface iStatus (needed to renamed it because A LOT of variables ar...Susu1-1/+1
2013-07-01Fixed Bug #7216shennetsind1-0/+1
2013-06-30Fixed Skill Cooldownsshennetsind1-4/+2
2013-06-28BG Queue Testingshennetsind1-16/+46
2013-06-15bg queue minor progressshennetsind1-1/+13
2013-06-08Follow up d73783f22b2bb881aab74524d153d89a5932a199shennetsind1-1/+1
2013-06-08Follow up d73783f22b2bb881aab74524d153d89a5932a199shennetsind1-3/+3
2013-06-08Follow up d73783f22b2bb881aab74524d153d89a5932a199shennetsind1-2/+2
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-15/+15
2013-05-30Follow up 20bdc01fa687b174a732be4483ddea4982d67ce9shennetsind1-1/+1
2013-05-30Memory Slasher - May 30 Patchshennetsind1-18/+490
2013-05-17- Made DB and malloc lib HPM-friendlySusu1-1/+1
2013-05-15Hercules Renewal Phase One: guild.c startedshennetsind1-3/+4
2013-03-29Hercules Renewal: clif.cshennetsind1-7/+7
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-164/+165
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-165/+164
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard19841-2/+5
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-1/+1
2011-04-16* Some cleanups related to player and monster states.ai4rei1-15/+15
2011-03-25* Fixed battlegrounds chat packet 0x2dc (ZC_BATTLEFIELD_CHAT) being sent with...ai4rei1-2/+2
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-11-28* Added clr_type enumeration for vanish effect constants.ai4rei1-2/+2
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-3/+3
2009-03-29- Implementing official battleground "emblem" crossed swords icon.zephyrus1-108/+9
2009-03-17- Implemented official battlechat packets (thanks to Pakpil).zephyrus1-1/+1
2009-03-04Small edits to battleground code (bugreport:2816)ultramage1-362/+354
2009-02-26- Second Part of BattleGround Implementation.zephyrus1-0/+362