summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b20f6283..9f4f9340 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,13 @@
* data/graphics/gui/CMakeLists.txt, data/graphics/gui/Makefile.am:
Added close button and item shortcut backgrounds to files that will be
installed.
+ * src/gui/itemshortcutcontainer.cpp: Make sure mGridWidth and
+ mGridHeight are initialized properly (fixes arithmetic exception in
+ ItemShortcutContainer::draw).
+ * src/keyboardconfig.cpp: Changed default sitting key back to 's'.
+ * src/net/equipmenthandler.cpp: Removed a line that attempted to set
+ the player's weapon sprite with each kind of equipment. Seems to work
+ fine without as well.
2007-08-22 Philipp Sehmisch <tmw@crushnet.org>