summaryrefslogtreecommitdiff
path: root/src/map/map.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-06Change all TBL_PC to struct map_session_data as per style guidelineshemagx1-17/+13
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-15Added GPL information on interactive server startupHaru1-0/+2
2015-12-15Fixed some too long char buffer initializers.Florian Wilkemeyer1-8/+12
2015-12-06Added backtrace in case an invalid race is passed to map_race_id2maskHaru1-0/+2
2015-12-06Refactored/fixed race handling for bonuses that store it as a bitmaskHaru1-0/+32
2015-11-14Changed struct map_session_data::queues into a VECTOR and renamed to ::script...Haru1-5/+5
2015-11-14Renamed hQueue/hQueueIterator/hQueueOpt to latest standardsHaru1-3/+3
2015-10-22Removed support for the deprecated SQL item, mob, mob_skill databases.Haru1-61/+1
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-10-17Fix crash while removing invisible wall.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-10/+2
2015-09-28Fixed merge behaviour of map zones. Fixes #572Kpy!1-6/+10
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-104/+75
2015-09-24Add bl parameter to map_searchrandfreecell and map_addflooritem.Andrei Karas1-4/+4
2015-09-24Add bl parameter to closest_freecell.Andrei Karas1-5/+5
2015-09-24Add bl parameter to getcell functions.Andrei Karas1-19/+20
2015-09-10Add to path search functions source bl for plugins usage.Andrei Karas1-3/+3
2015-09-08Fixed some memory leaks in code using libconfigHaru1-2/+2
2015-08-15Automatic HPM symbol sharingHaru1-49/+0
2015-08-15Removed some unnecessary shared symbols, already present in interfacesHaru1-4/+0
2015-08-15Moved sql_handle into the HPMi interfaceHaru1-2/+0
2015-08-15Added core HPM interfaceHaru1-9/+9
2015-08-15HPM compatibility improvementsHaru1-0/+3
2015-08-15Added showmsg HPM interfaceHaru1-5/+5
2015-08-15Cleaned up socket interfaceHaru1-2/+2
2015-08-12Fixed some issues reported by CoverityHaru1-1/+1
2015-08-10Fixed a compile error on WIN32/MSVCHaru1-3/+3
2015-08-09Removed unused tables sstatus and interregHaru1-3/+0
2015-08-09Deprecated SQL item, monster and monster skill databasesHaru1-0/+24