summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections.
2009-01-18Fixed layout of video setup page when translatedBjørn Lindeijer1-5/+5
Introduced a LayoutHelper class which can be used for any non-Window container where you want to use a layout to place child widgets.
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-7/+4
the function names should no longer be around. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-09Added the ability to see your own name in game.Ira Rice1-0/+2
Signed-off-by: Ira Rice <irarice@gmail.com>
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-4/+2
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this.
2008-10-15Added patch so that players can turn on or off speech bubbles.Ira Rice1-0/+2
2008-10-14Early addition of a particle effect disabling option. Would like to Ira Rice1-0/+2
change this in the future to update instantaneously.
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-05-28Added slider for controlling particleEmitterSkip (overall quality of ↵Philipp Sehmisch1-0/+4
particle effects) to video setup menu.
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-2/+3
2006-09-20Added a slider for controlling the OverlayDetail (based on a patch by VictorSan)Philipp Sehmisch1-0/+4
2006-08-26Applied patch by Pascal, adding sliders to configure the scrolling behaviourBjørn Lindeijer1-0/+16
and a checkbox to enable or disable the joystick.
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-2/+2
from the 0.1.0 branch.
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli1-1/+1
2006-05-03FPS limit can now be set in setup dialog. Default value for FPS is 50. (Code ↵Eugenio Favalli1-1/+10
based on peoro's patch).
2006-03-19Removed some duplicate initializations.Björn Steinbrink1-5/+5
2006-03-19Splitted setup window into manageable pieces according to their tabs in the ↵Björn Steinbrink1-0/+59
window. Fixed some memory leaks along the way. Also fixed two settings not being stored on "apply".