summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-08-26 19:26:39 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-08-26 19:26:39 +0000
commitc8104aa3b53448a047a0ee01835a6f68ac62f23c (patch)
tree6b0d4bae6814355b44abb694204a0a80d29b6cb9 /ChangeLog
parent30d192259e6913a210156da2abce16e05b5a5825 (diff)
downloadmanaserv-c8104aa3b53448a047a0ee01835a6f68ac62f23c.tar.gz
manaserv-c8104aa3b53448a047a0ee01835a6f68ac62f23c.tar.bz2
manaserv-c8104aa3b53448a047a0ee01835a6f68ac62f23c.tar.xz
manaserv-c8104aa3b53448a047a0ee01835a6f68ac62f23c.zip
Improve updates when a being just appeared.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac82ca27..fc99d77c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,10 @@
wall for testing purpose.
* src/gamehandler.cpp, src/defines.h: Send being identifier instead of
being name when saying around.
+ * src/object.h: Added a field indicating if an object just appeared.
+ * src/state.cpp: Improved update logic by taking into account beings
+ that just appeared. Moved "change map" message from AddObject to
+ InformPlayer.
2006-08-26 Bjørn Lindeijer <bjorn@lindeijer.nl>