summaryrefslogtreecommitdiff
path: root/src/resources/itemdb.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-27Merge of two gettext stringsKess Vargavind1-1/+1
2009-05-24Merge branch '0.0.29'Bjørn Lindeijer1-3/+8
2009-05-24Fixed item links that aren't written in lowercaseBjørn Lindeijer1-3/+8
2009-05-23Merge branch '0.0.29'Bjørn Lindeijer1-13/+13
2009-05-23Fixed a few strings for better translationKess Vargavind1-1/+1
2009-05-23Fixed the empty item link crash differentlyBjørn Lindeijer1-13/+13
2009-05-21Fixed a few strings for better translationKess Vargavind1-1/+1
2009-05-19Fixed targeting and warn on attack-range not being found in itemdb.David Athay1-0/+4
2009-05-11Fixed the memory issues with the pointers to item stat modifiersBjørn Lindeijer1-5/+5
2009-05-08Don't complain in the logger about not having an image attribute forTametomo1-1/+1
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+0
2009-04-16Merge branch '0.0.29'Bjørn Lindeijer1-3/+3
2009-04-16Some more cleanupsBjørn Lindeijer1-3/+3
2009-04-16Remove last support #ifdef in the resource codeJared Adams1-5/+19
2009-04-09Actually use ItemType instead of shortBjørn Lindeijer1-2/+1
2009-03-30Merge weapon typesJared Adams1-4/+0
2009-03-30Merge item types to remove more #ifdefsJared Adams1-4/+0
2009-03-27Fixed include structure in resource/ directoryBjørn Lindeijer1-10/+12
2009-03-27Fixed duplicate check for item namesBjørn Lindeijer1-4/+4