diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-04-01 15:32:26 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-04-01 15:32:26 +0000 |
commit | 7d9e47ef071fc9d12455d24031e4012ba6def069 (patch) | |
tree | 11719371469da53ececdc75928b72fa42255e260 /ChangeLog | |
parent | 75ecd3b04df947ba1ac489f60933f18686b62ec1 (diff) | |
download | mana-7d9e47ef071fc9d12455d24031e4012ba6def069.tar.gz mana-7d9e47ef071fc9d12455d24031e4012ba6def069.tar.bz2 mana-7d9e47ef071fc9d12455d24031e4012ba6def069.tar.xz mana-7d9e47ef071fc9d12455d24031e4012ba6def069.zip |
Screenshots are no longer saved directly in the users home directory on UNIX systems but in the sub folder /.tmw/. A chatlog message about the success of the screenshot saving does appear now. Based on a patch by Patrick "the-me" Matthäi.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,11 @@ -2007-03-27 Bjørn Lindeijer <bjorn@lindeijer.nl> +2007-04-01 Philipp Sehmisch <tmw@crushnet.org> + + * src/game.cpp: Screenshots are no longer saved directly in the users + home directory on UNIX systems but in the sub folder /.tmw/. A chatlog + message about the success of the screenshot saving does appear now. Based + on a patch by Patrick "the-me" Matthäi. + +2007-03-27 Bjørn Lindeijer <bjorn@lindeijer.nl> * src/main.cpp: Icon loading doesn't necessarily succeed, so better not crash when it doesn't. |