summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-05-14 16:47:52 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-05-14 16:47:52 +0000
commit99c97f75e2b93ea2cb36f126cd75b298bda5f5a9 (patch)
tree3ad904f3cfb78513f81241d2985b89dd1c034423 /ChangeLog
parent0125cb14a9a4f4ffced61ba50412f13fe00adbb4 (diff)
downloadmanaserv-99c97f75e2b93ea2cb36f126cd75b298bda5f5a9.tar.gz
manaserv-99c97f75e2b93ea2cb36f126cd75b298bda5f5a9.tar.bz2
manaserv-99c97f75e2b93ea2cb36f126cd75b298bda5f5a9.tar.xz
manaserv-99c97f75e2b93ea2cb36f126cd75b298bda5f5a9.zip
Applied a patch by Guillaume that makes the server sleep between ticks instead
of polling for the next one. Somebody will need to verify that this works for on Dev-C++ as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b272778..b194a03f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
* src/messageout.cpp, src/messagein.h, src/messagein.cpp: Applied
another patch by Guillaume Melquiond which fixed a number of issues
with the message implementation (client side should also be checked).
+ * 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.
2006-05-13 Bjørn Lindeijer <bjorn@lindeijer.nl>