Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-25 | Removed the TMW branding from header guards | Bjørn Lindeijer | 1 | -2/+2 | |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -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-18 | Fixed layout of video setup page when translated | Bjørn Lindeijer | 1 | -9/+6 | |
Introduced a LayoutHelper class which can be used for any non-Window container where you want to use a layout to place child widgets. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-05-28 | Added slider for controlling particleEmitterSkip (overall quality of ↵ | Philipp Sehmisch | 1 | -0/+4 | |
particle effects) to video setup menu. | |||||
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -2/+3 | |
2006-09-20 | Added a slider for controlling the OverlayDetail (based on a patch by VictorSan) | Philipp Sehmisch | 1 | -0/+4 | |
2006-08-26 | Applied patch by Pascal, adding sliders to configure the scrolling behaviour | Bjørn Lindeijer | 1 | -0/+16 | |
and a checkbox to enable or disable the joystick. | |||||
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -2/+2 | |
from the 0.1.0 branch. | |||||
2006-07-19 | Merged new_animation branch until r2415 into trunk. | Eugenio Favalli | 1 | -1/+1 | |
2006-05-03 | FPS limit can now be set in setup dialog. Default value for FPS is 50. (Code ↵ | Eugenio Favalli | 1 | -1/+10 | |
based on peoro's patch). | |||||
2006-03-19 | Removed some duplicate initializations. | Björn Steinbrink | 1 | -5/+5 | |
2006-03-19 | Splitted setup window into manageable pieces according to their tabs in the ↵ | Björn Steinbrink | 1 | -0/+59 | |
window. Fixed some memory leaks along the way. Also fixed two settings not being stored on "apply". |