Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -5/+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-16 | Fixed a width that I accidently messed up earlier, as well as made text | Ira Rice | 1 | -1/+1 | |
and speech bubble transitions smoother. | |||||
2008-10-15 | Added patch so that players can turn on or off speech bubbles. | Ira Rice | 1 | -17/+31 | |
2008-10-14 | Accidently left in a copied line. Must be slightly tired to not notice | Ira Rice | 1 | -1/+0 | |
this while testing. Oh well. | |||||
2008-10-14 | Early addition of a particle effect disabling option. Would like to | Ira Rice | 1 | -0/+15 | |
change this in the future to update instantaneously. | |||||
2008-09-25 | Merged the Tametomo branch into trunk. | Ira Rice | 1 | -9/+13 | |
2008-08-14 | Doesn't require restart to change to full screen anymore | Kraant | 1 | -4/+10 | |
2008-08-04 | Aligned text boxes in video setup dialog | Douglas Boffey | 1 | -2/+2 | |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 | |
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". |