summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-05-07 16:22:54 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-05-07 16:22:54 +0000
commit8313edcc163bfecd1c41a7faf55f51379189b92b (patch)
treeebb6f1db2038b3277aca90efe4061c5b8e1820c4 /ChangeLog
parent279b74f292a45709afcddeea6667d0096d06fd3f (diff)
downloadmana-client-8313edcc163bfecd1c41a7faf55f51379189b92b.tar.gz
mana-client-8313edcc163bfecd1c41a7faf55f51379189b92b.tar.bz2
mana-client-8313edcc163bfecd1c41a7faf55f51379189b92b.tar.xz
mana-client-8313edcc163bfecd1c41a7faf55f51379189b92b.zip
Fixed positioning of monster names and target circles.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad63a707..674ab706 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-05-02 Philipp Sehmisch <tmw@crushnet.org>
+ * src/sprite.h, src/being.cpp, src/being.h, src/animatedsprite.cpp,
+ src/animatedsprite.h: Added methods to get the width and height of the
+ graphical representation of a sprite.
+ * src/gui/viewport.cpp: Fixed positioning of monster names and target
+ circles.
+
+2007-05-02 Philipp Sehmisch <tmw@crushnet.org>
+
* src/particle.cpp: Fixed a compiler warning.
2007-05-02 Björn Steinbrink <B.Steinbrink@gmx.de>