summaryrefslogtreecommitdiff
path: root/src/resources/itemdb.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-11Only check for name and descriptions in items with positive ID's in theIra Rice1-2/+5
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-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-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-06Added support for internationalizationIra Rice1-2/+3
2009-01-05Handling gender with an enum everywhere.Philipp Sehmisch1-4/+4
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-02This correctly fixes the attack problem. Apparently, I didn't realize a bit a...Ira Rice1-2/+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-01Fixed female sprites not showing all equipment.Ira Rice1-1/+1
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-4/+2
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
2007-11-20Merged revisions 3692 via svnmerge from Bjørn Lindeijer1-2/+2
2007-11-20Merged revisions 3629-3630 via svnmerge from Bjørn Lindeijer1-2/+2
2007-10-22Merged changesets 3631, 3645 and 3648 from trunk to 0.0 branch.Bjørn Lindeijer1-2/+0
2007-08-30Reverted equipment database and included original low-ID items in items.xml forBjørn Lindeijer1-2/+2
2007-08-30Merged equipment database with items database and got rid of the unused itemBjørn Lindeijer1-149/+223
2007-08-22Fixed an arithmetic exception in ItemShortcutContainer::draw.Bjørn Lindeijer1-1/+1
2007-04-23Merged Björn Steinbrinks improvements at the xml parsing from trunk version.Philipp Sehmisch1-47/+18
2006-12-23Load the databases at the start of the LOGIN state, after the updates areBjørn Lindeijer1-0/+8
2006-11-26Higher precision log timestamps, some more logging and support for TGA images.Bjørn Lindeijer1-36/+27
2006-11-26Equipment database namespace and support for gender specific equipment spritesPhilipp Sehmisch1-3/+3
2006-11-23Refectored the Itemmanager class to an ItemDB namespace.Philipp Sehmisch1-0/+179