summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c9a3c9f..6c0639ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2006-11-26 Philipp Sehmisch <tmw@crushnet.org>
+2006-11-26 Philipp Sehmisch <tmw@crushnet.org>
* src/being.cpp, src/being.h, src/engine.cpp, src/main.cpp, src/player.cpp,
src/player.h, src/resources/equipmentdb.h, src/resources/equipmentdb.cpp,
@@ -15,7 +15,10 @@
data/equipment.xml:
Added and defined male and female leather shirt as proof of concept of the
gender specific equipment.
- * data/graphics/tiles/desert_x2.png: Added new cactus by Yosuhara.
+ * data/graphics/images/Makefile.am, data/graphics/sprites/Makefile.am,
+ data/Makefile.am, src/Makefile.am, data/graphics/images/CMakeLists.txt,
+ data/graphics/sprites/CMakeLists.txt, data/CMakeLists.txt, src/CMakeLists.txt:
+ Updated Makefiles and CMake Lists.
2006-11-24 Philipp Sehmisch <tmw@crushnet.org>