summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83f21af7..025bb40c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
src/resources/animation.cpp, src/resources/spritedef.h: Moved
Action, Animation and Frame (renamed from AnimationPhase) classes into
the resources directory, since they are part of the SpriteDef class.
+ * src/CMakeLists.txt, src/utils/base64.cpp, src/utils/base64.h,
+ src/Makefile.am, src/resources/mapreader.cpp: Moved base64 module into
+ utils directory.
2006-12-12 Philipp Sehmisch <tmw@crushnet.org>