Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
used throughout application, cleaned up shop functions. | |||||
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 | |
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling. | |||||
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 | |
Removed temporarly unused radio button. | |||||
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 | |
- name change from TmwSound to Sound as required by HACKING.txt - slight modification of other files using it due to interface changes - minor speedups in Configuration - makefile.static modfified to link against SDL | |||||
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 | |
modules to file lists. | |||||
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 | |
Added switch for sound | |||||
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 | |
- setup class changed | |||||
2004-12-13 | Some header order, namespace and lib fixes to improve MSVC support. | Bjørn Lindeijer | 1 | -4/+6 | |
2004-12-12 | Created setup class and changed to use guichan | Mateusz Kaduk | 1 | -113/+49 | |
2004-12-12 | Added Guichan and converted login dialog. Also resolved some naming conflicts. | Bjørn Lindeijer | 1 | -2/+2 | |
2004-12-01 | Added setup files | Mateusz Kaduk | 1 | -0/+137 | |