summaryrefslogtreecommitdiff
path: root/src/map/map.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-19Removed ".." from include directivesHaru1-52/+51
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-2/+2
2015-05-19Fixed some issues reported by coverity scan [3/3]Haru1-4/+1
2015-02-23Hercules Ultimate Localization Designshennetsind1-0/+22
2015-01-24Fixed Bug 8395shennetsind1-57/+77
2015-01-24Channels refactoring: quit, leave, deleteHaru1-4/+0
2015-01-24Moved the Hercules Channel System to its own file/interfaceHaru1-8/+13
2015-01-22Removed name distinction between (sql) mob/item/mob_skill db and db_re variantsHaru1-9/+0
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-20/+18
2015-01-18Command line arguments handling overhaulHaru1-162/+201