summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-01 06:41:26 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-01 06:41:26 +0000
commit3b79ce4edf01b19a9ca0d1cb75ce38da8384b41d (patch)
tree4a4cb6b490acdb05d4d414c2493223a4a3845baa /ChangeLog
parent3a3789a2c8cca53ece5ede1de9ee6d96707c76fc (diff)
downloadmana-client-3b79ce4edf01b19a9ca0d1cb75ce38da8384b41d.tar.gz
mana-client-3b79ce4edf01b19a9ca0d1cb75ce38da8384b41d.tar.bz2
mana-client-3b79ce4edf01b19a9ca0d1cb75ce38da8384b41d.tar.xz
mana-client-3b79ce4edf01b19a9ca0d1cb75ce38da8384b41d.zip
Fixed inventory display with respect to empty slots.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db575fcb..cbc0ba93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-01 Guillaume Melquiond <guillaume.melquiond@gmail.com>
+
+ * src/item.cpp, src/gui/itemcontainer.cpp, src/resources/itemdb.cpp:
+ Fixed inventory display so that empty slots are not unknown items.
+ Adjusted "type" meaning to tmwserv one.
+
2007-09-25 Björn Steinbrink <B.Steinbrink@gmx.de>
* src/gui/browserbox.cpp: Fix wrapping of UTF-8 multi-byte characters.