aboutsummaryrefslogtreecommitdiff
path: root/core/math/ease
Commit message (Expand)AuthorAgeFilesLines
* Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo...gingerBill2023-06-261-1/+1
* Add `@(require_results)` to `core:math/ease`gingerBill2023-05-221-41/+76
* fix ease.odin compile error from missing commaPhil2022-08-311-1/+1
* flux fixed key deletion and generic in `flux_to`Michael Kutowski2022-06-281-11/+23
* [ease] Fix `flux_stop`.Jeroen van Rijn2022-03-311-7/+7
* [ease] Flux fixups.Jeroen van Rijn2022-03-271-10/+8
* update delay to use deltatime, add time leftMichael Kutowski2022-03-271-11/+30
* add math easing packageMichael Kutowski2022-03-271-0/+466