summaryrefslogtreecommitdiff
path: root/src/gui/setup.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-10-04Set the white font in the ministatus window only in sdl mode until we have fo...Yohann Ferreira1-0/+3
2005-09-30Made the inventory Win behave normally when resized by default size functions.Yohann Ferreira1-1/+0
2005-09-30Fixed paths for windows usersMatthias Hartmann1-7/+7
2005-09-29Improved a lot windows reset to default size and pos. Also corrected a few th...Yohann Ferreira1-26/+8
2005-09-28Added a Reset Win Positions to Default in the Setup win.Yohann Ferreira1-9/+49
2005-09-23Merged most of the changes in biggeruniverse's second memory cleanup patch.Bjørn Lindeijer1-0/+2
2005-09-12Enabled OpenGL checkbox and added messagebox informing the user that apply thisBjørn Lindeijer1-27/+31
2005-08-14Removed guiGraphics global pointer and removed dependencies on gui.h in some ...Björn Steinbrink1-3/+4
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-4/+13
2005-08-03Now the 'Apply' and 'Cancel' buttons of the setup window work correctly.Yohann Ferreira1-15/+89
2005-08-02Moved graphics setup code into the graphics class.Björn Steinbrink1-32/+13
2005-07-16Updated changelog, got rid of remaining extern SDL_Surface *screen cases,Bjørn Lindeijer1-4/+7
2005-07-16Made Image/SubImage being drawn by Graphics. Removed some redundant code.Björn Steinbrink1-0/+2
2005-07-14Committed resource manager cleanup patch by Doener, and properly implementedBjørn Lindeijer1-16/+28
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-1/+1
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
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
2005-04-16- Readding stripping to executable (Dev-cpp project options)Eugenio Favalli1-98/+93
2005-04-11Improving sound engine (now it loads samples through resource manager)Eugenio Favalli1-1/+1
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
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
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
2005-03-13* Moved Being public char *speech to private std::string speechBjørn Lindeijer1-1/+1
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