summaryrefslogtreecommitdiff
path: root/src/map/map.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-08[TMW2] Hercules Ultimate Storage SystemJesusaves1-0/+1
2021-02-14[TMW2 CHERRYPICK] Add NoPet mapflagEmistry Haoyan1-0/+1
2020-09-12This is Hercules v2019.09.22Jesusaves1-1/+1
2019-06-02Merge pull request #2221 from carloshenrq/nostorageHaru1-0/+2
2019-05-06Move questinfo data from map to npc_dataAsheraf1-38/+3
2019-03-11Move local variables in atcommand.c into interfaceAndrei Karas1-79/+0
2019-02-11Change job field in struct questinfo from int to jobAndrei Karas1-1/+1
2019-02-11Change type for class variables from short to intAndrei Karas1-1/+1
2019-01-14Add support for saving/loading barter shops from sql table.Andrei Karas1-0/+1
2018-12-04Added mapflags 'nostorage' and 'nogstorage'Carlos Henrique1-0/+2
2018-11-13use a dedicated zone remove function when reloading zonesgumi1-0/+1
2018-11-13Merge pull request #2105 from Helianthella/getunits3Haru1-0/+1
2018-11-07break the loop in buildin_getunits when the max is reachedgumi1-0/+1
2018-10-03Add new type for mercenary class to setquestinfo()Asheraf1-0/+1
2018-09-23Add support for item amount range in setquestinfoAsheraf1-1/+7
2018-08-01reload the zone db on npc reloadgumi1-0/+1
2018-07-24Implementation of the official Achievement System.smokexyz1-0/+11
2018-07-24Questinfo System overhaulAsheraf1-1/+18
2018-07-24Convert questinfo data into a vectorAsheraf1-2/+1
2018-07-24Merge pull request #2088 from guilherme-gm/fix-ghostmonstersHaru1-0/+1
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-3/+3
2018-07-12Fixed clearunit packet not being sent to clients going out of the view range ...Guilherme G. Menaldo1-0/+1
2018-06-02Implementation of stylist uiAsheraf1-0/+4
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-05-07Merge pull request #1998 from Asheraf/private_airshipHaru1-0/+2
2018-05-04Implementation of Private AirShipAsheraf1-0/+2
2018-05-03Fix overflow in map zones.Andrei Karas1-1/+1
2018-04-11*delwall now give a friendly warning to remind non-existent wallAnnieRuru1-1/+1
2018-02-17New mapcache systemhemagx1-15/+17
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-0/+3
2017-12-23Add support for new drop packet 0xadd for zero clientsAsheraf1-1/+2
2017-10-30Add monster spawn boss flag for miniboss: miniboss_monsterAndrei Karas1-1/+1
2017-10-22Add NoAutoloot mapflagEmistry Haoyan1-0/+1
2017-04-25expose bank vault to the script enginegumi1-0/+1
2017-01-27remove hardcoded chat area size from clif.c, add chat_area_size to battleconfgumi1-0/+1
2016-12-03Clarify the meaning of the MAPID_* constantsHaru1-97/+228
2016-10-22Added Summoner Class.Dastgir Pojee1-0/+1
2016-08-19Ported npc config to libconfigHaru1-1/+1
2016-08-19Improved map list loadingHaru1-2/+1
2016-08-19Ported map-server.conf to libconfigHaru1-4/+3
2016-08-19Ported inter-server.conf to libconfigHaru1-2/+5
2016-03-20Dropped typedef from DBMapHaru1-10/+10
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-6/+6
2016-03-20Removed unnecessary typedefs from sql.hHaru1-2/+3
2016-03-11Hardcore Parameters from constant database to avoid synchronize issues with s...hemagx1-1/+1
2016-01-12Replaced 22-bit mask entry with a regular uint32 in the noviewid mapflag impl...Haru1-1/+1
2016-01-09Added the unused attribute to BL_UCAST / BL_UCCASTHaru1-0/+2
2016-01-06Replaced some map->id2sd calls with the proper map->id2XX functionHaru1-7/+11
2016-01-06Added const variants of BL_CAST/BL_UCAST: BL_CCAST/BL_UCCASTHaru1-0/+42
2016-01-06Introduced the BL_UCAST() macro as an alternative to explicit castsHaru1-1/+40