diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2007-05-20 18:02:10 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2007-05-20 18:02:10 +0000 |
commit | c2b7b192b50a4696888ee92a8aa9abfa21eb057e (patch) | |
tree | c16368f79cd6b37cf2b0327ed77022211675c8fd /ChangeLog | |
parent | 8b41ae72ae2733fc8bf33627698c75d9a79e1d7b (diff) | |
download | mana-c2b7b192b50a4696888ee92a8aa9abfa21eb057e.tar.gz mana-c2b7b192b50a4696888ee92a8aa9abfa21eb057e.tar.bz2 mana-c2b7b192b50a4696888ee92a8aa9abfa21eb057e.tar.xz mana-c2b7b192b50a4696888ee92a8aa9abfa21eb057e.zip |
Updated Code::Blocks project file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 14 insertions, 9 deletions
@@ -1,9 +1,14 @@ -2007-05-20 Philipp Sehmisch <tmw@crushnet.org> +2007-05-20 Eugenio Favalli <elvenprogrammer@gmail.com> - * src/gui/buy.cpp, src/gui/sell.cpp: Unified some differences between buy - and sell dialog. Money label now shows money after transaction instead of - current money. - * src/gui/sell.cpp: Fixed the amount-not-reset-when-using-scrollwheel bug. + * tmw.cbp: Updated Code::Blocks project file. + +2007-05-20 Philipp Sehmisch <tmw@crushnet.org> + + * src/gui/buy.cpp, src/gui/sell.cpp: Unified some differences between + buy and sell dialog. Money label now shows money after transaction + instead of current money. + * src/gui/sell.cpp: Fixed the amount-not-reset-when-using-scrollwheel + bug. 2007-05-08 Philipp Sehmisch <tmw@crushnet.org> @@ -33,10 +38,10 @@ data/graphics/sprites/monster-snake-cave.xml, data/graphics/sprites/monster-snake.xml, data/graphics/sprites/monster-spider.xml: - Adjusted offsets of monster sprites (thanks to Pauan for finding out the - correct offsets - I just subtracted 6 of all x offsets to take the new - position of the target circle in account) and committed some modifications - at some monster graphics by Pauan. + Adjusted offsets of monster sprites (thanks to Pauan for finding out + the correct offsets - I just subtracted 6 of all x offsets to take the + new position of the target circle in account) and committed some + modifications at some monster graphics by Pauan. 2007-05-02 Philipp Sehmisch <tmw@crushnet.org> |