diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-27 21:37:15 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-27 21:37:15 +0000 |
commit | 1cfedcb3046f4169698256c65b09307d79f363d8 (patch) | |
tree | e7baa03ef62ac19329873f32edb944eadeafa1d2 /ChangeLog | |
parent | 11a539a2945f2eabb8e9c179829e0b0dd3c966ff (diff) | |
download | mana-1cfedcb3046f4169698256c65b09307d79f363d8.tar.gz mana-1cfedcb3046f4169698256c65b09307d79f363d8.tar.bz2 mana-1cfedcb3046f4169698256c65b09307d79f363d8.tar.xz mana-1cfedcb3046f4169698256c65b09307d79f363d8.zip |
Ported patch from 0.0, in order to support missing extensions and uncompressed maps.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ * src/gui/chat.h, src/gui/chat.cpp: Added "/admin" chat command for sending raw messages to the game server. + * src/engine.cpp, src/resources/mapreader.cpp: Ported patch from 0.0, + in order to support missing extensions and uncompressed maps. 2007-08-26 Guillaume Melquiond <guillaume.melquiond@gmail.com> |