diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2006-09-14 00:57:03 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2006-09-14 00:57:03 +0000 |
commit | 535ac50a68c17e421230875fea05fd1161a92fe6 (patch) | |
tree | 62cddbe1350c775c439da4fde561ee93918f837f /ChangeLog | |
parent | c4529dbd7b7f8f3ae5009d35010139e7f1b68deb (diff) | |
download | mana-535ac50a68c17e421230875fea05fd1161a92fe6.tar.gz mana-535ac50a68c17e421230875fea05fd1161a92fe6.tar.bz2 mana-535ac50a68c17e421230875fea05fd1161a92fe6.tar.xz mana-535ac50a68c17e421230875fea05fd1161a92fe6.zip |
Fix up the player selection stuff, it's a bit nicer now.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,12 +1,14 @@ 2006-09-14 Philipp Sehmisch <tmw@crushnet.org> - * src/animation.h, src/animatedsprite.h, + * src/animation.h, src/animatedsprite.h, data/graphics/sprites/weapon.xml: Some modifications at the animation system. No more "undefined action foo" warnings in the tmw.log. Not visible actions must now be declared explicitely. 2006-09-14 Björn Steinbrink <B.Steinbrink@gmx.de> + * src/gui/char_select.cpp, src/gui/char_select.h, src/main.cpp: Clean + up the player selection stuff, it's a bit nicer now. * src/main.cpp: Fix up the player selection command line option. 2006-09-12 Bjørn Lindeijer <bjorn@lindeijer.nl> |