Commit graph

16 commits

Author SHA1 Message Date
febde86430 feat(autogen): scan for props 2025-04-26 01:16:44 +02:00
6799b93a06 misc(datatypes): added alias for vector3, cframe, and color3 via using 2025-04-23 19:33:59 +02:00
d4f7582780 fix(joint): error in continuity check leading to infinity loop then segfault 2025-04-23 18:08:05 +02:00
6a461143a4 refactor(joint): abstracted jointinstance into its own class away from snap 2025-04-23 17:39:30 +02:00
587629fcdd fix(physics): prevent double-joining 2025-04-23 15:15:58 +02:00
e35c895233 feat(part): (wip) function to make joints between parts (introduces occasional bug where parts will turn anchored magically) 2025-04-23 13:53:39 +02:00
4b799f75d4 fix(physics): reset velocity on move + update property so that joints break 2025-04-23 12:49:18 +02:00
4005bf1cb5 fix(joints): break joint when member part is updated/destroyed 2025-04-23 12:38:41 +02:00
59427403be feat(joints): added snap joint 2025-04-16 02:25:25 +02:00
ee05b8d9d5 feat(part): added locked property to prevent objects from being selected 2025-04-12 15:15:17 +02:00
6a017b2238 refactor(physics): integrated physics world into workspace (likely for bugs to ensue. I'll deal with that later) 2025-04-11 00:34:39 +02:00
83c6d210e2 refactor: cleaned up some includes 2025-04-10 23:06:51 +02:00
3f44e38788 feat(editor): added surface editing tools 2025-04-07 17:37:54 +02:00
3fc20fcd4e feat(part): added aabb calculation 2025-03-29 23:05:35 +01:00
28ed11fb53 feat(datatype): float parser 2025-03-05 23:31:16 +01:00
81d172900b chore: move core module into its own dedicated directory 2025-02-13 23:43:30 +01:00
Renamed from src/objects/part.h (Browse further)