summaryrefslogtreecommitdiff
path: root/src/resources/itemdb.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-09-05Unloading mNamedItemInfosStefan Dombrowski1-0/+1
2010-07-11Made the different hard-coded paths and files be now taken from theYohann Ferreira1-2/+4
2010-06-03Unload loaded DBs before loading them againJared Adams1-1/+1
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
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-2/+9
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-2/+5
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-38/+102
2009-03-11Only check for name and descriptions in items with positive ID's in theIra Rice1-2/+5
2009-03-06Merge branch 'aethyra/master'Bjørn Lindeijer1-0/+4
2009-03-02Added particle attacks back on to the players. However, instead of beingIra Rice1-0/+4
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-7/+2
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-7/+2
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-1/+1
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-1/+1
2009-02-11Don't make log statements translatableBjørn Lindeijer1-8/+8
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-10Don't make log statements translatableBjørn Lindeijer1-7/+7
2009-02-07Some more include cleanups.Ira Rice1-2/+0
2009-01-28Added coloring of item names by type. TODO: Allow this to beIra Rice1-2/+2
2009-01-28Removed manual trimmings in exchange for using trim.h instead.Ira Rice1-8/+2
2009-01-26Modified item popups to show the weight of the item as well. TODO:Ira Rice1-3/+3
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-20Added the ability to parse multiple item links, as well as removingIra Rice1-0/+8
2009-01-20Made link searching case insensitive.Ira Rice1-1/+8
2009-01-20Added linking to item's just using [Item Name] in chatDavid Athay1-0/+32