From 2b8318623e7064c6370234e64ae26622dd9dd433 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Sat, 31 May 2008 03:58:12 +0000 Subject: 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 798442ae..5b6b074a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-05-31 Philipp Sehmisch + + * 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 * src/account-server/accounthandler.cpp: Register chat clients with -- cgit v1.2.3-70-g09d2