diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-10-25 16:02:43 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-10-25 16:02:43 +0000 |
commit | 4d546730d97828bfed5586c1d50527c7ff5e5c79 (patch) | |
tree | c7b4e421688516d22a8c0b353d348f196fcdc2b7 | |
parent | a989d2f65fa50fd9b58a015b81233a67a26c4f5f (diff) | |
download | mana-4d546730d97828bfed5586c1d50527c7ff5e5c79.tar.gz mana-4d546730d97828bfed5586c1d50527c7ff5e5c79.tar.bz2 mana-4d546730d97828bfed5586c1d50527c7ff5e5c79.tar.xz mana-4d546730d97828bfed5586c1d50527c7ff5e5c79.zip |
I'll try not to forget the timestamps next time.
-rw-r--r-- | ChangeLog | 35 |
1 files changed, 16 insertions, 19 deletions
@@ -3,25 +3,6 @@ * po/nl.po: Completed Dutch translation. * po/de.po: Some small fixes. -2007-10-19 Philipp Sehmisch <tmw@crushnet.org> - - * data/graphics/images/ambient/fog.png: Added fog effect overlay - graphic. - -2007-10-07 Philipp Sehmisch <tmw@crushnet.org> - - * data/graphics/maps/new_18-1.tmx: Fixed some collision layer problems. - -2007-09-30 Philipp Sehmisch <tmw@crushnet.org> - - * data/graphics/tiles/desert_x3.png: Removed the purple line from the - ruin tile. - -2007-09-27 Philipp Sehmisch <tmw@crushnet.org> - - * data/graphics/tiles/desert2.png, data/graphics/tiles/desert_x3.png, - data/graphics/tiles/desert_x5.png: Added new desert tiles by Len. - 2007-10-23 Bjørn Lindeijer <bjorn@lindeijer.nl> * src/CMakeLists.txt: Added Layout source files. @@ -113,6 +94,8 @@ * src/gui/truetypefont.cpp: Increased text chunk cache size to improve performance when a lot of text is on the screen. + * data/graphics/images/ambient/fog.png: Added fog effect overlay + graphic. 2007-10-18 Guillaume Melquiond <guillaume.melquiond@gmail.com> @@ -149,6 +132,10 @@ into a private method. * po/LINGUAS, po/nl.po: Added Dutch translation (incomplete). +2007-10-07 Philipp Sehmisch <tmw@crushnet.org> + + * data/graphics/maps/new_18-1.tmx: Fixed some collision layer problems. + 2007-10-01 Guillaume Melquiond <guillaume.melquiond@gmail.com> * src/item.cpp, src/gui/itemcontainer.cpp, src/resources/itemdb.cpp: @@ -156,6 +143,16 @@ Adjusted "type" meaning to tmwserv one. * src/game.cpp: Fixed attacking with keyboard. +2007-09-30 Philipp Sehmisch <tmw@crushnet.org> + + * data/graphics/tiles/desert_x3.png: Removed the purple line from the + ruin tile. + +2007-09-27 Philipp Sehmisch <tmw@crushnet.org> + + * data/graphics/tiles/desert2.png, data/graphics/tiles/desert_x3.png, + data/graphics/tiles/desert_x5.png: Added new desert tiles by Len. + 2007-09-25 Björn Steinbrink <B.Steinbrink@gmx.de> * src/gui/browserbox.cpp: Fix wrapping of UTF-8 multi-byte characters. |