summaryrefslogtreecommitdiff
path: root/src/resources/itemdb.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-4/+2
2008-01-19Fixed interpretation of weapon types in items.xml.Philipp Sehmisch1-1/+1
2008-01-10Item types and weapon types are now identified by name instead of numbers in ...Philipp Sehmisch1-2/+38
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-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer1-2/+2
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-2/+2
2007-10-22Merged changesets 3631, 3645 and 3648 from trunk to 0.0 branch.Bjørn Lindeijer1-2/+0
2007-10-18Added automatic generation of description strings for item effects.Guillaume Melquiond1-23/+39
2007-10-18Removed unused slot field.Guillaume Melquiond1-2/+0
2007-10-18Removed player looks from generic beings. Prevented client termination on mis...Guillaume Melquiond1-2/+2
2007-10-01Fixed inventory display with respect to empty slots.Guillaume Melquiond1-1/+1
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-26/+100
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-08-13Fixed svn properties.Guillaume Melquiond1-149/+149
2007-04-23Merged Björn Steinbrinks improvements at the xml parsing from trunk version.Philipp Sehmisch1-47/+18
2007-04-22Made the itemdb parameter checks more terse and manageable.Björn Steinbrink1-44/+15
2007-04-22Added a macro for XML child node iterations to make the code more terse and e...Björn Steinbrink1-3/+3
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer1-0/+8
2006-12-23Load the databases at the start of the LOGIN state, after the updates areBjørn Lindeijer1-0/+8
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-0/+170
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