summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-29 17:15:40 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-29 17:15:40 +0000
commit18c0302e49c761b2a3b531a0ac2683e5f1135c5e (patch)
tree5ed10d14ce764e8252d3e23f95aa62b6aad76ac4 /ChangeLog
parentfd2cecb5c45cd6f69b193c97b7c78121f6b5b30f (diff)
downloadmanaserv-18c0302e49c761b2a3b531a0ac2683e5f1135c5e.tar.gz
manaserv-18c0302e49c761b2a3b531a0ac2683e5f1135c5e.tar.bz2
manaserv-18c0302e49c761b2a3b531a0ac2683e5f1135c5e.tar.xz
manaserv-18c0302e49c761b2a3b531a0ac2683e5f1135c5e.zip
Added support for trading.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23e2411c..8ea10462 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,14 @@
src/game-server/map.hpp, src/game-server/mapcomposite.cpp: Revert to
the old pathfinding system without collision with beings, as the new
one is too cpu intensive.
+ * src/net/messageout.hpp, src/net/messageout.cpp: Allowed cancellation
+ of outgoing messages.
+ * src/game-server/inventory.hpp, src/game-server/inventory.hpp: Allowed
+ delayed changes of inventories.
+ * src/defines.h, src/Makefile.am, src/game-server/trade.cpp,
+ src/game-server/trade.hpp, src/game-server/state.cpp,
+ src/game-server/character.cpp, src/game-server/character.hpp,
+ src/game-server/gamehandler.cpp: Added support for trading.
2007-07-28 Guillaume Melquiond <guillaume.melquiond@gmail.com>