summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-05-14 17:02:43 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-05-14 17:02:43 +0000
commit48fbf8e4c5faebdfc5a3be568c2366f137b98d75 (patch)
treeffa0dea61f96623c212cab72b81dda76bceee2b7 /ChangeLog
parent99c97f75e2b93ea2cb36f126cd75b298bda5f5a9 (diff)
downloadmanaserv-48fbf8e4c5faebdfc5a3be568c2366f137b98d75.tar.gz
manaserv-48fbf8e4c5faebdfc5a3be568c2366f137b98d75.tar.bz2
manaserv-48fbf8e4c5faebdfc5a3be568c2366f137b98d75.tar.xz
manaserv-48fbf8e4c5faebdfc5a3be568c2366f137b98d75.zip
Applied a patch by Guillaume that fixes and optimizes
ConnectionHandler::sendAround.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b194a03f..d15f9515 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
* src/main.cpp, src/utils/timer.cpp, src/utils/timer.h: Applied a
patch by Guillaume that makes the server sleep between ticks instead
of polling for the next one.
+ * src/connectionhandler.cpp, src/object.cpp, src/object.h: Applied a
+ patch by Guillaume that fixes and optimizes
+ ConnectionHandler::sendAround.
2006-05-13 Bjørn Lindeijer <bjorn@lindeijer.nl>