summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-01-02 22:41:02 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-01-02 22:41:02 +0000
commit6b7441516002d6e7cca424416bb67c6bc7d7c9d2 (patch)
tree6ce7822b0ca6e0abdfbbd938575a3c5bcf7b5614 /ChangeLog
parent59df651232df73c56b5dae587fa68e1e9f824755 (diff)
downloadmanaserv-6b7441516002d6e7cca424416bb67c6bc7d7c9d2.tar.gz
manaserv-6b7441516002d6e7cca424416bb67c6bc7d7c9d2.tar.bz2
manaserv-6b7441516002d6e7cca424416bb67c6bc7d7c9d2.tar.xz
manaserv-6b7441516002d6e7cca424416bb67c6bc7d7c9d2.zip
Simplified MapReader interface and code. Fixed some memory leaks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c3cf93e..6bcda2aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,14 @@
testing purpose.
* src/sqlitestorage.h, src/sqlitestorage.cpp: Removed obsolete SQLite
support.
+ * src/utils/zlib.hpp, src/utils/zlib.cpp: Added support for inflating
+ compressed data.
+ * src/mapreader.h, src/mapreader.cpp: Moved to src/game-server
+ directory and changed header extension to hpp. Removed useless
+ declarations. Relied on utils/xml and utils/zlib. Simplified code.
+ Fixed memory leaks on XML document and on Tilesets.
+ * src/properties.h, src/Makefile.am: Removed now useless class
+ Properties.
2006-12-31 Philipp Sehmisch <tmw@crushnet.org>