summaryrefslogtreecommitdiff
path: root/src/map/itemdb.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-02Trivialities: indentation fixesHaru1-2/+2
2016-03-20Dropped typedef from DBIteratorHaru1-2/+3
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-6/+6
2016-03-14Dont load roulette_db.conf if roulette disabled.Andrei Karas1-1/+1
2016-03-06Merge pull request #1189 from 4144/itemdbviewHaru1-0/+6
2016-03-06Check allowed range for "View" field in item_db for weapon items.Andrei Karas1-0/+6
2016-03-06Fixes some issues while processing item db "Job" fieldsHaru1-5/+14
2016-02-23Corrected some warnings in Visual StudioHaru1-94/+98
2016-02-21Changing Job field to 'int64'Dastgir1-8/+8
2016-02-21New format for Job field in job_db.confDastgir1-10/+160
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-6/+6
2016-02-17Removed unnecessary typedefs from libconfigHaru1-15/+15
2016-02-17Renamed config->read_file to config->load_fileHaru1-11/+10
2016-01-29Modified Mob DB loader to behave like the Item DB loaderHaru1-18/+18
2016-01-13Added support to mark constants in db/constants.conf as deprecatedHaru1-2/+2
2016-01-09Corrected various zero-argument function definitionsHaru1-1/+2
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-1/+1
2015-12-28Replaced some numeric mob IDs with the proper constants (MOBID_TREASURE_BOX*)Haru1-2/+2
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-04Add missing checks into itemdb.cAndrei Karas1-2/+30
2015-10-22Removed support for the deprecated SQL item, mob, mob_skill databases.Haru1-163/+8
2015-10-19rename malloc.c/h to memmgr.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-11/+2
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-167/+142
2015-09-18Clarified the intent of several assignments inside conditional expressionsHaru1-1/+1
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-08-12Fixed some issues reported by CoverityHaru1-1/+1
2015-08-09Corrected search order in itemdb_searchnameMordekaiserGod1-1/+1
2015-08-07Update itemdb.cSmokexyz1-4/+4
2015-07-08Update Unique ID system to match official now it cover all cash items include...Ibrahim Hossam1-21/+43
2015-06-19Removed ".." from include directivesHaru1-15/+15
2015-01-22Removed name distinction between (sql) mob/item/mob_skill db and db_re variantsHaru1-4/+0
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-23/+20
2015-01-1727 Fixesshennetsind1-1/+1
2015-01-17Another ~10 Fixesshennetsind1-1/+1
2014-12-31Remove useless checks.Andrei Karas1-1/+1
2014-12-31Add some missing null pointer checks after automatic checks.Andrei Karas1-36/+44
2014-12-23Allow use constants in item_db.conf for int fields.Andrei Karas1-18/+37
2014-12-21Add function for reading custom itemdb fields.Andrei Karas1-0/+7
2014-12-19Remove plugin data in item_data destruction.Andrei Karas1-0/+10
2014-12-17Move check is item usable or not to separate method.Andrei Karas1-0/+9
2014-12-02Add item attribute what prevent item removing on use.Andrei Karas1-1/+4
2014-11-16Whitespace cleanup (no code changes)Haru1-26/+27
2014-11-03Introducing 2014-10-22, Roulette and Per-Char Gender!shennetsind1-0/+4
2014-11-03Missing 'type' field in itemdb now defaults to IT_ETC rather than IT_UNKNOWNshennetsind1-1/+1
2014-08-07Corrected several format-string errors through the codeHaru1-8/+9
2014-05-31Corrected GM level override checks for Nouse and TradeHaru1-2/+2
2014-05-31Extended ItemDB to support several other formats (part 2)Dastgir Pojee1-216/+220
2014-05-31 Added ItemTradeRestriction enumHaru1-10/+10