godot/scene/main
Hearto Lazor bd1e54a8b7 - Implemented support for fixed process on timer. Useful for cooldowns without the influence from framerate
similar to animation player (idle/fixed mode), where idle mode = old timer, fixed mode = fixed process implementation:
Example of the behaviour with a stream of bullets with timers on different frame rates:
https://gfycat.com/HeartyImpressiveIndiancow

- A change for more uniform ticks on fixed/idle

without this fix:
http://i.imgur.com/0TMQ6CG.png
with this fix:
http://i.imgur.com/3zYx16c.png
2015-05-10 10:00:26 -04:00
..
canvas_layer.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
canvas_layer.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
misc.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
misc.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
node.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
node.h -More strict argument type-checking, will make many bugs visible, fixes #1809 2015-05-04 18:30:57 -03:00
resource_preloader.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
resource_preloader.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
scene_main_loop.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
scene_main_loop.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
scene_singleton.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
scene_singleton.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
SCsub GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
timer.cpp - Implemented support for fixed process on timer. Useful for cooldowns without the influence from framerate 2015-05-10 10:00:26 -04:00
timer.h - Implemented support for fixed process on timer. Useful for cooldowns without the influence from framerate 2015-05-10 10:00:26 -04:00
viewport.cpp -Changed Godot exit to be clean. 2015-04-20 19:38:02 -03:00
viewport.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00