Age | Commit message (Expand) | Author | Files | Lines |
2005-08-02 | Moved graphics setup code into the graphics class. | Björn Steinbrink | 1 | -32/+13 |
2005-07-16 | Updated changelog, got rid of remaining extern SDL_Surface *screen cases, | Bjørn Lindeijer | 1 | -4/+7 |
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 1 | -0/+2 |
2005-07-14 | Committed resource manager cleanup patch by Doener, and properly implemented | Bjørn Lindeijer | 1 | -16/+28 |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+1 |
2005-07-09 | Some win32 fixes most of all | Eugenio Favalli | 1 | -4/+4 |
2005-06-27 | - Fixing OpenGL switch to fullscreen crash in windows | Eugenio Favalli | 1 | -9/+21 |
2005-05-15 | better monsterset management | Eugenio Favalli | 1 | -2/+2 |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -5/+5 |
2005-04-19 | A few random changes. | Bjørn Lindeijer | 1 | -14/+13 |
2005-04-18 | Ok, of course the biggest problem to solve with OpenGL integration is loading | Bjørn Lindeijer | 1 | -2/+2 |
2005-04-16 | - Readding stripping to executable (Dev-cpp project options) | Eugenio Favalli | 1 | -98/+93 |
2005-04-11 | Improving sound engine (now it loads samples through resource manager) | Eugenio Favalli | 1 | -1/+1 |
2005-04-08 | *** empty log message *** | Eugenio Favalli | 1 | -0/+7 |
2005-04-07 | * Fixed crash on exit when trying to delete listbox that wasn't created. | Bjørn Lindeijer | 1 | -8/+12 |
2005-04-05 | *** empty log message *** | Eugenio Favalli | 1 | -11/+11 |
2005-04-05 | Cleaning and fixing setup window | Eugenio Favalli | 1 | -41/+18 |
2005-04-02 | Added ConfigListener class to allow listening for changes to config options, | Bjørn Lindeijer | 1 | -3/+17 |
2005-04-02 | Less Image::setAlpha calls. | Bjørn Lindeijer | 1 | -0/+3 |
2005-03-24 | Logger Implemented. (3/3) | Yohann Ferreira | 1 | -4/+4 |
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 |
2005-03-13 | * Moved Being public char *speech to private std::string speech | Bjørn Lindeijer | 1 | -1/+1 |
2005-03-01 | Changed around recent additions to Image class a bit and fixed OpenGL compile. | Bjørn Lindeijer | 1 | -5/+6 |
2005-02-28 | Formatting updates. | Bjørn Lindeijer | 1 | -71/+83 |
2005-02-27 | Memory fixes | Eugenio Favalli | 1 | -3/+9 |
2005-02-27 | Video modes are taken from SDL | Mateusz Kaduk | 1 | -28/+51 |
2005-02-14 | Simplified logging for the sake of simplicity. | Bjørn Lindeijer | 1 | -1/+1 |
2005-01-30 | Sounds is now available for those on Windows. | Bjørn Lindeijer | 1 | -6/+0 |
2005-01-30 | Corrected Toggle fullscreen code, still need to handle resolution | Yohann Ferreira | 1 | -4/+32 |
2005-01-29 | *** empty log message *** | Yohann Ferreira | 1 | -2/+2 |
2005-01-29 | *** empty log message *** | Yohann Ferreira | 1 | -12/+0 |
2005-01-17 | Committing Allegro -> SDL switch, hugely breaking the game. | Bjørn Lindeijer | 1 | -4/+7 |
2005-01-15 | Cleaned up includes, separated engine from graphics and single buffer now | Bjørn Lindeijer | 1 | -0/+1 |
2005-01-13 | Got rid of Allegro ok dialog completely. Now just the yes_no dialog remaining. | Bjørn Lindeijer | 1 | -1/+2 |
2005-01-08 | Well improved window container and window widgets a bit, and made a start | Bjørn Lindeijer | 1 | -3/+3 |
2005-01-06 | Mostly commenting and indenting changes for setup dialog. | Bjørn Lindeijer | 1 | -111/+102 |
2005-01-03 | Using own ListBox, | Mateusz Kaduk | 1 | -14/+17 |
2004-12-30 | - added exception handling to setup dialog while starting sound | Alexander Baldeck | 1 | -1/+6 |
2004-12-29 | Changes to disable sound on Windows. | Bjørn Lindeijer | 1 | -25/+30 |
2004-12-29 | - ported sound engine to SDL_Mixer | Alexander Baldeck | 1 | -1/+4 |
2004-12-27 | Added radiobutton class and aqua graphic for it. | Mateusz Kaduk | 1 | -0/+3 |
2004-12-27 | Fixed listbox and scrollarea sizes in setup. | Mateusz Kaduk | 1 | -6/+9 |
2004-12-27 | Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButton | Bjørn Lindeijer | 1 | -3/+25 |
2004-12-27 | Fixed setting full screen chekbox state | Mateusz Kaduk | 1 | -1/+2 |
2004-12-27 | Using Configuration class | Mateusz Kaduk | 1 | -6/+26 |
2004-12-22 | Added fullscreen mode checkbox in setup window | Mateusz Kaduk | 1 | -4/+14 |
2004-12-22 | Added modes list to setup | Mateusz Kaduk | 1 | -6/+50 |
2004-12-22 | Using tmw's button in setup | Mateusz Kaduk | 1 | -2/+2 |
2004-12-22 | Setup has create_setup() method that creates only one instance. | Mateusz Kaduk | 1 | -17/+18 |
2004-12-22 | - setup gets only called from game.cpp | Mateusz Kaduk | 1 | -41/+39 |