summaryrefslogtreecommitdiff
path: root/src/resources/itemmanager.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-08-25Added items effect description support. TODO: Display it in ↵Yohann Ferreira1-0/+4
buy/sell/inventory/equip windows.
2005-08-17Removed special #ifdefs for libxml2 linking issues in Win32.Eugenio Favalli1-8/+0
2005-08-13Updated dev-cpp project file, removed unnecessary header, fixed some include ↵Eugenio Favalli1-5/+3
paths.
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-5/+7
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-2/+0
2005-05-30Fixing compiling error in winEugenio Favalli1-0/+2
2005-05-21Numerous things:Bjørn Lindeijer1-9/+11
* Fixed two non-virtual destructor warnings showing up with GCC 4. * Fixed OpenGL inventory text drawing that broke in last commit * Removed glClear cause screen is redrawn completely anyway * Fixed updating of buttons in inventory window * Made items.xml be loaded through resource manager.
2005-05-10Fixed progress bars in OpenGL mode, now uses Guichan's fillRectangle.Bjørn Lindeijer1-3/+3
2005-05-02Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.Bjørn Lindeijer1-9/+9
2005-05-01- Added installation of game data, install required on *nix systemsRodney Dawes1-2/+2
- Updated desktop file to work better - Install the desktop file to the standard location - Install the icon as tmw.png in the standard pixmaps data dir
2005-04-21maybe Hammerbear will like it this way?Eugenio Favalli1-1/+4
2005-04-21trying to follow Hammerbear suggestionsEugenio Favalli1-55/+5
2005-04-21Now shops get item names from the xml databaseEugenio Favalli1-8/+32
2005-04-20Adding first implementation of item databaseEugenio Favalli1-0/+149