summaryrefslogtreecommitdiff
path: root/src/map/map.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-19Improved map list loadingHaru1-62/+45
2016-08-19Ported map-server.conf to libconfigHaru1-120/+329
2016-08-19Ported inter-server.conf to libconfigHaru1-55/+119
2016-07-17Improve a bit performance in bl_getall_area.Andrei Karas1-27/+73
2016-07-12Various changes to the grfio interfaceHaru1-1/+2
2016-07-12Interface grfio.chemagx1-9/+9
2016-07-03Add into travis configure option --enable-buildbot.Andrei Karas1-0/+2
2016-06-25Moved translations template generator to a pluginHaru1-40/+0
2016-06-25Improved the format of the exported .pot translation templateHaru1-1/+24
2016-04-04Add missing checks into map.cAndrei Karas1-13/+101
2016-03-20Dropped typedef from DBIteratorHaru1-32/+33
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-7/+9
2016-03-20Removed unnecessary typedefs from sql.hHaru1-0/+1
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-1/+1
2016-02-17Removed unnecessary typedefs from libconfigHaru1-22/+22
2016-02-17Renamed config->read_file to config->load_fileHaru1-1/+1
2016-01-21Remove unused PCRE_SUPPORT define.Andrei Karas1-2/+0
2016-01-06Fix null pointer access after previous commits.Andrei Karas1-4/+8
2016-01-06Replaced the remaining explicit casts with BL_CAST/BL_UCASTHaru1-13/+25
2016-01-06Replaced some explicit casts with BL_UCASTHaru1-8/+8
2016-01-06Replaced some map->id2sd calls with the proper map->id2XX functionHaru1-31/+164
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-5/+7
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-15/+13
2016-01-06Change all TBL_NPC to struct npc_data as per style guidelineshemagx1-4/+6
2016-01-06Change all TBL_MOB to struct mob_data as per strly guidelineshemagx1-4/+2