summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-19 10:06:39 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-19 10:06:39 +0000
commit7965fc105191a74a9b8c26ee8b646c7394434a9a (patch)
tree3530857b97b85b5340599e90a4ce1438ebf34c0c /ChangeLog
parent77944e37304cd1b282d4ba31ef624810631d58a3 (diff)
downloadmana-client-7965fc105191a74a9b8c26ee8b646c7394434a9a.tar.gz
mana-client-7965fc105191a74a9b8c26ee8b646c7394434a9a.tar.bz2
mana-client-7965fc105191a74a9b8c26ee8b646c7394434a9a.tar.xz
mana-client-7965fc105191a74a9b8c26ee8b646c7394434a9a.zip
Fixed key special values. Reduced amount of spurious item deselections.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f6859a1..f42c258a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
* data/equipment.xml: Removed obsolete file.
* data/items.xml: Fixed equipment types.
* src/item.h: Fixed invalid item ID.
+ * src/gui/inventorywindow.cpp, src/gui/itemcontainer.cpp: Fixed key
+ special values.
+ * src/gui/itemcontainer.cpp: Reduced amount of spurious item
+ deselections.
2007-10-19 Philipp Sehmisch <tmw@crushnet.org>