summaryrefslogtreecommitdiff
path: root/src/map/itemdb.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-30Fixed typos inside src/Shido1-1/+1
2014-05-13Removed trailing whitespace (sources)Haru1-9/+8
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-11/+16
2014-05-10Revert "Fixed order of includes in all source files"panikon1-16/+11
2014-05-09Fixed order of includes in all source filesHaru1-11/+16
2014-05-09Return EXIT_FAILURE if a script parse error occurred.Haru1-7/+7
2014-05-08Changed warning labels for itemdb_read_cached_packages, they were stating oth...panikon1-3/+3
2014-04-19Fixed issue: 8146panikon1-2/+4
2014-04-18Rewritten NSI_UNIQUE_ID system to get rid of the cross-database interreg depe...Ibrahim Hossam1-39/+3
2014-02-09Improved script case check reports to include more accurate source info.Haru1-0/+12
2014-02-02Fixed item combo bypassing disabled item restrictionsshennetsind1-52/+42
2014-01-18Libconfig Interfacedshennetsind1-89/+89
2014-01-13Improved overwriting priority of variables/constants/parametersHaru1-11/+0
2013-12-17Fixed several compiler warningsHaru1-5/+4
2013-12-04Follow-up to 6e9c385b8fa2fbca97ca23e35f0b8e5dabd13526Haru1-7/+22
2013-12-04Fixed Bug 7883shennetsind1-1/+1
2013-12-01Changed item Aegis ID and mob Sprite ID lookups to case sensitive.Haru1-2/+2
2013-11-29Minor improvementshennetsind1-0/+3