summaryrefslogtreecommitdiffstats
path: root/thirdparty/misc/easing_equations.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix some easing equations' undefined behaviours.Fabio Alessandrelli2020-12-081-12/+23
| | | | | | Spotted via -Wunsequenced. Easing equations had different behaviours depending on the toolchain due to its abusing of inline assignments.
* Move Penner easing equations to thirdparty/miscRémi Verschelde2018-09-281-0/+308
It was Godot-ified and integrated into Tween originally (#628) without mention that it was thirdparty code, but it's actually derived from https://github.com/jesusgollonet/ofpennereasing. It's also very bad quality code and should be replaced by a better, properly-maintained library of easing equations.