log util/timer.lua @ 4808:07d0a3a75c8a

age author description
Thu, 03 May 2012 16:48:34 +0100 Matthew Wild 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)
Sat, 28 Apr 2012 02:41:53 +0100 Matthew Wild util.timer: Remove unused function imports
Thu, 03 Nov 2011 12:47:52 +0000 Matthew Wild util.timer: Variable name change (func -> callback)
Thu, 22 Sep 2011 15:48:56 +0100 Matthew Wild util.timer: Fix corner case of timer not repeating if it returns <= 0