summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-01 18:06:25 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-01 18:06:25 +0000
commitf07dbf97c27aef7630782052ba6021359294cd86 (patch)
treeee6ae70e936c6e634a920cd215d3a2249c417dbd /ChangeLog
parentd44476beb6736faafe6480cfbe527aef7e88427a (diff)
downloadmanaserv-f07dbf97c27aef7630782052ba6021359294cd86.tar.gz
manaserv-f07dbf97c27aef7630782052ba6021359294cd86.tar.bz2
manaserv-f07dbf97c27aef7630782052ba6021359294cd86.tar.xz
manaserv-f07dbf97c27aef7630782052ba6021359294cd86.zip
Added assertions to detect insertion and removal of objects at updating time.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92b2ba5f..cb1faf23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,8 @@
Removed new inventory code, as it was not doing anything.
* src/inventory.cpp: Reverted to the old code, as it was working just
fine.
+ * src/game-server/state.cpp: Added assertions to detect insertion and
+ removal of objects at updating time.
2007-06-28 Philipp Sehmisch <tmw@crushnet.org>