summaryrefslogtreecommitdiff
path: root/src/gui/setup.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-03-01Changed around recent additions to Image class a bit and fixed OpenGL compile.Bjørn Lindeijer1-5/+6
2005-02-28Formatting updates.Bjørn Lindeijer1-71/+83
2005-02-27Memory fixesEugenio Favalli1-3/+9
2005-02-27Video modes are taken from SDLMateusz Kaduk1-28/+51
2005-02-14Simplified logging for the sake of simplicity.Bjørn Lindeijer1-1/+1
2005-01-30Sounds is now available for those on Windows.Bjørn Lindeijer1-6/+0
2005-01-30Corrected Toggle fullscreen code, still need to handle resolutionYohann Ferreira1-4/+32
2005-01-29*** empty log message ***Yohann Ferreira1-2/+2
2005-01-29*** empty log message ***Yohann Ferreira1-12/+0
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer1-4/+7
2005-01-15Cleaned up includes, separated engine from graphics and single buffer nowBjørn Lindeijer1-0/+1
2005-01-13Got rid of Allegro ok dialog completely. Now just the yes_no dialog remaining.Bjørn Lindeijer1-1/+2
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer1-3/+3
2005-01-06Mostly commenting and indenting changes for setup dialog.Bjørn Lindeijer1-111/+102
2005-01-03Using own ListBox,Mateusz Kaduk1-14/+17
2004-12-30- added exception handling to setup dialog while starting soundAlexander Baldeck1-1/+6
2004-12-29Changes to disable sound on Windows.Bjørn Lindeijer1-25/+30
2004-12-29- ported sound engine to SDL_MixerAlexander Baldeck1-1/+4
2004-12-27Added radiobutton class and aqua graphic for it.Mateusz Kaduk1-0/+3
2004-12-27Fixed listbox and scrollarea sizes in setup.Mateusz Kaduk1-6/+9
2004-12-27Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButtonBjørn Lindeijer1-3/+25
2004-12-27Fixed setting full screen chekbox stateMateusz Kaduk1-1/+2
2004-12-27Using Configuration classMateusz Kaduk1-6/+26
2004-12-22Added fullscreen mode checkbox in setup windowMateusz Kaduk1-4/+14
2004-12-22Added modes list to setupMateusz Kaduk1-6/+50
2004-12-22Using tmw's button in setupMateusz Kaduk1-2/+2
2004-12-22Setup has create_setup() method that creates only one instance.Mateusz Kaduk1-17/+18
2004-12-22- setup gets only called from game.cppMateusz Kaduk1-41/+39
2004-12-13Some header order, namespace and lib fixes to improve MSVC support.Bjørn Lindeijer1-4/+6
2004-12-12Created setup class and changed to use guichanMateusz Kaduk1-113/+49
2004-12-12Added Guichan and converted login dialog. Also resolved some naming conflicts.Bjørn Lindeijer1-2/+2
2004-12-01Added setup filesMateusz Kaduk1-0/+137