diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-03-09 15:35:00 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-03-09 15:35:00 +0000 |
commit | 91176f564ae9462d50819f033756cb6e32b113ac (patch) | |
tree | b6b4579ab02e37a570c8209510e85283563310fd /ChangeLog | |
parent | 9085123bab570e32ddec9dda6ecfae40a3ac25f1 (diff) | |
download | mana-91176f564ae9462d50819f033756cb6e32b113ac.tar.gz mana-91176f564ae9462d50819f033756cb6e32b113ac.tar.bz2 mana-91176f564ae9462d50819f033756cb6e32b113ac.tar.xz mana-91176f564ae9462d50819f033756cb6e32b113ac.zip |
Applied some patches by peavey related to chatlog and the quit dialog.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,7 +1,16 @@ +2008-03-09 Philipp Sehmisch <tmw@crushnet.org> + + * src/game.cpp: Pressing escape in the quit dialog closes the dialog. + (patch by peavey) + * src/gui/chat.cpp, src/gui/chat.h: Fixed a bug with chat messages + without a sender which include semicolons (patch by peavey). + * src/chat.cpp: Added "/clear" command to clear chat window + (patch by peavey). + 2008-03-08 Philipp Sehmisch <tmw@crushnet.org> * tools/tmxcopy/main.cpp, tools/tmxcopy/main.map.cpp, - tools/tmxcopy/plibutils.cpp: Fixed some width/height mixups in + tools/tmxcopy/zlibutils.cpp: Fixed some width/height mixups in TMXCopy. 2008-03-07 Bjørn Lindeijer <bjorn@lindeijer.nl> |