Devlogs
fuwafuwa 1.1.1-1.1.4 - Release Notes
1.1.1
6/27/2021
- Changed the method by which timers are offset when unpaused to prevent weird stuff from happening on raw/ease value checks, etc
- Add optional
clearRestartFlag
argument to timer_unpause
, allowing bypassing timer_check
returning true
on manually restarted timers
1.1.2
6/27/2021
- Fix typo in new
timer_unpause
optional argument
1.1.3
7/13/2021
- Fix missing reference on autodestroy GC fast path
1.1.4
11/13/2021
- Scripts attached to timers now fire before the next node is chosen, allowing those timers to (e.g.) pick up on new nodes appended by the script
- Sequence duration is now properly updated whenever functions like
timer_set_duration
are called - these returned stale values for functions like timer_get_sequence_duration
before
- Sequence durations are now consistently stored as internal units and converted to external units in the relevant functions. This caused inconsistent behavior when checking sequence duration before
- Small fix to internal script