Commit graph

20 commits

Author SHA1 Message Date
aaron
5abd5eee91 Update require paths to relative string 2024-11-13 22:19:20 +00:00
EwDev
83db00a073
allow changing the current value of a spring (similar to sources) (#36)
* allow changing the current value of a spring (similar to sources)

* use spaces instead of tabs for identing
2024-09-11 10:11:47 +01:00
richard
72e5fbb6fe
Round UDim offset values (#30) 2024-08-19 14:56:00 +01:00
aaron
f2de9b0e63 Refactor 2024-07-03 15:02:52 +01:00
richard
e1d69afa20
Fix springs passing negative Color3 values (#25)
* Fix springs passing negative Color3 values

* Clamp color values between 0 and 1
2024-04-21 13:57:29 +01:00
Aaron Smith
c288cb92c4 Minor refactors
Also fixed potential bug with `create()` being called recursively if a
property binding passed as a property to `create()` also calls
`create()`
2023-11-20 16:53:30 +00:00
Aaron Smith
7d82fe353e Fix error in test
Also misc changes
2023-10-27 15:47:43 +01:00
Aaron Smith
835f4d429b Add check for unstable spring parameters 2023-09-20 11:39:44 +01:00
aaron
c4a0180a2f Improve error messages for derived sources
There seemed to be confusion over reactive-scoping (likely due to
incomplete docs), so I've added more explicit error messages when
deriving in non-reactive scopes to warn the user to use `root()` or
`mount()`.
2023-09-18 09:40:54 +01:00
aaron
efc4798ddb Merge reactive scope refactor 2023-09-15 12:54:42 +01:00
aaron
5ab76a434e Update spring tests 2023-08-26 14:49:46 +01:00
aaron
be59b24851 Fix spring not recognising roblox types 2023-08-25 11:18:13 +01:00
Aaron Smith
8ef2d0b190 Update spring solver 2023-08-24 18:09:40 +01:00
Aaron Smith
a3f03fd067 Refactor codebase 2023-08-22 15:50:03 +01:00
aaron
4604341694 Fix spring snapping
Fixes #4
2023-08-12 12:13:13 +01:00
Aaron Smith
7e5102c314 Update mocks 2023-08-10 15:43:27 +01:00
Aaron Smith
cc10c80a90 Refactor 2023-08-10 13:18:16 +01:00
Aaron Smith
b3c600acc3 Update mock tests 2023-08-09 17:58:17 +01:00
Aaron Smith
04e28f390d Improve docs 2023-08-09 15:33:14 +01:00
aaron
cb002f4f27 Initial commit 2023-08-08 21:33:11 +01:00