diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-08-22 16:32:52 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-08-22 16:32:52 +0000 |
commit | 4346b429cc875a85095fff271a8d82a46c2cfc91 (patch) | |
tree | 45c427f607ef331f3be5dd0b29d960cf01076cc6 /ChangeLog | |
parent | 10ebf4484985b98e9248c8de84b35af9b6e26d3a (diff) | |
download | mana-4346b429cc875a85095fff271a8d82a46c2cfc91.tar.gz mana-4346b429cc875a85095fff271a8d82a46c2cfc91.tar.bz2 mana-4346b429cc875a85095fff271a8d82a46c2cfc91.tar.xz mana-4346b429cc875a85095fff271a8d82a46c2cfc91.zip |
Added trimming of chat messages.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ * src/net/equipmenthandler.cpp: Removed a line that attempted to set the player's weapon sprite with each kind of equipment. Seems to work fine without as well. + * src/gui/chat.cpp, src/utils/trim.h, src/CMakeLists.txt, + src/Makefile.am: Added trimming of chat messages. 2007-08-22 Philipp Sehmisch <tmw@crushnet.org> |