summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-28 15:04:58 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-28 15:04:58 +0000
commitded755e810ef9ec94c65b0c4282d6419c84e21d0 (patch)
tree5de12d8c43f73b850fa9726375f744a28f2215a4 /ChangeLog
parentaea08a9368265c6afd6741fa84c97491552bfb84 (diff)
downloadmana-client-ded755e810ef9ec94c65b0c4282d6419c84e21d0.tar.gz
mana-client-ded755e810ef9ec94c65b0c4282d6419c84e21d0.tar.bz2
mana-client-ded755e810ef9ec94c65b0c4282d6419c84e21d0.tar.xz
mana-client-ded755e810ef9ec94c65b0c4282d6419c84e21d0.zip
Fixed display of trade window. Completed trade protocol.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cc10b0e..64854e8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
auto-resizing into two categories: "set" and "add".
* src/gui/sell.cpp, src/gui/inventorywindow.cpp, src/gui/buy.cpp:
Removed useless code. Updated constant names.
+ * src/gui/trade.cpp, src/gui/trade.h: Converted to layout handler.
+ Fixed money handling. Fixed transaction handling.
+ * src/net/tradehandler.cpp, src/net/gameserver/player.h,
+ src/net/gameserver/player.cpp: Implemented missing trade messages.
2007-10-28 Eugenio Favalli <elvenprogrammer@gmail.com>