summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2013-10-04HPM: Hooking!shennetsind8-54/+59
2013-10-02HPM: Map.c Completedshennetsind30-2184/+2313
2013-09-30Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-0/+36
2013-09-30Corrected length of the PARTY_BOOKING_REQ_REGISTER packet for Ragexe clientsHaru1-0/+36
2013-09-29HPM: Status.c Completedshennetsind4-734/+749
2013-09-29Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind4-105/+419
2013-09-29HPM: Script.c Completedshennetsind2-1241/+1407
2013-09-29Provided argument-list equivalent for several variadic functionsHaru4-105/+419
2013-09-28Follow up 62e6b7335c9bf0b30d5ca392c0c5dedbe2768dc9shennetsind1-0/+2
2013-09-28Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind2-2/+2
2013-09-28HPM: pc.c Completedshennetsind11-396/+456
2013-09-28HPM: Searchstore.c Completedshennetsind2-28/+35
2013-09-28HPM: Trade.c Completedshennetsind2-8/+9
2013-09-28Merge pull request #164 from cannelle/patch-1shennetsind2-2/+2
2013-09-28HPM: Party.c Completedshennetsind6-124/+121
2013-09-28HPM: Mercenary.c Completedshennetsind2-24/+35
2013-09-28HPM: log.h Completedshennetsind2-38/+53
2013-09-28HPM: Intif.c Completedshennetsind2-384/+385
2013-09-28Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind8-5/+77
2013-09-28HPM: Instance.c Completedshennetsind8-134/+138
2013-09-28HPM: Homunculus.c Completed.shennetsind1-2/+0
2013-09-28HPM: Storage.c Completedshennetsind3-28/+33
2013-09-28Merge pull request #161 from shenhuyong/mastershennetsind8-5/+77
2013-09-27HPM: Guild.c Completedshennetsind2-139/+186
2013-09-27Corrected map_quit call with CLR_RESPAWN instead of CLR_TELEPORT.cannelle1-1/+1
2013-09-27Corrected mob_warpslave_sub call with CLR_TELEPORT instead of CLR_RESPAWN.cannelle1-1/+1
2013-09-27HPM: Elemental.c Completedshennetsind5-59/+100
2013-09-27HPM: Chrif.c Completedshennetsind4-295/+383
2013-09-27HPM: Chat.c Completedshennetsind6-59/+63
2013-09-27HPM: Buyingstore.c Completeshennetsind2-28/+43
2013-09-27HPM: Atcommand.c Completedshennetsind2-64/+102
2013-09-27HPM: Battle.c Completedshennetsind3-36/+33
2013-09-27HPM: Skill.c Completedshennetsind11-610/+631
2013-09-27Corrected maptypeproperty2 implementation with all the available infoHaru2-20/+21
2013-09-27Renamed iMap interface to mapHaru33-3110/+2694
2013-09-27Added full support for the Rebellion.shenhuyong8-5/+77
2013-09-27Renamed iStatus interface to statusHaru20-2126/+2052
2013-09-26Renamed variables that would conflict with a rename of iMap to mapHaru28-1867/+1775
2013-09-25Renamed local variables that would conflict with a rename of iStatus to statusHaru15-1365/+1284
2013-09-25Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind37-1254/+1142
2013-09-25Renamed iTimer interface to timer.shennetsind22-511/+511
2013-09-25Renamed local variables that would conflict with a rename of iTimer to timerHaru8-49/+43
2013-09-25Renamed iDuel interface to duelHaru6-90/+77
2013-09-25Renamed more forgotten variables during interface conversionsHaru25-762/+690
2013-09-24Renamed some variables forgotten when adding the battleground interfaceHaru2-49/+44
2013-09-22Changed Makefiles to avoid rebuilding targets if nothing was modifiedHaru1-2/+4
2013-09-21Added Makefile.in change detection (and auto-rebuild) capabilitiesHaru1-1/+4
2013-09-21Corrected invalid values assigned to enum homun_type variablesHaru4-25/+25
2013-09-21Fixed a potentially negative array subscript causing a mapserver crashHaru8-129/+95
2013-09-19Cleaned up and de-duplicated ranklist-related codeHaru4-155/+72