diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-05-20 20:27:32 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-05-20 20:27:32 +0000 |
commit | e7c3c0ae918caf70f67b378743f0ede929285e42 (patch) | |
tree | 953cb01a89665e500e9a5ec0f711d31df0e27c7d /ChangeLog | |
parent | c2b7b192b50a4696888ee92a8aa9abfa21eb057e (diff) | |
download | mana-e7c3c0ae918caf70f67b378743f0ede929285e42.tar.gz mana-e7c3c0ae918caf70f67b378743f0ede929285e42.tar.bz2 mana-e7c3c0ae918caf70f67b378743f0ede929285e42.tar.xz mana-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-- | ChangeLog | 22 |
1 files changed, 17 insertions, 5 deletions
@@ -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> |