summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-05-31 03:58:12 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-05-31 03:58:12 +0000
commit2b8318623e7064c6370234e64ae26622dd9dd433 (patch)
tree368519dd7e503f909a81eb769921d3fb9ee2bd33 /ChangeLog
parentf1fc55460f145fb28ac6eef8f8f807b9f9f1c1ea (diff)
downloadmanaserv-2b8318623e7064c6370234e64ae26622dd9dd433.tar.gz
manaserv-2b8318623e7064c6370234e64ae26622dd9dd433.tar.bz2
manaserv-2b8318623e7064c6370234e64ae26622dd9dd433.tar.xz
manaserv-2b8318623e7064c6370234e64ae26622dd9dd433.zip
Scripted a scheduler which can execute script functions at regular intervals or in a given number of seconds. This will be very useful for any quest or effect script where timing is important.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 798442ae..5b6b074a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-05-31 Philipp Sehmisch <tmw@crushnet.org>
+
+ * data/script/libtmw.lua: Scripted a scheduler which can execute script
+ functions at regular intervals or in a given number of seconds. This will
+ be very useful for any quest or effect script where timing is important.
+ * data/test.lua: Used the script scheduler to schedule 3 demo tasks: a 5
+ second cronjob and two fixed point tasks where the second is scheduled by
+ the first (I'll make them do something more useful soon).
+
2008-05-30 Roderic Morris <roderic@ccs.neu.edu>
* src/account-server/accounthandler.cpp: Register chat clients with