summaryrefslogtreecommitdiff
path: root/src/resources/itemdb.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-17Added a few XML files for "translation". Idea obtained from IchigoBlack,Ira Rice1-1/+1
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-8/+8
2009-01-14Added linking to item's just using [Item Name] in chatDavid Athay1-0/+31
2009-01-06Added support for internationalizationIra Rice1-2/+3
2009-01-05Handling gender with an enum everywhere.Philipp Sehmisch1-4/+4
2008-12-07Removed unnecessary weight check in itemdb loaderLloyd Bryant1-3/+3
2008-11-25Miscellaneous TMW change commits. Missed these changes before because of Ira Rice1-1/+1
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-3/+1
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-02This correctly fixes the attack problem. Apparently, I didn't realize a bit a...Ira Rice1-2/+2
2008-10-25attack range fixes, highlight monsters in range (by Chuck Miller)Roderic Morris1-0/+2
2008-10-12Added in a new tileset, as well as some new artwork, changed the update Ira Rice1-4/+4
2008-10-12This commit contains three things: one, after looking over how TMW was Ira Rice1-7/+7
2008-10-10Some old uncommitted cleanup.Bjørn Lindeijer1-2/+2
2008-10-01Fixed female sprites not showing all equipment.Ira Rice1-1/+1
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-4/+2
2008-09-04Introduced another template to make deleting all values in a container easier.Bjørn Lindeijer1-2/+1
2008-07-19removed unnecessary (weight) check in itemdb loaderLloyd Bryant1-3/+3
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-2/+2
2008-05-21Merged revisions 4013,4027,4043,4174,4250,4254 via svnmerge from Philipp Sehmisch1-19/+3
2008-04-07Added XML::Document class which simplifies parsing an XML document andBjørn Lindeijer1-19/+3
2008-02-22 Handling gender with an enum everywhere.Philipp Sehmisch1-4/+4