Log

util/timer.lua @ 4994:d4e6a07a7c33

description author age
util.timer: Always pass the current time to timer callbacks. Waqas Hussain 2012-05-12
util.timer: Remove unnecessary require calls, fixes a traceback (thanks nulani) Matthew Wild 2012-05-03
net.server, net.timer, net.server_select: Rearrange dependencies between these three modules. server.addtimer() is no longer a public function (renamed to _addtimer) and is not available at all from server_event (compat code removed to prevent traceback) (thanks Nulani) Matthew Wild 2012-05-03
util.timer: Remove unused function imports Matthew Wild 2012-04-28
util.timer: Variable name change (func -> callback) Matthew Wild 2011-11-03
util.timer: Fix corner case of timer not repeating if it returns <= 0 Matthew Wild 2011-09-22
util.timer: Activate higher timer precision. Waqas Hussain 2010-12-02