Commit graph

  • 18b12ea1ad refactor(editor): multi-object move support + more handle jank refactor maelstrom 2025-05-27 03:13:49 +02:00
  • 49f29b6af1 fix(lua): signal functions were being deleted after being called maelstrom 2025-05-26 15:08:16 +02:00
  • 5fdc745259 fix(lua): waitingThreads was not reset causing crash on re-play maelstrom 2025-05-23 02:19:05 +02:00
  • 9ca0bb0cec feat(editor): hyperlink in stack trace maelstrom 2025-05-23 02:00:27 +02:00
  • 1cbb349e05 feat(logging): better error logging with stack trace in lua maelstrom 2025-05-23 00:59:31 +02:00
  • cc87d08dad feat(physics): added collision detection with Touched/TouchEnded maelstrom 2025-05-21 21:58:15 +02:00
  • e0ac5398f3 feat(editor): added fallback icons for windows maelstrom 2025-05-20 19:31:31 +02:00
  • a74b409459 fix(editor): lua theme on light mode maelstrom 2025-05-20 19:05:49 +02:00
  • b9f68ee160 refactor(handles): changed the way handle cframes are computed maelstrom 2025-05-18 19:06:01 +02:00
  • b06098e4c7 feat(renderer): added aabb selection outline maelstrom 2025-05-17 22:44:43 +02:00
  • 18b573db97 refactor(handles): some refactoring with handles maelstrom 2025-05-17 22:26:53 +02:00
  • 882a215b36 feat(editor): basic autocomplete maelstrom 2025-05-17 21:38:01 +02:00
  • 5e605a9692 feat(editor): customized lexer to add custom keywords maelstrom 2025-05-17 20:34:10 +02:00
  • a022e682b7 fix: not compiling on clang maelstrom 2025-05-17 19:22:02 +02:00
  • 6f9856c384 fix(editor): automatically find monospace font maelstrom 2025-05-16 10:41:19 +02:00
  • de0acda8ac feat(editor): delete script document if script is deleted. also prevent duplicates maelstrom 2025-05-16 09:43:44 +02:00
  • 3b60b3b0ec feat(signal): added signal holder to automatically disconnect signals + instance AncestryChanged maelstrom 2025-05-16 09:43:15 +02:00
  • 0acc2d8857 fix(autogen): fixed segfault/double-free in datatypes maelstrom 2025-05-11 14:46:00 +02:00
  • c5fd1321e5 chore: updated deps.txt maelstrom 2025-05-11 14:15:43 +02:00
  • b168e87e37 feat(signal): once and disconnect maelstrom 2025-05-11 13:31:34 +02:00
  • 6e1cfcac80 feat(signal): wait function maelstrom 2025-05-11 13:20:36 +02:00
  • d86fd754bd fix(signal): double-free maelstrom 2025-05-11 12:43:54 +02:00
  • b9dc280311 feat(lua): connect to signal maelstrom 2025-05-11 11:26:44 +02:00
  • 7d54e06b06 feat(lua): signals implemented maelstrom 2025-05-11 10:42:06 +02:00
  • b0119ac89a feat(lua): added signal type maelstrom 2025-05-10 23:00:33 +02:00
  • 1c70d2956f fix(lua): calling wait without an argument caused segfault maelstrom 2025-05-07 10:15:23 +02:00
  • 626be7107f feat(lua): added delay global + fixed issues with waiting maelstrom 2025-05-07 01:46:19 +02:00
  • 13cad8e01a feat(lua): implemented coroutines for scripts + wait() maelstrom 2025-05-06 21:36:05 +02:00
  • 26459c9275 feat(lua): added basic threading maelstrom 2025-05-06 19:44:53 +02:00
  • a1bd6e1bbc feat(editor): added buttons for hinge and motor maelstrom 2025-05-06 18:58:14 +02:00
  • 621ae30464 cleanup: detangled many includes maelstrom 2025-05-06 15:58:49 +02:00
  • 12ef549a12 feat(autogen): added support for overloaded methods/constructors maelstrom 2025-05-05 14:33:22 +02:00
  • 811d377669 feat(autogen): add support for constructor maelstrom 2025-05-05 13:56:45 +02:00
  • 2aae16744e feat(autogen): added libraries for Vector3, CFrame and Color3 maelstrom 2025-05-05 10:35:17 +02:00
  • f5727f3b03 feat(autogen): implement tostring and miscellania maelstrom 2025-05-04 19:04:37 +02:00
  • 49dfeec18c feat(autogen): implement methods maelstrom 2025-05-04 18:22:34 +02:00
  • 879d92f145 feat(autogen): basis for lua-driven datatypes maelstrom 2025-05-04 12:50:14 +02:00
  • 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