diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-08-26 23:28:05 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-08-26 23:28:05 +0000 |
commit | d7883e50e4475a854b85d1ae4a2bbb6d55cb0301 (patch) | |
tree | 96815c2b91e1f1f7a59eef719e6e34cecd6ca9c1 /ChangeLog | |
parent | be3b639a879a5a8eb73b2e652683da222796af44 (diff) | |
download | mana-d7883e50e4475a854b85d1ae4a2bbb6d55cb0301.tar.gz mana-d7883e50e4475a854b85d1ae4a2bbb6d55cb0301.tar.bz2 mana-d7883e50e4475a854b85d1ae4a2bbb6d55cb0301.tar.xz mana-d7883e50e4475a854b85d1ae4a2bbb6d55cb0301.zip |
Applied patch by AHarrison that adds item pickup messages to the chat window.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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> |