Commit graph

36 commits

Author SHA1 Message Date
9c42209e93 refactor(objects): moved services into objects/service 2025-06-23 02:37:09 +02:00
166950f08d fix(model): clicking selects root model unless alt is pressed 2025-06-10 20:02:16 +02:00
d5e24bf3ca refactor(autogen): changed type of size in Part to Vector3 and removed vec3 from autogen 2025-06-05 20:36:37 +02:00
5f3bed1c58 refactor(enum): made SurfaceType an enum class and added support for enum class in autogen 2025-06-05 00:54:14 +02:00
46856a06e2 feat(autogen): added enums 2025-06-04 23:02:01 +02:00
497a3f783c refactor(misc): removed InstanceRef and InstanceRefWeak type aliases due to confusion with Data::InstanceRef
Possible alternative names: Object and ObjectWeak
2025-05-30 01:27:22 +02:00
cc87d08dad feat(physics): added collision detection with Touched/TouchEnded 2025-05-21 21:58:15 +02:00
d86fd754bd fix(signal): double-free 2025-05-11 12:43:54 +02:00
621ae30464 cleanup: detangled many includes 2025-05-06 15:58:49 +02:00
590ecbe5ec feat(joints): added parameters for motor joint 2025-05-02 21:28:00 +02:00
47d720f438 feat(joint): added motor 2025-05-01 16:45:12 +02:00
df6e2ac98d fix(part): hinge joint only made if other part intersects the hinge 2025-04-30 17:20:04 +02:00
d100932a9e fix(part): non-touching parts whos surfaces are on the same plane were joining 2025-04-30 16:45:58 +02:00
fa2ba25c4d fix(part): incorrect comparisons for surface validity 2025-04-29 22:41:03 +02:00
22291e6a60 wip(joints): hinge joint 2025-04-29 22:10:21 +02:00
a2e2210998 feat(autogen): convert classes to new autogen annotations 2025-04-26 13:19:47 +02:00
b8ee828d29 feat(autogen): add meta and cframe 2025-04-26 11:54:53 +02:00
8f20c11b36 feat(autogen): integrate autogen and add method for setters 2025-04-26 11:04:50 +02:00
2dc9df4d1f feat(editor): insert objects from context menu 2025-04-23 19:54:06 +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
bea6f50f13 fix(editor): properties pane not updating automatically 2025-04-15 11:21:56 +02:00
9cb6327c98 feat(editor): support parsing vector3s 2025-04-13 19:19:52 +02:00
7e14e3f968 feat(editor): spinbox for floats 2025-04-13 18:32:06 +02:00
e8ca7e8a9e feat(editor): new properties widget 2025-04-13 15:15:23 +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
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.cpp (Browse further)