diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-08-21 16:06:50 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-08-21 16:06:50 +0000 |
commit | 7eef0aaedefc5d3c73301bcb02834e165124c7e6 (patch) | |
tree | 3ac39dbb0bc92db2cdf9d90db700662627f6d8df /ChangeLog | |
parent | e8c3de13e9f850498b9ab2dfaca758c851566d3a (diff) | |
download | mana-7eef0aaedefc5d3c73301bcb02834e165124c7e6.tar.gz mana-7eef0aaedefc5d3c73301bcb02834e165124c7e6.tar.bz2 mana-7eef0aaedefc5d3c73301bcb02834e165124c7e6.tar.xz mana-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-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |