Commit graph

17 commits

Author SHA1 Message Date
fea837a29c feat(physics): basic parallelism 2025-07-01 12:27:23 +02:00
b1c7eca289 refactor(workspace): physicsWorld is now never null 2025-07-01 01:57:29 +02:00
9c42209e93 refactor(objects): moved services into objects/service 2025-06-23 02:37:09 +02:00
621ae30464 cleanup: detangled many includes 2025-05-06 15:58:49 +02:00
47d720f438 feat(joint): added motor 2025-05-01 16:45:12 +02:00
e5f543ef4a refactor(autogen): changed the way props and instances are defined via macros 2025-04-30 18:16:35 +02:00
df6e2ac98d fix(part): hinge joint only made if other part intersects the hinge 2025-04-30 17:20:04 +02:00
0dc8254065 cleanup: cleaned up a few print statements here and there 2025-04-29 23:07:09 +02:00
c291be7552 fix(joints): fixed hinge joint (i am indescribably happy) 2025-04-29 23:05:26 +02:00
22291e6a60 wip(joints): hinge joint 2025-04-29 22:10:21 +02:00
06a5f91769 refactor: moved GetClass and TYPE into AUTOGEN_PREAMBLE 2025-04-26 19:18:51 +02:00
76554c8295 fix(autogen): syntax errors in codegen 2025-04-26 14:44:02 +02:00
0c3c6f43fc feat(autogen): better integration into cmake and replaced caching 2025-04-26 13:46:51 +02:00
a2e2210998 feat(autogen): convert classes to new autogen annotations 2025-04-26 13:19:47 +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