Commit graph

42 commits

Author SHA1 Message Date
2ddd32c69f refactor(part): refactored part into basepart 2025-07-13 18:48:05 +02:00
650ba0068a fix(physics): crash when deleting parts due to misusing simulationTicket iterator 2025-07-07 20:29:00 +02:00
e829b0c279 refactor(physics): asynchronous rigidbody update 2025-07-01 14:44:27 +02:00
fea837a29c feat(physics): basic parallelism 2025-07-01 12:27:23 +02:00
6800ac27f3 refactor(selection): replaced with Selection instance 2025-06-23 17:34:24 +02:00
8c6f038b9f feat(physics): added CanCollide property (which still fires Touched) 2025-06-13 02:12:34 +02:00
166950f08d fix(model): clicking selects root model unless alt is pressed 2025-06-10 20:02:16 +02:00
0ca65b1306 fix(misc): more compatibility changes 2025-06-08 03:38:32 +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
7d54e06b06 feat(lua): signals implemented 2025-05-11 10:42:52 +02:00
b0119ac89a feat(lua): added signal type 2025-05-10 23:00:33 +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
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
dcc1f64354 feat(renderer): added cylinder for hinges 2025-04-30 17:10:09 +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
06a5f91769 refactor: moved GetClass and TYPE into AUTOGEN_PREAMBLE 2025-04-26 19:18:51 +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
10c78cd647 feat(autogen): analyze instance flags 2025-04-26 01:41:36 +02:00
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)