Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-25 | Synchronized setup dialog size with Aethyra | Bjørn Lindeijer | 1 | -2/+2 | |
Hopefully fixes some layout issues on Windows. | |||||
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 | -60/+44 | |
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-18 | Merge branch 'master' of git://gitorious.org/tmw/eathena | David Athay | 1 | -0/+1 | |
2009-01-13 | Merged Tab and TabbedArea from mainline | Bjørn Lindeijer | 1 | -0/+1 | |
Changes mostly done by David Athay. Currently these widgets are only used in the setup window, where they replace the previously used TabbedContainer. | |||||
2009-01-13 | Merge branch 'master' of git://gitorious.org/tmw/eathena | David Athay | 1 | -27/+28 | |
2009-01-06 | Added support for internationalization | Bjørn Lindeijer | 1 | -27/+28 | |
Merged from the mainline client. Originally implemented by Guillaume Melquiond, starting with commit 1828eee6a6d91fd385ad1e69d93044516493aa91. | |||||
2008-12-31 | Fixed OSX fullscreen hang | David Athay | 1 | -2/+2 | |
2008-12-07 | Tweaked some configuration defaults | Bjørn Lindeijer | 1 | -7/+7 | |
Scrolling is now a bit less lazy and the scroll radius is 0. In my opinion this is a better default. Framerate limiter is now off by default, since it makes the game appear a bit choppy. It's basically only useful for laptops anyway, and not too hard to find. | |||||
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-09-11 | Only require a restart to switch to full screen with OpenGL on Windows, since | Bjørn Lindeijer | 1 | -0/+11 | |
it works fine in Linux without having to reinitialize the OpenGL state. Adapted change by kraant from Aethyra. | |||||
2008-08-05 | Fixed alignment (patch by Scraggy - Mantis #384) and spelling error. | David Athay | 1 | -2/+2 | |
2008-06-05 | Lowered default particle detail level. | Philipp Sehmisch | 1 | -1/+1 | |
2008-05-28 | Added slider for controlling particleEmitterSkip (overall quality of ↵ | Philipp Sehmisch | 1 | -1/+56 | |
particle effects) to video setup menu. | |||||
2008-04-07 | Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for | Bjørn Lindeijer | 1 | -9/+9 | |
gcn::TabbedArea usage) | |||||
2007-10-18 | Fixed two forgotten main.h includes which caused OpenGL option in the setup | Bjørn Lindeijer | 1 | -0/+1 | |
dialog and the font used in OpenGL mode in the BrowserBox not to function. | |||||
2007-06-06 | Fixed defense of silk headband. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -24/+25 | |
2006-09-20 | Added a slider for controlling the OverlayDetail (based on a patch by VictorSan) | Philipp Sehmisch | 1 | -1/+49 | |
2006-09-06 | Fixed fps limiter issues and increased default limit to 60 | Eugenio Favalli | 1 | -1/+1 | |
2006-08-28 | Modified the ranges of the ScrollLaziness and ScrollRadius sliders. | Philipp Sehmisch | 1 | -4/+4 | |
2006-08-26 | Applied patch by Pascal, adding sliders to configure the scrolling behaviour | Bjørn Lindeijer | 1 | -1/+77 | |
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 | -1/+1 | |
from the 0.1.0 branch. | |||||
2006-07-19 | Merged new_animation branch until r2415 into trunk. | Eugenio Favalli | 1 | -3/+3 | |
2006-05-05 | Fixed some numeric conversions. | Eugenio Favalli | 1 | -2/+2 | |
2006-05-03 | FPS limit can now be set in setup dialog. Default value for FPS is 50. (Code ↵ | Eugenio Favalli | 1 | -2/+74 | |
based on peoro's patch). | |||||
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication ↵ | Eugenio Favalli | 1 | -5/+6 | |
abilities. | |||||
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 1 | -6/+5 | |
2006-03-19 | Removed some duplicate initializations. | Björn Steinbrink | 1 | -10/+7 | |
2006-03-19 | Splitted setup window into manageable pieces according to their tabs in the ↵ | Björn Steinbrink | 1 | -0/+226 | |
window. Fixed some memory leaks along the way. Also fixed two settings not being stored on "apply". |