summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-26 20:19:39 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-26 20:19:39 +0000
commitbe3b639a879a5a8eb73b2e652683da222796af44 (patch)
tree35d5ed3957c283dbb49fd9b92112c7cc919b7ba9 /ChangeLog
parentef82a7df8aafb569f6db5e77ff2dd67fde860148 (diff)
downloadmana-client-be3b639a879a5a8eb73b2e652683da222796af44.tar.gz
mana-client-be3b639a879a5a8eb73b2e652683da222796af44.tar.bz2
mana-client-be3b639a879a5a8eb73b2e652683da222796af44.tar.xz
mana-client-be3b639a879a5a8eb73b2e652683da222796af44.zip
Applied patch by Pascal, adding sliders to configure the scrolling behaviour
and a checkbox to enable or disable the joystick.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a886518b..a6f5e4ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-08-26 Pascal Ganaye <pascalganaye@users.sourceforge.net>
+
+ * src/joystick.h, src/joystick.cpp, src/gui/setup.cpp,
+ src/gui/setup_joystick.h, src/gui/setup_video.cpp,
+ src/gui/setup_joystick.cpp, src/gui/setup_video.h: Added sliders to
+ the video section of the setup window to configure the laziness and
+ radius of the scrolling behaviour. Added a checkbox to the joystick
+ section to allow enabling/disabling the joystick (patch applied by
+ Bjørn Lindeijer).
+
2006-08-26 Bjørn Lindeijer <bjorn@lindeijer.nl>
* src/gui/ministatus.cpp, src/gui/ministatus.h: Applied patch by mrha