summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-25 21:31:57 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-25 21:31:57 +0000
commitb08056a18524d65924e2eb3e3ea4b7843e492cca (patch)
tree5e7186eb1dcf59f51f52370ab179a15bfd3be8f5 /ChangeLog
parent833abc3732c87ed4822fa31065f84d857e9018cc (diff)
downloadmana-client-b08056a18524d65924e2eb3e3ea4b7843e492cca.tar.gz
mana-client-b08056a18524d65924e2eb3e3ea4b7843e492cca.tar.bz2
mana-client-b08056a18524d65924e2eb3e3ea4b7843e492cca.tar.xz
mana-client-b08056a18524d65924e2eb3e3ea4b7843e492cca.zip
Applied patch by Matthias, adding --playername command line option.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 13 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cef2212..448185d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2006-08-25 Philipp Sehmisch <tmw@crushnet.org>
-
+2006-08-25 Matthias Hartmann <hartmann.matthias@gmail.com>
+
+ * src/gui/char_select.cpp, src/gui/char_select.h, src/main.cpp: Added
+ --playername command line option for selecting the character you want
+ to play with (patch applied by Bjørn Lindeijer).
+
+2006-08-25 Philipp Sehmisch <tmw@crushnet.org>
+
* src/engine.cpp, src/map.h, src/map.cpp: Addded new config variable
- "OverlayDetail" to control the number of drawn overlays.
+ "OverlayDetail" to control the number of drawn overlays.
2 (or more) = all (default), 1 = only the first one, 0 = none.
2006-08-24 Eugenio Favalli <elvenprogrammer@gmail.com>
@@ -12,7 +18,7 @@
* data/items.xml: Added jeans shorts.
2006-08-24 Philipp Sehmisch <tmw@crushnet.org>
-
+
* src/engine.cpp: Scrolling speed no longer affected by framerate.
* src/map.cpp, scr/map.h: Overlay speed no longer affected by
framerate.
@@ -28,12 +34,12 @@
data/graphics/items/armor-legs-jeanshorts: Added the equip graphics of
the short jeans and the cotton shorts and an inventory icon of the
cotton shorts. Also added all added files to the makefile.
-
+
2006-08-23 Philipp Sehmisch <tmw@crushnet.org>
- * data/maps/new_7-1.tmx.gz: fixed a minor mapping bug reported on the
+ * data/maps/new_7-1.tmx.gz: Fixed a minor mapping bug reported on the
forum (no new walkmap required).
- * data/maps/new_9-1.tmx.gz: fixed two minor mapping bugs (new walkmap
+ * data/maps/new_9-1.tmx.gz: Fixed two minor mapping bugs (new walkmap
required).
2006-08-22 Bjørn Lindeijer <bjorn@lindeijer.nl>