summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-26 23:28:05 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-26 23:28:05 +0000
commitd7883e50e4475a854b85d1ae4a2bbb6d55cb0301 (patch)
tree96815c2b91e1f1f7a59eef719e6e34cecd6ca9c1 /ChangeLog
parentbe3b639a879a5a8eb73b2e652683da222796af44 (diff)
downloadmana-client-d7883e50e4475a854b85d1ae4a2bbb6d55cb0301.tar.gz
mana-client-d7883e50e4475a854b85d1ae4a2bbb6d55cb0301.tar.bz2
mana-client-d7883e50e4475a854b85d1ae4a2bbb6d55cb0301.tar.xz
mana-client-d7883e50e4475a854b85d1ae4a2bbb6d55cb0301.zip
Applied patch by AHarrison that adds item pickup messages to the chat window.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a6f5e4ab..b2d33b61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-08-27 Bjørn Lindeijer <bjorn@lindeijer.nl>
+
+ * src/net/inventoryhandler.cpp: Applied patch by AHarrison that adds
+ item pickup messages to the chat window.
+ * NEWS: Updated with some recently added and fixed issues. Doesn't
+ mention any of the recent content updates yet.
+
2006-08-26 Pascal Ganaye <pascalganaye@users.sourceforge.net>
* src/joystick.h, src/joystick.cpp, src/gui/setup.cpp,
@@ -50,8 +57,8 @@
2006-08-24 Frode Lindeijer <f.lindeijer@gmail.com>
- * data/graphics/sprites/item004.png, data/graphics/sprites/item005.png,
- data/graphics/sprites/Makefile.am,
+ * data/graphics/sprites/item004.png,
+ data/graphics/sprites/item005.png, data/graphics/sprites/Makefile.am,
data/graphics/items/armor-legs-cottonshorts,
data/graphics/items/armor-legs-jeanshorts: Added the equip graphics of
the short jeans and the cotton shorts and an inventory icon of the
@@ -89,7 +96,7 @@
Added spotlight effect to the cave maps (feedback, please)
* data/graphics/maps/new_9-1.tmx.gz,
data/graphics/images/ambient/clouds.png:
- Added cloudshadow effect to the woodland map (feedback, please)
+ Added cloudshadow effect to the woodland map (feedback, please).
2006-08-20 Bjørn Lindeijer <bjorn@lindeijer.nl>