1
0
Fork 0
mirror of https://github.com/Reuh/ubiquitousse.git synced 2025-10-27 17:19:31 +00:00
Commit graph

7 commits

Author SHA1 Message Date
4b75f21e52 Remove backend system and ctruLua support
Since I only use the LÖVE backend anyway, this simplifies the code.
Tidied some code.
2021-07-18 19:30:43 +02:00
cc0ed18eb3 Fix onUpdate not receiving self argument 2021-04-13 01:25:27 +02:00
aa45a2cdac Allow timers to exist without a registry; remove global registry
In order to allow manual management of timers and better integration with ECS; you would typically let the uqt.ecs handle timers as separate entities, updated by a timer system.
A default global registry is highly redundant in this context. Scene timers registry are still a thing anyway.
2021-02-20 04:47:43 +01:00
fdd69fd7f8 Restructure timer 2021-02-18 17:13:56 +01:00
f22e0bef26 uqt.timer: now account for update lag, use only dt for calculations 2019-12-29 22:32:30 +01:00
f6fb8ad649 uqt.signal 2019-12-27 18:54:30 +01:00
82bc7268e6 Rename time to timer 2019-12-25 16:15:40 +01:00