summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-11-26 10:27:02 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-11-26 10:27:02 +0000
commit5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1 (patch)
treecb5b8f2f25cbb93ce32fc1db2a12f03584bb9f5c /ChangeLog
parent78f7e290e46e6084bc51023ae3c8619b0695b7b6 (diff)
downloadmana-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.tar.gz
mana-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.tar.bz2
mana-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.tar.xz
mana-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.zip
Updated Makefiles and CMake Lists
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>