summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2007-05-20 18:02:10 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2007-05-20 18:02:10 +0000
commitc2b7b192b50a4696888ee92a8aa9abfa21eb057e (patch)
treec16368f79cd6b37cf2b0327ed77022211675c8fd /ChangeLog
parent8b41ae72ae2733fc8bf33627698c75d9a79e1d7b (diff)
downloadmana-client-c2b7b192b50a4696888ee92a8aa9abfa21eb057e.tar.gz
mana-client-c2b7b192b50a4696888ee92a8aa9abfa21eb057e.tar.bz2
mana-client-c2b7b192b50a4696888ee92a8aa9abfa21eb057e.tar.xz
mana-client-c2b7b192b50a4696888ee92a8aa9abfa21eb057e.zip
Updated Code::Blocks project file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 14 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index ba5d6ce9..d7fa45b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>