diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-10 02:50:15 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-10 02:50:15 +0000 |
commit | 2820f4d4329f29fc75c85d6b2195fd42b97fd457 (patch) | |
tree | 2e48985cf1fddad7b37afcc3eefaeb75ed1d1ee3 /ChangeLog | |
parent | e961be5bfd29ad3f44f948828981cb3ab07f25a7 (diff) | |
download | mana-2820f4d4329f29fc75c85d6b2195fd42b97fd457.tar.gz mana-2820f4d4329f29fc75c85d6b2195fd42b97fd457.tar.bz2 mana-2820f4d4329f29fc75c85d6b2195fd42b97fd457.tar.xz mana-2820f4d4329f29fc75c85d6b2195fd42b97fd457.zip |
Added an option to show log messages in the chat console.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ src/player.cpp, src/player.h, data/items.xml: Simplified player subsprite handling by treating equipment, hairstyle and base sprites alike. This also enables gender-specific hairstyles. + * src/game.cpp, src/gui/chat.cpp, src/gui/chat.h, src/log.cpp, + src/log.h: Added an option to show log messages in the chat console. 2007-12-09 Philipp Sehmisch <tmw@crushnet.org> |