summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-12-12 15:45:25 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-12-12 15:45:25 +0000
commit040380b706249fa55fca2778251382f0d4450125 (patch)
tree160bc37a69077501e01ea261ced18625bad3eed5 /ChangeLog
parenta98d02eaf287932e3e83a980bac41ecc01f254f6 (diff)
downloadmana-client-040380b706249fa55fca2778251382f0d4450125.tar.gz
mana-client-040380b706249fa55fca2778251382f0d4450125.tar.bz2
mana-client-040380b706249fa55fca2778251382f0d4450125.tar.xz
mana-client-040380b706249fa55fca2778251382f0d4450125.zip
Added my tmxcopy tool for copying parts of maps to other maps.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34964745..daf12fe8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-12-12 Philipp Sehmisch <tmw@crushnet.org>
+
+ * tools/tmxcopy/base64.cpp,
+ tools/tmxcopy/base64.h, tools/tmxcopy/main.cpp,
+ tools/tmxcopy/map.cpp, tools/tmxcopy/map.hpp,
+ tools/tmxcopy/readme.txt, tools/tmxcopy/tmxcopy.cbp,
+ tools/tmxcopy/tostring.h, tools/tmxcopy/xmlutils.cpp,
+ tools/tmxcopy/xmlutils.h, tools/tmxcopy/zlibutils.cpp,
+ tools/tmxcopy/zlibutils.h: Added my tmxcopy tool for copying
+ parts of maps to other maps.
+
2007-12-10 Bjørn Lindeijer <bjorn@lindeijer.nl>
* src/being.cpp: Include cassert header.