summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-09-20 14:54:47 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-09-20 14:54:47 +0000
commit0d2c09435711a5bcb4dfbd7d7900de6c415361ee (patch)
treed2317119f59f36e965d4ece657ae6631984e8986
parenta72ec09ed3d7161b372ee43ff18a828964add512 (diff)
downloadmana-client-0d2c09435711a5bcb4dfbd7d7900de6c415361ee.tar.gz
mana-client-0d2c09435711a5bcb4dfbd7d7900de6c415361ee.tar.bz2
mana-client-0d2c09435711a5bcb4dfbd7d7900de6c415361ee.tar.xz
mana-client-0d2c09435711a5bcb4dfbd7d7900de6c415361ee.zip
added a missing minimap and cloud effects for new woodland maps
-rw-r--r--ChangeLog3
-rw-r--r--data/graphics/images/Makefile.am9
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 68b057b8..8c43fb6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
* src/gui/setup.cpp, src/gui/setup_video.cpp,
src/gui/setup_video.h: Added a slider for controlling the overlay
detail to the video setup dialog based on a patch by VictorSan.
+ * data/maps/new_14-1.tmx.gz, data/maps/new_16-1.tmx.gz:
+ added cloud effect and minimap.
+ * data/images/Makefile.am: Updated makefile.
2006-09-19 Bjørn Lindeijer <bjorn@lindeijer.nl>
diff --git a/data/graphics/images/Makefile.am b/data/graphics/images/Makefile.am
index e0707698..fb54cb95 100644
--- a/data/graphics/images/Makefile.am
+++ b/data/graphics/images/Makefile.am
@@ -7,7 +7,12 @@ images_DATA = \
minimap_new_1-1.png \
minimap_new_2-1.png \
minimap_new_3-1.png \
- minimap_new_5-1.png
+ minimap_new_5-1.png \
+ minimap_new_7-1.png \
+ minimap_new_9-1.png \
+ minimap_new_14-1.png \
+ minimap_new_15-1.png \
+ minimap_new_16-1.png
EXTRA_DIST = \
- $(images_DATA)
+ $(images_DATA) \ No newline at end of file