phaser/src/time
photonstorm f33ba5dcc7 Timer has removed all use of local temporary vars in the core update loop.
Timer.clearPendingEvents will purge any events marked for deletion, this is run automatically at the start of the update loop.
The main Timer loop could incorrectly remove TimeEvent if a new one was added specifically during an event callback (thanks @garyyeap, fix #710)
2014-04-14 11:51:50 +01:00
..
Time.js Updated Time docs for deltaCap. 2014-04-09 12:15:34 +01:00
Timer.js Timer has removed all use of local temporary vars in the core update loop. 2014-04-14 11:51:50 +01:00
TimerEvent.js Explicitly paused Timer continues if you un-focus and focus the browser window. 2014-02-05 22:35:35 +00:00