diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-19 10:06:39 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-19 10:06:39 +0000 |
commit | 7965fc105191a74a9b8c26ee8b646c7394434a9a (patch) | |
tree | 3530857b97b85b5340599e90a4ce1438ebf34c0c /ChangeLog | |
parent | 77944e37304cd1b282d4ba31ef624810631d58a3 (diff) | |
download | mana-7965fc105191a74a9b8c26ee8b646c7394434a9a.tar.gz mana-7965fc105191a74a9b8c26ee8b646c7394434a9a.tar.bz2 mana-7965fc105191a74a9b8c26ee8b646c7394434a9a.tar.xz mana-7965fc105191a74a9b8c26ee8b646c7394434a9a.zip |
Fixed key special values. Reduced amount of spurious item deselections.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |