summaryrefslogtreecommitdiff
path: root/src/map/map.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-08[TMW2] Hercules Ultimate Storage SystemJesusaves1-0/+20
2021-02-15map_forcountinmap will return 0 if invalid mapindex is providedDastgir1-1/+4
2021-02-15Add mssing map checks into map.cAndrei Karas1-7/+30
2021-02-14[TMW2 CHERRYPICK] Add NoPet mapflagEmistry Haoyan1-0/+13
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-7/+10
2020-09-12This is Hercules v2019.09.22Jesusaves1-25/+23
2019-06-02Merge pull request #2221 from carloshenrq/nostorageHaru1-0/+26
2019-05-06Move questinfo data from map to npc_dataAsheraf1-14/+17
2019-05-06remove duplicated code used to clean map dataAsheraf1-87/+37
2019-05-05Implement Refinery UIIbrahim Zidan1-0/+1
2019-05-05Removal of refine database code from status.c and moving it respectfully to i...Ibrahim Zidan1-0/+3
2019-03-07moving stylist into it's own interfaceAsheraf1-0/+4
2019-01-14Add support for saving/loading barter shops from sql table.Andrei Karas1-0/+2
2018-12-04Added mapflags 'nostorage' and 'nogstorage'Carlos Henrique1-0/+26
2018-11-26fix map_forcountinmap using block size rather than cell sizegumi1-1/+1
2018-11-13use a dedicated zone remove function when reloading zonesgumi1-1/+23
2018-11-13Merge pull request #2105 from Helianthella/getunits3Haru1-0/+13
2018-11-07break the loop in buildin_getunits when the max is reachedgumi1-0/+13
2018-08-01reload the zone db on npc reloadgumi1-0/+28
2018-07-24Implementation of the official Achievement System.smokexyz1-0/+4
2018-07-24Questinfo System overhaulAsheraf1-11/+1
2018-07-24Convert questinfo data into a vectorAsheraf1-22/+17
2018-07-19Fixing detecting item id or item name in string.Andrei Karas1-2/+2
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-1/+1
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-183/+280
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-05-03Fix overflow in map zones.Andrei Karas1-6/+8
2018-04-11*delwall now give a friendly warning to remind non-existent wallAnnieRuru1-2/+3
2018-02-17New mapcache systemhemagx1-102/+119
2018-02-12Fix possible crash in zone change code. Fixes #1971Andrei Karas1-0/+2
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-0/+18
2017-12-23Add support for new drop packet 0xadd for zero clientsAsheraf1-1/+3
2017-10-30Add monster spawn boss flag for miniboss: miniboss_monsterAndrei Karas1-1/+1
2017-08-20Ignore hidden units in the cell stack limit checksHaru1-0/+5
2017-07-30Implementation of RoDEXKirieZ1-0/+5
2017-07-27Fix possible buffer overflows with snprintf.Andrei Karas1-2/+2
2016-10-23Removed the too small max key length limit on the npc_removed_list DBMapHaru1-1/+1
2016-10-22Implemented SU_STOOP Skill.Dastgir Pojee1-0/+1
2016-09-30Add different fixes for gcc 7 warnings.Andrei Karas1-3/+4
2016-09-18Removed special handling of "clear" in npc->addsrcfile()Haru1-1/+1
2016-09-18Restored handling of "all" in npc_removed_listHaru1-4/+8
2016-09-18Corrected some issues in the npc_removed_list and map_removed processingHaru1-4/+4
2016-09-13Fixed an error in the scripts_removed.conf processingHaru1-1/+1
2016-08-22Corrected an issue that prevented the map server's database port from being c...Haru1-1/+1
2016-08-20Re-added HPM support for configuration settingsHaru1-1/+2
2016-08-19Ported battle.conf to libconfigHaru1-3/+4
2016-08-19Ported socket.conf (was packet.conf) to libconfigHaru1-0/+1
2016-08-19Ported script.conf to libconfigHaru1-3/+4
2016-08-19Ported logs.conf to libconfigHaru1-3/+4
2016-08-19Ported npc config to libconfigHaru1-35/+82