summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-01-03 22:34:40 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-01-03 22:34:40 +0000
commit36eb5ac7f856dc83242837738eb18cfd9039352f (patch)
tree89ebfae081d2207e68dc04b52e4558b3a316834f /ChangeLog
parent282ca19e33b79f4468ce6402406ddb1397f2d115 (diff)
downloadmanaserv-36eb5ac7f856dc83242837738eb18cfd9039352f.tar.gz
manaserv-36eb5ac7f856dc83242837738eb18cfd9039352f.tar.bz2
manaserv-36eb5ac7f856dc83242837738eb18cfd9039352f.tar.xz
manaserv-36eb5ac7f856dc83242837738eb18cfd9039352f.zip
Added a Xmas cake: the server now supports items on floor.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45f40698..9a194e20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,12 @@
* src/game-server/being.hpp: Removed counted pointers.
* src/game-server/mapcomposite.hpp, src/game-server/mapcomposite.cpp,
src/game-server/being.cpp: Fixed end of lines.
+ * src/game-server/mapcomposite.hpp, src/game-server/mapcomposite.cpp:
+ Fixed pessimistic bounds on region iterators. Added an iterator for
+ non-moving objects.
+ * src/defines.h, src/game-server/state.cpp: Added code to send data on
+ floor items to clients.
+ * src/game-server/testing.cpp: Added a Xmas cake for testing purpose.
2007-01-02 Guillaume Melquiond <guillaume.melquiond@gmail.com>