Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-10-07 | Modified finding NPC as by timonator's suggestion in order to allow NPCs to be | Bjørn Lindeijer | 1 | -3/+7 | |
clicked on their heads too. Also made start to tile engine improvement by adding the Sprite class that is now used by the floor items for being displayed on the map. Finally added documentation to Item class and splitted out Properties class from Map. | |||||
2005-09-23 | Merged most of the changes in biggeruniverse's second memory cleanup patch. | Bjørn Lindeijer | 1 | -3/+15 | |
2005-08-25 | Added items effect description support. TODO: Display it in ↵ | Yohann Ferreira | 1 | -0/+4 | |
buy/sell/inventory/equip windows. | |||||
2005-08-17 | Removed special #ifdefs for libxml2 linking issues in Win32. | Eugenio Favalli | 1 | -8/+0 | |
2005-08-13 | Updated dev-cpp project file, removed unnecessary header, fixed some include ↵ | Eugenio Favalli | 1 | -5/+3 | |
paths. | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -5/+7 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -2/+0 | |
2005-05-30 | Fixing compiling error in win | Eugenio Favalli | 1 | -0/+2 | |
2005-05-21 | Numerous things: | Bjørn Lindeijer | 1 | -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-10 | Fixed progress bars in OpenGL mode, now uses Guichan's fillRectangle. | Bjørn Lindeijer | 1 | -3/+3 | |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -9/+9 | |
2005-05-01 | - Added installation of game data, install required on *nix systems | Rodney Dawes | 1 | -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-21 | maybe Hammerbear will like it this way? | Eugenio Favalli | 1 | -1/+4 | |
2005-04-21 | trying to follow Hammerbear suggestions | Eugenio Favalli | 1 | -55/+5 | |
2005-04-21 | Now shops get item names from the xml database | Eugenio Favalli | 1 | -8/+32 | |
2005-04-20 | Adding first implementation of item database | Eugenio Favalli | 1 | -0/+149 | |