summaryrefslogtreecommitdiff
path: root/src/map/instance.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Move questinfo data from map to npc_dataAsheraf1-8/+1
2018-08-28Implement PACKET_CZ_MEMORIALDUNGEON_COMMANDAsheraf1-0/+61
2018-07-24Questinfo System overhaulAsheraf1-1/+2
2018-07-24Convert questinfo data into a vectorAsheraf1-6/+5
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-22/+40
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-05-08Fixed various issues pointed out by cppcheckHaru1-4/+5
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-2/+2
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-8/+18
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-1/+1
2016-01-06Change all TBL_PC to struct map_session_data as per style guidelineshemagx1-1/+1
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-05Removed some unnecessary assertionsHaru1-3/+12
2015-12-04Add missing checks to instance.cAndrei Karas1-0/+7
2015-10-24Fix crash in instance.cAndrei Karas1-2/+2
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-10-11Cleanup of the HPluginData implementation (second part)Haru1-2/+1
2015-10-11Cleanup of the HPluginData implementation (First part)Haru1-12/+1
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-51/+48
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-08-10Add script interface function run_npc. It do same thing as run.Andrei Karas1-1/+1
2015-06-19Cleaned up some #includesHaru1-0/+1
2015-06-19Removed ".." from include directivesHaru1-18/+18
2015-01-24Moved the Hercules Channel System to its own file/interfaceHaru1-1/+2
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-7/+10
2015-01-18Follow-up to 83077740c7c996d198617d45a1916cd31ff38e9aHaru1-0/+3
2015-01-18Fixed Bug Report 8438shennetsind1-1/+10
2014-12-31Add some missing null pointer checks after automatic checks.Andrei Karas1-18/+20
2014-11-16Whitespace cleanup (no code changes)Haru1-6/+6
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-16/+18
2014-05-10Revert "Fixed order of includes in all source files"panikon1-18/+16
2014-05-09Fixed order of includes in all source filesHaru1-16/+18
2014-03-05Ref redesign, part 2Haru1-7/+7
2014-01-19HPM Custom Data Struct Expansion: map/instance/party/guildshennetsind1-0/+13
2014-01-11Hercules 1st 2014 MegaPatchshennetsind1-1/+4
2013-12-06HPM: mapindex interfaceshennetsind1-3/+3
2013-11-05Introducing the Hercules Standalone Script Syntax CheckerHaru1-1/+4
2013-10-26Changed 'tick' variables to 64 bitHaru1-1/+1
2013-10-25Quest Bubbles Updateshennetsind1-0/+10
2013-10-19Instance Dungeons Updateshennetsind1-4/+74
2013-10-02HPM: Map.c Completedshennetsind1-92/+92
2013-09-28HPM: Instance.c Completedshennetsind1-84/+87
2013-09-27Renamed iMap interface to mapHaru1-16/+16
2013-09-26Renamed variables that would conflict with a rename of iMap to mapHaru1-89/+90
2013-09-25Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-1/+1
2013-09-25Renamed iTimer interface to timer.shennetsind1-9/+9
2013-09-21Fixed a potentially negative array subscript causing a mapserver crashHaru1-1/+1
2013-09-16HPM: Npc.c Interfaceshennetsind1-2/+2
2013-09-16HPM: Unit.c Interfaceshennetsind1-1/+1