summaryrefslogtreecommitdiff
path: root/src/map/map.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-05Added Support for BodyStyleDastgir1-0/+1
2015-12-28Standardized (source) mob_id enumHaru1-19/+0
2015-12-25Merge pull request #1009 from Jedzkie/ItemDB_UpdatesDastgir1-10/+10
2015-12-25Implemented NoViewIDDastgir1-0/+3
2015-12-24Item Update:Jedzkie1-1/+1
2015-12-23Update:Jedzkie1-7/+7
2015-12-23Item Update:Jedzkie1-2/+2
2015-12-17Add bAddMaxWeight bonus for increasing player's max weightAnnieRuru1-1/+1
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-06Refactored/fixed race handling for bonuses that store it as a bitmaskHaru1-20/+59
2015-10-22Removed support for the deprecated SQL item, mob, mob_skill databases.Haru1-10/+0
2015-10-11Cleanup of the HPluginData implementation (second part)Haru1-3/+1
2015-10-11Cleanup of the HPluginData implementation (First part)Haru1-2/+2
2015-09-28Fixed merge behaviour of map zones. Fixes #572Kpy!1-1/+8
2015-09-24Add bl parameter to map_searchrandfreecell and map_addflooritem.Andrei Karas1-2/+2
2015-09-24Add bl parameter to closest_freecell.Andrei Karas1-1/+1
2015-09-24Add bl parameter to getcell functions.Andrei Karas1-4/+4
2015-08-15HPM compatibility improvementsHaru1-8/+11
2015-08-09Removed unused tables sstatus and interregHaru1-1/+0
2015-06-19Cleaned up some #includesHaru1-0/+1
2015-06-19Removed ".." from include directivesHaru1-9/+9
2015-06-12Merge pull request #526 from zackdreaver/masterDastgir1-0/+2
2015-06-12Updated Item Scriptszackdreaver1-0/+2
2015-06-12RC_Player, RC_DemiPlayer, RC_NonPlayer, RC_NonDemiPlayer, RC_All and Ele_All ...Dastgir1-2/+8
2015-06-01Replaced some of the hardcoded values with constants (char)Haru1-10/+0
2015-05-19Fixed some issues reported by coverity scan [3/3]Haru1-2/+2
2015-03-11RENEWAL Updates:malufett1-0/+1
2015-02-23Hercules Ultimate Localization Designshennetsind1-0/+2
2015-01-24Fixed Bug 8395shennetsind1-0/+3
2015-01-24Moved the Hercules Channel System to its own file/interfaceHaru1-2/+2
2015-01-23Cleaned up spirit charms implementation (optimized memory and CPU usage)Haru1-9/+12
2015-01-22Removed name distinction between (sql) mob/item/mob_skill db and db_re variantsHaru1-3/+0
2015-01-18Command line arguments handling overhaulHaru1-5/+8
2015-01-18Fixed Bug Report 8438shennetsind1-0/+2
2015-01-12Blocked compilation of plugins that use unavailable functionsHaru1-0/+2
2014-12-28Split mob sql database into mob_db and mob_db_re.malufett1-0/+2
2014-12-26Fix compilation errors and possible server crash from previous commits.Andrei Karas1-1/+2
2014-12-26Updated KG/OB Spirit Charms to official behaviormalufett1-0/+9
2014-11-16Whitespace cleanup (no code changes)Haru1-58/+57
2014-11-03* No cell stacking implemented (official version)Michieru1-1/+2
2014-10-30Merge pull request #369 from 4144/sqlpasswordsizeHaruna1-1/+1