8000 Tags · Fraktality/spr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Fraktality/spr

Tags

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for Pivot & Scale

Fake properties using new custom override mechanism.

v2.0.0

Toggle v2.0.0's commit message
Implement rotation sleeping

This fixes an issue where CFrame springs with rotation but no translation terminated too early and snapped to the end value.

This isn't perfect - There are preexisting numerical precision issues with the exponential and logarithmic maps that can prevent CFrame springs from ever terminating. This can lead to performance problems.

For now, we will take the stance that correctness trumps performance, and ignore it. :D

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix boolean type support

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix type validation for spr.stop

- Add support for compound types to assertType. :match is simple and works well.
- Fix type validation for 1-arg spr.stop
- Replace deprecated Color3 components
0