summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a07be2cb..18f6d44d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
-2005-12-17 Björn Steinbrink <B.Steinbrink@gmx.de>
+2005-12-18 Yohann Ferreira <bertram@cegetel.net>
- * src/messageout.h: Fixed some 64bit issue.
+ * src/accounthandler.cpp, src/netcomputer.h, src/netcomputer.cpp,
+ src/chathandler.cpp, src/connectionhandler.cpp,
+ src/gamehandler.cpp, src/connectionhandler.h, src/state.h,
+ src/state.cpp: Made the handlers use the countedPtr for Beings
+ as they should. Fixed a segfault when removing a being from the
+ world.
+
+2005-12-17 Bjorn Steinbrink <B.Steinbrink@gmx.de>
+
+ * src/messageout.h: Fixed some 64bit issue.
2005-12-12 Yohann Ferreira <bertram@cegetel.net>