openblocks/core/src/objects
2025-04-23 13:53:39 +02:00
..
base 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
base.h chore: move core module into its own dedicated directory 2025-02-13 23:43:30 +01:00
datamodel.cpp fix(joints): snap crashing datamodel 2025-04-20 18:50:27 +02:00
datamodel.h misc(datamodel): removed InsertService method 2025-04-20 19:21:01 +02:00
handles.cpp feat(editor): circle around rotation handles 2025-04-17 22:04:52 +02:00
handles.h refactor: replaced optional<weak_ptr<T>> with weak_ptr<T> directly 2025-04-17 16:34:47 +02:00
jointsservice.cpp fix(joints): snap crashing datamodel 2025-04-20 18:50:27 +02:00
jointsservice.h fix(joints): snap crashing datamodel 2025-04-20 18:50:27 +02:00
meta.cpp feat(service): added JointsService 2025-04-17 23:38:33 +02:00
meta.h chore: move core module into its own dedicated directory 2025-02-13 23:43:30 +01:00
part.cpp 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
part.h 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
snap.cpp fix(joints): break joint when member part is updated/destroyed 2025-04-23 12:38:41 +02:00
snap.h fix(joints): break joint when member part is updated/destroyed 2025-04-23 12:38:41 +02:00
workspace.cpp 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
workspace.h feat(joints): added snap joint 2025-04-16 02:25:25 +02:00