Commit graph

  • fc1c4a06f1 feat(autogen): annotated datatypes maelstrom 2025-05-03 19:12:30 +02:00
  • 66f7f0bea6 refactor(autogen): moved object-related autogeneration into its own namespace/directory maelstrom 2025-05-03 18:38:27 +02:00
  • deb72660da feat(editor): darcula theme for lua maelstrom 2025-05-03 12:14:12 +02:00
  • 590ecbe5ec feat(joints): added parameters for motor joint maelstrom 2025-05-02 21:28:00 +02:00
  • 47d720f438 feat(joint): added motor maelstrom 2025-05-01 16:45:12 +02:00
  • e5f543ef4a refactor(autogen): changed the way props and instances are defined via macros maelstrom 2025-04-30 18:16:35 +02:00
  • fc998a1c3f fix(editor): scaling a part without snapping causes endless clicking maelstrom 2025-04-30 17:21:49 +02:00
  • df6e2ac98d fix(part): hinge joint only made if other part intersects the hinge maelstrom 2025-04-30 17:20:04 +02:00
  • dcc1f64354 feat(renderer): added cylinder for hinges maelstrom 2025-04-30 17:10:00 +02:00
  • d100932a9e fix(part): non-touching parts whos surfaces are on the same plane were joining maelstrom 2025-04-30 16:45:46 +02:00
  • 0dc8254065 cleanup: cleaned up a few print statements here and there maelstrom 2025-04-29 23:07:09 +02:00
  • c291be7552 fix(joints): fixed hinge joint (i am indescribably happy) maelstrom 2025-04-29 23:05:26 +02:00
  • fa2ba25c4d fix(part): incorrect comparisons for surface validity maelstrom 2025-04-29 22:41:03 +02:00
  • 22291e6a60 wip(joints): hinge joint maelstrom 2025-04-29 22:10:21 +02:00
  • de30976dc0 feat(autogen): split off InternalUpdateProperty maelstrom 2025-04-28 01:27:23 +02:00
  • 30d00a7de2 fix(editor): properties view setting/unsetting anchored and locked properties erroneously maelstrom 2025-04-28 01:27:12 +02:00
  • f6f7a5f151 fix(autogen): Position and Rotation being marked as CFrame instead of Vector3 maelstrom 2025-04-27 22:56:03 +02:00
  • bbe862b309 fix(autogen): forgot to call update callback in some cases maelstrom 2025-04-27 21:58:44 +02:00
  • 06a5f91769 refactor: moved GetClass and TYPE into AUTOGEN_PREAMBLE maelstrom 2025-04-26 19:18:51 +02:00
  • ec65c6eddc fix(autogen): set property function return error even when value does get set maelstrom 2025-04-26 15:12:46 +02:00
  • b9c8022f6f fix(datatypes): instance ref serialized to wrong name maelstrom 2025-04-26 15:12:22 +02:00
  • 76554c8295 fix(autogen): syntax errors in codegen maelstrom 2025-04-26 14:44:02 +02:00
  • c578b7361c chore: docs for autogen maelstrom 2025-04-26 14:38:20 +02:00
  • 0c3c6f43fc feat(autogen): better integration into cmake and replaced caching maelstrom 2025-04-26 13:46:51 +02:00
  • a2e2210998 feat(autogen): convert classes to new autogen annotations maelstrom 2025-04-26 13:19:47 +02:00
  • b8ee828d29 feat(autogen): add meta and cframe maelstrom 2025-04-26 11:54:53 +02:00
  • 8f20c11b36 feat(autogen): integrate autogen and add method for setters maelstrom 2025-04-26 11:04:50 +02:00
  • 8049d45b43 feat(autogen): generate basis for instance maelstrom 2025-04-26 02:14:39 +02:00
  • 85e1efe5b3 feat(autogen): analyze prop flags maelstrom 2025-04-26 01:53:00 +02:00
  • 10c78cd647 feat(autogen): analyze instance flags maelstrom 2025-04-26 01:41:36 +02:00
  • febde86430 feat(autogen): scan for props maelstrom 2025-04-26 01:16:44 +02:00
  • 99a8cbe957 feat(autogen): basic autogen starter maelstrom 2025-04-25 23:35:10 +02:00
  • 28ddfed8b3 chore: added some attribution maelstrom 2025-04-25 20:00:57 +02:00
  • 9be6c103de feat(lua): deserializing values and setting instance properties maelstrom 2025-04-25 11:32:11 +02:00
  • cbed2bac95 feat(lua): added instance property and child access via reference maelstrom 2025-04-25 10:19:11 +02:00
  • 6bb1d8b3a4 feat(datatype): added conversion function for lua objects maelstrom 2025-04-25 02:14:30 +02:00
  • d8ffd574f5 misc: removed vestigial header file from ages ago maelstrom 2025-04-25 02:02:25 +02:00
  • 4bd1110202 fix(lua): better print function, and override require maelstrom 2025-04-25 02:01:52 +02:00
  • 99440cc3ee feat(script): added code to actually run lua code maelstrom 2025-04-24 17:36:47 +02:00
  • c081469a49 feat(lua): added basis for lua scripting maelstrom 2025-04-24 17:08:22 +02:00
  • 4cfb327b65 feat(script): added source property maelstrom 2025-04-24 16:33:34 +02:00
  • 1858c703c7 feat(editor): added script document maelstrom 2025-04-24 15:31:59 +02:00
  • 1ba9911036 refactor(editor): turned main view into its own document maelstrom 2025-04-24 00:58:36 +02:00
  • 2dc9df4d1f feat(editor): insert objects from context menu maelstrom 2025-04-23 19:54:06 +02:00
  • c26c9aaeef fix(jointsservice): clear children after initializing maelstrom 2025-04-23 19:53:44 +02:00
  • 6799b93a06 misc(datatypes): added alias for vector3, cframe, and color3 via using maelstrom 2025-04-23 19:33:59 +02:00
  • d4f7582780 fix(joint): error in continuity check leading to infinity loop then segfault maelstrom 2025-04-23 18:08:05 +02:00
  • 6a461143a4 refactor(joint): abstracted jointinstance into its own class away from snap maelstrom 2025-04-23 17:39:30 +02:00
  • 587629fcdd fix(physics): prevent double-joining maelstrom 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) maelstrom 2025-04-23 13:53:39 +02:00
  • 4b799f75d4 fix(physics): reset velocity on move + update property so that joints break maelstrom 2025-04-23 12:49:18 +02:00
  • 4005bf1cb5 fix(joints): break joint when member part is updated/destroyed maelstrom 2025-04-23 12:38:41 +02:00
  • 884a735d5e chore: removed information on building reactphysics3d, as it is now already done for you maelstrom 2025-04-21 23:11:00 +02:00
  • 76ceaae25b chore: build reactphysics3d automatically via vcpkg maelstrom 2025-04-21 23:10:26 +02:00
  • df9e285954 misc(datamodel): removed InsertService method maelstrom 2025-04-20 19:21:01 +02:00
  • f6d778e3ed fix(snap): wrong backing field for C1 maelstrom 2025-04-20 19:19:00 +02:00
  • 722c4acfb4 fix(joints): snap crashing datamodel maelstrom 2025-04-20 18:50:27 +02:00
  • e9757ab306 feat(datamodel): cloning the datamodel maelstrom 2025-04-20 17:36:38 +02:00
  • cab5ec0514 feat(instance): added clone method maelstrom 2025-04-20 01:04:59 +02:00
  • c4ad7d5620 feat(editor): basics for run/edit mode maelstrom 2025-04-20 00:17:19 +02:00
  • be3c7bd6b2 feat(instance): utility functions for casting/types maelstrom 2025-04-20 00:08:59 +02:00
  • 1617086692 fix(physics): made the physics slightly less jittery, but only slightly maelstrom 2025-04-18 21:36:18 +02:00
  • 9e43c63c4e fix(physics) applied correct mass so moments work correctly now maelstrom 2025-04-18 21:13:25 +02:00
  • 86c6890ca1 feat(service): added JointsService maelstrom 2025-04-17 23:38:33 +02:00
  • 0da4d6d67f misc(snap): add properties to snap maelstrom 2025-04-17 22:33:24 +02:00
  • 452c61ef90 feat(editor): circle around rotation handles maelstrom 2025-04-17 22:04:32 +02:00
  • 1bdb9f146c fix(editor): sort properties alphabetically maelstrom 2025-04-17 17:05:39 +02:00
  • 1fdd0f4831 feat(datatypes): added instance reference data type maelstrom 2025-04-17 17:03:43 +02:00
  • 2569e3f56f refactor: replaced optional<weak_ptr<T>> with weak_ptr<T> directly maelstrom 2025-04-17 16:34:47 +02:00
  • 8c2474abbf fix(editor): explorer context menu opens in a dialog box if right-clicked when the window was unfocused maelstrom 2025-04-17 15:22:27 +02:00
  • 66d3f80073 feat(logging): log qt messages into logger, rather than into terminal maelstrom 2025-04-17 15:22:00 +02:00
  • 5564fddc21 fix(editor): pseudo-fix for parts getting shrunk past the limit of their snapping factor maelstrom 2025-04-17 02:09:40 +02:00
  • 2f16d3b835 fix(editor): dragging objects starts from the initial drag point maelstrom 2025-04-16 17:06:51 +02:00
  • 59427403be feat(joints): added snap joint maelstrom 2025-04-16 02:24:51 +02:00
  • b7e3061dee fix(error): garbage values printed on error maelstrom 2025-04-16 01:21:57 +02:00
  • bea6f50f13 fix(editor): properties pane not updating automatically maelstrom 2025-04-15 11:21:56 +02:00
  • ff5eb969d9 fix(renderer): ghost indicators for handles maelstrom 2025-04-15 01:12:37 +02:00
  • 56c991b667 fix(instance): don't save ClassName property maelstrom 2025-04-15 01:12:27 +02:00
  • 94898b4d9d fix(outline): make outline cling to edges rather than stretch maelstrom 2025-04-14 23:53:42 +02:00
  • d4a582f0a8 feat(renderer): added mesh-based outline maelstrom 2025-04-14 23:32:02 +02:00
  • 166c5c5ff8 refactor(error): replaced tl::expected with result maelstrom 2025-04-14 22:54:40 +02:00
  • 58b53a0f02 refactor(error): added guards to result and misc refactorings to error maelstrom 2025-04-14 22:38:49 +02:00
  • ff1f9be5c5 feat(editor): edit composite values, such as individual components of vector3 maelstrom 2025-04-14 01:12:48 +02:00
  • bfd5881ac8 misc(editor): remove dedenting code as it was getting out of scope for its complexity maelstrom 2025-04-14 00:48:57 +02:00
  • 17d9b91c3a feat(editor): editable color3 maelstrom 2025-04-13 19:53:36 +02:00
  • 3461198f9a feat(editor): revert value on parse failure + nicer float printing maelstrom 2025-04-13 19:37:00 +02:00
  • 9cb6327c98 feat(editor): support parsing vector3s maelstrom 2025-04-13 19:19:52 +02:00
  • cf8b9529c5 feat(instance): added ClassName as (read-only) property maelstrom 2025-04-13 18:48:00 +02:00
  • 7e14e3f968 feat(editor): spinbox for floats maelstrom 2025-04-13 18:32:06 +02:00
  • c19b428830 feat(editor): editing properties in new widget maelstrom 2025-04-13 16:15:29 +02:00
  • e8ca7e8a9e feat(editor): new properties widget maelstrom 2025-04-13 15:15:23 +02:00
  • d972f98ea4 feat(editor): multi-select objects in view maelstrom 2025-04-12 23:55:08 +02:00
  • 9602aa96c0 feat(rendering): basic outline feature maelstrom 2025-04-12 23:48:13 +02:00
  • ee05b8d9d5 feat(part): added locked property to prevent objects from being selected maelstrom 2025-04-12 15:15:17 +02:00
  • 07272dbe95 fix(editor): getSelection not properly representing selection maelstrom 2025-04-12 15:07:33 +02:00
  • d8d469d0e8 fix(physics): re-fixed the segfault on exit bug maelstrom 2025-04-11 00:42:20 +02:00
  • 6a017b2238 refactor(physics): integrated physics world into workspace (likely for bugs to ensue. I'll deal with that later) maelstrom 2025-04-11 00:34:39 +02:00
  • 35f49b8a45 refactor(instance): made workspace() and dataModel() not access-heavy maelstrom 2025-04-11 00:19:06 +02:00
  • dbc02e2a4f chore: added build instructions maelstrom 2025-04-10 23:25:16 +02:00
  • 83c6d210e2 refactor: cleaned up some includes maelstrom 2025-04-10 23:06:51 +02:00