summaryrefslogtreecommitdiff
path: root/src/gui/setup.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-07-09Some win32 fixes most of allEugenio Favalli1-4/+4
2005-06-27- Fixing OpenGL switch to fullscreen crash in windowsEugenio Favalli1-9/+21
- Improving switch check
2005-05-15better monsterset managementEugenio Favalli1-2/+2
2005-05-02Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.Bjørn Lindeijer1-5/+5
2005-04-19A few random changes.Bjørn Lindeijer1-14/+13
2005-04-18Ok, of course the biggest problem to solve with OpenGL integration is loadingBjørn Lindeijer1-2/+2
and rendering of images.
2005-04-16- Readding stripping to executable (Dev-cpp project options)Eugenio Favalli1-98/+93
- New slider skin - Some updates to win32 compile guide - Cleaned sound engine - Improved setup window (need testing)
2005-04-11Improving sound engine (now it loads samples through resource manager)Eugenio Favalli1-1/+1
and support music fading (still somthing to fix)
2005-04-08*** empty log message ***Eugenio Favalli1-0/+7
2005-04-07* Fixed crash on exit when trying to delete listbox that wasn't created.Bjørn Lindeijer1-8/+12
* Disabled Ok button in Buy and Sell dialog when amount is 0 * Corrected the three known map bugs
2005-04-05*** empty log message ***Eugenio Favalli1-11/+11
2005-04-05Cleaning and fixing setup windowEugenio Favalli1-41/+18
2005-04-02Added ConfigListener class to allow listening for changes to config options,Bjørn Lindeijer1-3/+17
and added a GUI opacity slider to the setup window that utilizes this.
2005-04-02Less Image::setAlpha calls.Bjørn Lindeijer1-0/+3
2005-03-24Logger Implemented. (3/3)Yohann Ferreira1-4/+4
2005-03-20TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore!Bjørn Lindeijer1-1/+1
Also fixed a crash on clicking wallpaper in login phase.
2005-03-13* Moved Being public char *speech to private std::string speechBjørn Lindeijer1-1/+1
* Moved Being public PATH_NODE *path to private std::list<PATH_NODE> path * Fixed warping issue which corrupted player (which also applies to respawning) * Got rid of sound error in Setup window
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
used throughout application, cleaned up shop functions.
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
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling.
2005-01-06Mostly commenting and indenting changes for setup dialog.Bjørn Lindeijer1-111/+102
2005-01-03Using own ListBox,Mateusz Kaduk1-14/+17
Removed temporarly unused radio button.
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
- 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-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
modules to file lists.
2004-12-27Fixed setting full screen chekbox stateMateusz Kaduk1-1/+2
2004-12-27Using Configuration classMateusz Kaduk1-6/+26
Added switch for sound
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
- setup class changed
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