Age | Commit message (Expand) | Author | Files | Lines |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -2/+2 |
2005-04-30 | Correctly draw window borders with GUI opacity in OpenGL mode. | Bjørn Lindeijer | 1 | -12/+12 |
2005-04-18 | Fixed tileset loading to clear tilesets vector when finished. | Bjørn Lindeijer | 1 | -19/+19 |
2005-04-09 | Fixed up problem with inventory display. | Aaron Marks | 1 | -0/+17 |
2005-04-08 | Added window resizing. | Aaron Marks | 1 | -3/+37 |
2005-04-02 | Added ConfigListener class to allow listening for changes to config options, | Bjørn Lindeijer | 1 | -0/+16 |
2005-04-02 | Less Image::setAlpha calls. | Bjørn Lindeijer | 1 | -3/+4 |
2005-03-26 | Make sure logic method is called on the content of windows, fixes lists. | Bjørn Lindeijer | 1 | -0/+8 |
2005-03-25 | Moved datafiles in unified structure. | Bjørn Lindeijer | 1 | -3/+3 |
2005-03-24 | Logger Implemented. (3/3) | Yohann Ferreira | 1 | -2/+2 |
2005-03-20 | TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore! | Bjørn Lindeijer | 1 | -91/+34 |
2005-03-19 | Added config option for GUI alpha. | Bjørn Lindeijer | 1 | -2/+6 |
2005-03-05 | Committing fix for bottom window corners. | Bjørn Lindeijer | 1 | -2/+2 |
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 1 | -27/+13 |
2005-03-01 | Transluency again | Yohann Ferreira | 1 | -7/+7 |
2005-02-21 | Updates to change log, file lists, lots of doxygen comments and small changes. | Bjørn Lindeijer | 1 | -7/+7 |
2005-02-20 | Reverted changes to skill dialog, a new one will be developed alongside it so | Bjørn Lindeijer | 1 | -0/+2 |
2005-02-20 | Separated Tiles in MetaTiles and Images. | Bjørn Lindeijer | 1 | -1/+1 |
2005-02-19 | Committed new graphics for button, checkbox and radio button by romulo. Also | Bjørn Lindeijer | 1 | -4/+5 |
2005-02-18 | Improve window borders and speed up alpha property by not setting alpha each | Bjørn Lindeijer | 1 | -18/+18 |
2005-02-18 | Gui v3 with Images* | Yohann Ferreira | 1 | -64/+29 |
2005-02-18 | The Gui v3 | Yohann Ferreira | 1 | -25/+67 |
2005-02-14 | Display of path to mouse now a debug feature you can toggle with F6, plus some | Bjørn Lindeijer | 1 | -6/+2 |
2005-01-18 | Changed default depth to 32 and fixed window snapping by one pixel. | Bjørn Lindeijer | 1 | -4/+4 |
2005-01-17 | Converted all GUI images to PNG | Bjørn Lindeijer | 1 | -3/+3 |
2005-01-17 | Committing Allegro -> SDL switch, hugely breaking the game. | Bjørn Lindeijer | 1 | -2/+0 |
2005-01-16 | Removed a lot of allegro.h includes. | Bjørn Lindeijer | 1 | -2/+1 |
2005-01-16 | More GUI image location changes and chat displays longer. | Bjørn Lindeijer | 1 | -3/+3 |
2005-01-15 | Cleaned up includes, separated engine from graphics and single buffer now | Bjørn Lindeijer | 1 | -21/+12 |
2005-01-14 | Removed 9 cases of load_bitmap. | Bjørn Lindeijer | 1 | -3/+3 |
2005-01-14 | Extended Image with methods to get width, height and draw a pattern and made | Bjørn Lindeijer | 1 | -14/+15 |
2005-01-11 | Implemented parent relationship for Window class and converted more ok dialogs | Bjørn Lindeijer | 1 | -1/+21 |
2005-01-08 | Well improved window container and window widgets a bit, and made a start | Bjørn Lindeijer | 1 | -3/+15 |
2005-01-07 | Solved the window dragging problem. | Bjørn Lindeijer | 1 | -0/+12 |
2004-12-29 | Ported the npc text dialog and some other small updates. | Bjørn Lindeijer | 1 | -19/+8 |
2004-12-27 | Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButton | Bjørn Lindeijer | 1 | -0/+2 |
2004-12-22 | Fixed window titlebar drawing. | Bjørn Lindeijer | 1 | -5/+4 |
2004-12-20 | Converted the progress bar and stats dialog to Guichan widgets. | Bjørn Lindeijer | 1 | -1/+6 |
2004-12-19 | More refining of windows. | Bjørn Lindeijer | 1 | -9/+15 |
2004-12-19 | Implemented setLocationRelativeTo method on Window allowing the dialogs to be | Bjørn Lindeijer | 1 | -0/+32 |
2004-12-18 | Corrected titlebar height. | Bjørn Lindeijer | 1 | -4/+4 |
2004-12-18 | Added colon to the fixed font and removed some alfont usage. | Bjørn Lindeijer | 1 | -32/+19 |
2004-12-17 | Made some fixes to the window widget and made server selection use it too. | Bjørn Lindeijer | 1 | -26/+38 |
2004-12-17 | Whoops forgot the bitmaps. | Bjørn Lindeijer | 1 | -3/+3 |
2004-12-17 | Added window class based on Guichan by none other than nym! | Bjørn Lindeijer | 1 | -0/+185 |