summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-11-04 17:51:44 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-11-04 17:51:44 +0000
commitdf88ca911bfc3659f7f3dfc458ba11f93cd3f0f1 (patch)
tree0fc5d348dbea2c3db4bd1871adf52d884fb8ddc2
parent03f74768ac0dc438de076084db70604f476a1522 (diff)
downloadmana-client-df88ca911bfc3659f7f3dfc458ba11f93cd3f0f1.tar.gz
mana-client-df88ca911bfc3659f7f3dfc458ba11f93cd3f0f1.tar.bz2
mana-client-df88ca911bfc3659f7f3dfc458ba11f93cd3f0f1.tar.xz
mana-client-df88ca911bfc3659f7f3dfc458ba11f93cd3f0f1.zip
added minimap and music to woodland cave level 2
-rw-r--r--ChangeLog8
-rw-r--r--data/graphics/images/CMakeLists.txt3
-rw-r--r--data/graphics/images/Makefile.am3
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ef703c3e..78a7ae04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-11-04 Philipp Sehmisch <tmw@crushnet.org>
+
+ * data/maps/new_17-1.tmx.gz,
+ data/graphics/images/minimap_new_17-1.png,
+ data/graphics/images/Makefile.am,
+ data/graphics/images/CMakeLists.txt:
+ Added music and minimap to woodland cave level 2.
+
2006-11-03 Bjørn Lindeijer <bjorn@lindeijer.nl>
* src/gui/updatewindow.cpp, src/main.cpp: Updated to the new default
diff --git a/data/graphics/images/CMakeLists.txt b/data/graphics/images/CMakeLists.txt
index d406c7b2..dec22826 100644
--- a/data/graphics/images/CMakeLists.txt
+++ b/data/graphics/images/CMakeLists.txt
@@ -11,6 +11,7 @@ SET (FILES
minimap_new_14-1.png
minimap_new_15-1.png
minimap_new_16-1.png
+ minimap_new_17-1.png
)
-INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/images)
+INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/images) \ No newline at end of file
diff --git a/data/graphics/images/Makefile.am b/data/graphics/images/Makefile.am
index fb54cb95..cc71b18a 100644
--- a/data/graphics/images/Makefile.am
+++ b/data/graphics/images/Makefile.am
@@ -12,7 +12,8 @@ images_DATA = \
minimap_new_9-1.png \
minimap_new_14-1.png \
minimap_new_15-1.png \
- minimap_new_16-1.png
+ minimap_new_16-1.png \
+ minimap_new_17-1.png
EXTRA_DIST = \
$(images_DATA) \ No newline at end of file