summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-05-20 20:27:32 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-05-20 20:27:32 +0000
commite7c3c0ae918caf70f67b378743f0ede929285e42 (patch)
tree953cb01a89665e500e9a5ec0f711d31df0e27c7d /ChangeLog
parentc2b7b192b50a4696888ee92a8aa9abfa21eb057e (diff)
downloadmana-client-e7c3c0ae918caf70f67b378743f0ede929285e42.tar.gz
mana-client-e7c3c0ae918caf70f67b378743f0ede929285e42.tar.bz2
mana-client-e7c3c0ae918caf70f67b378743f0ede929285e42.tar.xz
mana-client-e7c3c0ae918caf70f67b378743f0ede929285e42.zip
Added different target cursor sizes for monsters. Graphics for small and large cursor are provisional until better versions based on the original SVG of the medium sized one are available.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 17 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index d7fa45b6..6f4b865e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,11 +4,23 @@
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.
+ * 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.
+ * src/being.h, src/gui/viewport.cpp, src/gui/viewport.h: Added 3 different
+ target cursor sizes.
+ * src/monster.h, src/monster.cpp, src/resources/monsterdb.cpp,
+ scr/resources/monsterinfo.h, data/monsters.xml: Target cursor size for monster
+ is read from the monsters.xml.
+ * data/graphics/gui/target-cursor-blue-s.png,
+ data/graphics/gui/target-cursor-blue-m.png,
+ data/graphics/gui/target-cursor-blue-l.png,
+ data/graphics/gui/target-cursor-red-s.png,
+ data/graphics/gui/target-cursor-red-m.png,
+ data/graphics/gui/target-cursor-red-l.png: Added temporary placeholders for
+ small and large target cursors until better versions based on the original
+ SVG are available.
2007-05-08 Philipp Sehmisch <tmw@crushnet.org>