aboutsummaryrefslogtreecommitdiffstats
path: root/util/timer.lua
Commit message (Collapse)AuthorAgeFilesLines
* util.timer: Use luaevent's built-in method of repeating an event (fixes a ↵Matthew Wild2009-12-171-2/+2
| | | | weird crash)
* util.timer: Fix libevent timers (event.base doesn't exist...)Matthew Wild2009-11-211-1/+2
|
* util.timer: Use libevent for lightweight timers if available and configured ↵Matthew Wild2009-11-211-24/+44
| | | | (use_libevent option)
* util.timer: Pass current_time to timer callbacksMatthew Wild2009-10-031-1/+1
|
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
|
* 0.3->0.4Matthew Wild2009-03-201-1/+1
|
* util.timer: More small fixes I forgot to commitMatthew Wild2009-02-261-4/+2
|
* util.timer: Fix crash when loaded but no tasks set, fix skipping some tasks ↵Matthew Wild2009-02-261-7/+13
| | | | when multiple set, and one removed
* Added util/timer.lua - a timer APIWaqas Hussain2009-02-211-0/+47