summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-08-21 16:06:50 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-08-21 16:06:50 +0000
commit7eef0aaedefc5d3c73301bcb02834e165124c7e6 (patch)
tree3ac39dbb0bc92db2cdf9d90db700662627f6d8df /ChangeLog
parente8c3de13e9f850498b9ab2dfaca758c851566d3a (diff)
downloadmana-client-7eef0aaedefc5d3c73301bcb02834e165124c7e6.tar.gz
mana-client-7eef0aaedefc5d3c73301bcb02834e165124c7e6.tar.bz2
mana-client-7eef0aaedefc5d3c73301bcb02834e165124c7e6.tar.xz
mana-client-7eef0aaedefc5d3c73301bcb02834e165124c7e6.zip
added overlays and smooth scrolling. (someone who knows what he is doing has to create the makefiles for the unix users)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b8f46f2..7caf0a02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2006-08-21 Philipp Sehmisch <tmw@crushnet.org>
+
+ * src/mapreader.cpp: added logic for initialisation of the overlays
+ * src/map.cpp, src/map.h: code for updating and drawing the overlays
+ * src/engine.cpp, src/engine.h: added smooth scrolling and the call
+ to draw the overlays
+ * data/maps/new_1-1.tmx.gz, data/graphics/new_5-1.tmx.gz,
+ data/graphics/images/ambient/sandstorm.png: Added sandstorm effect
+ to the desert maps outside of the city (feedback, please)
+ * data/maps/new_2-1.tmx.gz, data/maps/new_4-1.tmx.gz,
+ data/maps/new_5-1.tmx.gz, data/graphics/images/ambient/spotlight.png
+ Added spotlight effect to the cave maps (feedback, please)
+ * data/graphics/maps/new_9-1.tmx.gz,
+ data/graphics/images/ambient/clouds.png
+ Added cloudshadow effect to the woodland map (feedback, please)
+
2006-08-20 Bjørn Lindeijer <bjorn@lindeijer.nl>
* configure.ac: Moved libpng check before SDL_image check, since the