summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2005-08-23 21:11:53 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2005-08-23 21:11:53 +0000
commitedfe5e4525d16a477a1c88344e3321ccf23b605e (patch)
treecf6be7f81ef24ef6d56c0291fbcb80df4899ece8 /ChangeLog
parentd39602e433ce887e9f921e7c472a8e5af16fa7ec (diff)
downloadmana-client-edfe5e4525d16a477a1c88344e3321ccf23b605e.tar.gz
mana-client-edfe5e4525d16a477a1c88344e3321ccf23b605e.tar.bz2
mana-client-edfe5e4525d16a477a1c88344e3321ccf23b605e.tar.xz
mana-client-edfe5e4525d16a477a1c88344e3321ccf23b605e.zip
Some code cleanups in the sell dialog. Made the dialog accept items instead of looking them up in the inventory itself.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e74a5d6d..e2bbb581 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-08-23 Björn Steinbrink <B.Steinbrink@gmx.de>
+ * src/game.cpp, src/gui/sell.cpp, src/gui/sell.h: Made the sell dialog
+ accepts Items instead of looking them up in the inventory.
+ * src/gui/sell.cpp: Some code cleanups, simplifications and removal of
+ duplicate code.
* src/gui/buy.cpp, src/gui/sell.cpp, src/gui/shop.h: Avoid possible buffer
overflows by using a std::string instead of char[30].
* src/gui/buy.cpp: Some code cleanups, simplifications and removal of