summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-03-11 18:49:32 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-03-11 18:49:32 +0000
commitfae72b4af815724d6bd3f357f11f6a159c054d02 (patch)
tree61d92169043714e8229d5d57552a0f688d3bf565 /ChangeLog
parent79ed4a7f9ab912df90bb5cd08f74ddf0d1f088d2 (diff)
downloadmana-client-fae72b4af815724d6bd3f357f11f6a159c054d02.tar.gz
mana-client-fae72b4af815724d6bd3f357f11f6a159c054d02.tar.bz2
mana-client-fae72b4af815724d6bd3f357f11f6a159c054d02.tar.xz
mana-client-fae72b4af815724d6bd3f357f11f6a159c054d02.zip
Fixed a bug that made the engine not draw the last row and column of the map.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d3406c8..f7e17c06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2007-03-09 Bjørn Lindeijer <bjorn@lindeijer.nl>
+2007-02-27 Philipp Sehmisch <tmw@crushnet.org>
+
+ * src/map.cpp, src/gui/viewport.cpp: Fixed a bug that made the engine
+ not draw the last row and column of the map.
+
+2007-03-09 Bjørn Lindeijer <bjorn@lindeijer.nl>
* data/graphics/gui/target-cursor-blue.png,
data/graphics/gui/target-cursor-red.png: Added targeting cursors by Pauan.