diff options
author | Frode Lindeijer <f.lindeijer@gmail.com> | 2006-07-25 22:32:11 +0000 |
---|---|---|
committer | Frode Lindeijer <f.lindeijer@gmail.com> | 2006-07-25 22:32:11 +0000 |
commit | 7995d75924702884bae21c6cebc4d287c7d6b65f (patch) | |
tree | 750a0ed497f02fd606d4805a050fb20fdfd1474c | |
parent | 03d8d70b5dffb2ad24a2abd7cb85e958e9d18215 (diff) | |
download | mana-7995d75924702884bae21c6cebc4d287c7d6b65f.tar.gz mana-7995d75924702884bae21c6cebc4d287c7d6b65f.tar.bz2 mana-7995d75924702884bae21c6cebc4d287c7d6b65f.tar.xz mana-7995d75924702884bae21c6cebc4d287c7d6b65f.zip |
Improved the snow village both in the tile sets and mapwise.
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,3 +1,12 @@ +2006-07-26 Frode Lindeijer <f.lindeijer@gmail.com> + + * data/graphics/tiles/snowset.png, data/graphics/tiles/snow_x2.png, + data/graphics/tiles/snow_x3.png: Moved the lamppost, the rock and the + bench to seperate tall tilebitmaps. + * data/maps/new_11-1.tmx.gz: Improved the snow village map, main changes + are that the player can now walk better behind houses, lampposts, rocks + and benches. + 2006-07-25 Bjørn Lindeijer <bjorn@lindeijer.nl> * src/gui/updatewindow.cpp: Fixed updating on Windows. @@ -15,10 +24,10 @@ 2006-07-24 Frode Lindeijer <f.lindeijer@gmail.com> * data/graphics/sprites/npcs.png: Added the organdealer to - the NPCs + the NPCs. * data/graphics/sprites/player_male_base.png, data/graphics/sprites/player_female_base.png: Fixed some - transparency issues + transparency issues. 2006-07-24 Eugenio Favalli <elvenprogrammer@gmail.com> @@ -119,7 +128,7 @@ 2006-07-17 Frode Lindeijer <f.lindeijer@gmail.com> - * Added shorts to items.png + * data/graphics/sprites/items.png: Added shorts' icon to items.png 2006-07-12 Bjørn Lindeijer <bjorn@lindeijer.nl> |