Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-18 | Created Inventory class. (Really) Small code simplifications and cleanups. | Björn Steinbrink | 1 | -239/+0 | |
2005-07-17 | Added Item and Equipment class and made the appropriate places make use of ↵ | Björn Steinbrink | 1 | -73/+49 | |
them. Plus some cleanups. | |||||
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -6/+4 | |
2005-06-22 | Fix weapon still shown after unequipping bug. | Yohann Ferreira | 1 | -0/+9 | |
2005-06-16 | Fixed cutting off bottom item row of inventory in some cases | Bjørn Lindeijer | 1 | -2/+1 | |
2005-06-16 | Fixed window resizing to work properly, and on all edges and corners. | Bjørn Lindeijer | 1 | -9/+17 | |
2005-05-28 | Applied inventory weight information patch by Javila. | Bjørn Lindeijer | 1 | -2/+15 | |
2005-05-21 | Fix opacity of Window titles in OpenGL and scroll areas which broke last commit | Bjørn Lindeijer | 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-19 | Made item amount window a modal dialog and removed support for old map format. | Bjørn Lindeijer | 1 | -32/+32 | |
2005-05-14 | Mainly separating core GUI classes from game interface. | Bjørn Lindeijer | 1 | -14/+29 | |
2005-05-12 | trade fixes as usual + quit dialog pops up now instead of being under other ↵ | Jan-Fabian Humann | 1 | -2/+2 | |
windows | |||||
2005-05-10 | fixing a bug which occured when ItemManager's constructor calls logger (for ↵ | Jan-Fabian Humann | 1 | -2/+2 | |
example if items.xml is missing) | |||||
2005-05-06 | Updated inventory window resizing with item name & description. | Aaron Marks | 1 | -3/+5 | |
2005-05-05 | Inventory little bug fixed. | Yohann Ferreira | 1 | -2/+2 | |
2005-05-05 | Inventory will now show Active Item Name and Description. | Yohann Ferreira | 1 | -8/+30 | |
2005-05-05 | - Equipped items now listed in inventory as "Eq.". | Aaron Marks | 1 | -3/+18 | |
- Depending on whether selected inventory is equipment or item the button which was previously only labeled "Use" will be labelled either: "Use", "Equip" or "Unequip". | |||||
2005-04-27 | Updated item container (fixed rendering position errors). | Aaron Marks | 1 | -9/+9 | |
Moved widgets in inventory so everything is aligned. | |||||
2005-04-10 | Added inventory transparency | Mateusz Kaduk | 1 | -1/+2 | |
2005-04-09 | Fixed up problem with inventory display. | Aaron Marks | 1 | -4/+5 | |
Added maximum width/height of window (for resizing). | |||||
2005-04-09 | Added better support for inventory (currently its resizable by dragging the top | Aaron Marks | 1 | -7/+34 | |
right of the window). | |||||
2005-03-20 | TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore! | Bjørn Lindeijer | 1 | -1/+1 | |
Also fixed a crash on clicking wallpaper in login phase. | |||||
2005-03-05 | Maybe fixed some compile issues | Jan-Fabian Humann | 1 | -0/+1 | |
2005-03-05 | Now you can decide how many items to drop | Jan-Fabian Humann | 1 | -2/+3 | |
2005-03-04 | A bunch of updates: | Eugenio Favalli | 1 | -9/+0 | |
- inventory fixes - equipment fixes - graphic updates (items and monsters) - weaponary system - fixed status window | |||||
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-02-28 | Adding support for drop items part 2/2 | Jan-Fabian Humann | 1 | -0/+1 | |
2005-02-25 | Fixing equipment and shops according to the new server script | Eugenio Favalli | 1 | -1/+1 | |
2005-02-20 | Better working equipment! | Eugenio Favalli | 1 | -5/+1 | |
2005-02-20 | Finally equipment! Sometimes it works :P | Eugenio Favalli | 1 | -2/+17 | |
2005-02-11 | Working on equipment | Eugenio Favalli | 1 | -4/+18 | |
2005-02-06 | Completed inventory fix, now selection works | Eugenio Favalli | 1 | -57/+20 | |
2005-02-06 | Fixing inventory (still needed to add a proper way to choose items, now ↵ | Eugenio Favalli | 1 | -53/+54 | |
creating a item widget) | |||||
2005-01-17 | Committing Allegro -> SDL switch, hugely breaking the game. | Bjørn Lindeijer | 1 | -3/+1 | |
2005-01-15 | Cleaned up includes, separated engine from graphics and single buffer now | Bjørn Lindeijer | 1 | -2/+2 | |
used throughout application, cleaned up shop functions. | |||||
2005-01-14 | Rewrote Spriteset to work with Image* instead of BITMAP* | Bjørn Lindeijer | 1 | -3/+6 | |
2005-01-08 | Well improved window container and window widgets a bit, and made a start | Bjørn Lindeijer | 1 | -2/+2 | |
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling. | |||||
2005-01-04 | Got rid of last 5 Allegro datafiles. | Bjørn Lindeijer | 1 | -7/+4 | |
2005-01-02 | Got rid of hairset.dat and playerset.dat. | Bjørn Lindeijer | 1 | -2/+2 | |
2004-12-28 | Inventory dialog is also not a dialog. | Bjørn Lindeijer | 1 | -9/+9 | |
2004-12-27 | Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButton | Bjørn Lindeijer | 1 | -0/+2 | |
modules to file lists. | |||||
2004-12-26 | Ported the inventory dialog over to Guichan. For the moment it is not | Bjørn Lindeijer | 1 | -71/+58 | |
possible to delete or use items. | |||||
2004-12-26 | Small icon fixes | Eugenio Favalli | 1 | -1/+1 | |
2004-12-25 | Some more beautification of inventory, but actually it should be fixed that | Bjørn Lindeijer | 1 | -39/+39 | |
you can have only 10 items at maximum. | |||||
2004-12-25 | Another attempt at fixing inventory draw crash. | Bjørn Lindeijer | 1 | -62/+73 | |
2004-12-25 | Little initialization fix for show_inventory. | Bjørn Lindeijer | 1 | -0/+9 | |
2004-12-25 | Xmas quest update | Eugenio Favalli | 1 | -5/+6 | |
2004-12-19 | killed a few warnings about depcrated functions. mostly textprintf | Alexander Baldeck | 1 | -5/+5 | |
2004-12-19 | removed alfont usage (obsolete dependency now) | Alexander Baldeck | 1 | -12/+12 | |
2004-12-10 | Use a consistent tab-less header throughout the code. | Bjørn Lindeijer | 1 | -24/+22 | |