summaryrefslogtreecommitdiff
path: root/src/resources/itemdb.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-02Use a consistent naming style for enum class valuesThorbjørn Lindeijer1-8/+8
2025-02-13Implemented support for item replacementsThorbjørn Lindeijer1-1/+103
2025-01-20Wrapped xmlNodePtr access with a Node classThorbjørn Lindeijer1-61/+52
2024-10-18General code cleanupsThorbjørn Lindeijer1-2/+2
2024-10-12Added support for hit/miss sounds on equipment for all playersThorbjørn Lindeijer1-3/+3
2024-09-30Added support for particle effects on equipmentThorbjørn Lindeijer1-3/+6
2024-09-28Replaced all "xmlChildrenNode" with "children"Thorbjørn Lindeijer1-5/+5
2024-09-28Removed getter/setter cruft from ItemInfoThorbjørn Lindeijer1-147/+114
2024-09-27Replaced for_each_xml_child_node macro with helper classThorbjørn Lindeijer1-5/+5
2024-04-02General code cleanupsThorbjørn Lindeijer1-4/+2
2024-03-06General code cleanupsThorbjørn Lindeijer1-13/+9
2024-03-04Fixed character displayThorbjørn Lindeijer1-8/+8
2024-03-02General code cleanupsThorbjørn Lindeijer1-21/+19
2024-01-29Removed unused includes in various filesThorbjørn Lindeijer1-3/+1
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer1-7/+6
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-4/+4
2013-05-22paths.xml content is now read from settings.xmlPrzemysław Grzywacz1-6/+6
2013-05-07items.xml can be used from settings.xmlPrzemysław Grzywacz1-154/+130
2012-02-11Made items equippable by double click in inventoryErik Schilling1-0/+1
2012-02-02Fix to the hair colors and styles handling.Yohann Ferreira1-1/+10
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-24Fixed the crash in setupSpriteDisplayThorbjørn Lindeijer1-3/+3
2011-06-07Merged the unknown item definition loadingYohann Ferreira1-10/+13
2011-06-02Arbitrary code cleanupsThorbjørn Lindeijer1-1/+1
2011-04-30Added customizable on-hit effects for characters.Yohann Ferreira1-2/+10
2011-04-29Remove default assignment of an attack action to non-weaponsStefan Dombrowski1-2/+3
2011-04-29Making the check for the node name earlier while reading items.xmlStefan Dombrowski1-3/+6
2011-04-07Fix compiler warning about incorrect use of the logger's log memberChuck Miller1-1/+1
2011-03-04Empty std::string don't need to be constructed from ""Thorbjørn Lindeijer1-3/+3
2011-01-24Refactored the item loading in a more extensible and per protocol way.Yohann Ferreira1-224/+344
2011-01-13Made the client handle better the lack of items.xml file.Yohann Ferreira1-3/+7
2011-01-13Moved the normalize() function in strungUtils where it belongs.Yohann Ferreira1-8/+2
2010-09-25Merge branch '1.0'Thorbjørn Lindeijer1-0/+1
2010-09-05Unloading mNamedItemInfosStefan Dombrowski1-0/+1
2010-08-26Merged testing branch into master.Yohann Ferreira1-41/+114
2010-07-29Changed the items loading to handle a new 'attack-action' parameter.Yohann Ferreira1-19/+3
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-1/+1
2010-07-28Changed mAttackType to mWeaponAttackType were appropriate.Yohann Ferreira1-1/+1
2010-07-19Merge branch '1.0'Yohann Ferreira1-2/+4
2010-07-11Made the different hard-coded paths and files be now taken from theYohann Ferreira1-2/+4
2010-06-13Merge remote branch '1.0/1.0'Jared Adams1-1/+1
2010-06-03Unload loaded DBs before loading them againJared Adams1-1/+1
2010-05-06Add support for floor item spritesJared Adams1-2/+30
2010-04-16Add race support for eAthenaJared Adams1-0/+11
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-10Adds missile-particle attribute to items and monster attacksChuck Miller1-0/+2
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-17Fix equiping charm itemsChuck Miller1-0/+1
2010-01-12Standardize header orderJared Adams1-2/+2