Commit graph

102 commits

Author SHA1 Message Date
maelstrom bfaab69daa chore: add warning message when running run.sh without a parameter 2025-03-12 01:22:25 +01:00
maelstrom 75be686e48 fix(handles): glitchy movement while using move tool 2025-03-11 20:47:06 +01:00
maelstrom 45f39c3f49 fix: memory leak involving ExplorerModel 2025-03-11 20:42:50 +01:00
maelstrom 12a4ed76b4 feat(editor): export/import models 2025-03-10 23:03:24 +01:00
maelstrom 186d64f28e feat(clipboard): added copy/cut/paste 2025-03-08 22:16:21 +01:00
maelstrom 940109b0b9 fix(renderer): transparency color + handle anchors not rendering 2025-03-06 22:06:41 +01:00
maelstrom b80eb03f9d feat(renderer): buggy transparency 2025-03-05 23:55:38 +01:00
maelstrom 28ed11fb53 feat(datatype): float parser 2025-03-05 23:31:16 +01:00
maelstrom 23ac7ee634 feat(renderer): backface culling 2025-03-05 23:18:09 +01:00
maelstrom ac89dea966 fix: arrow handles 2025-03-05 22:52:13 +01:00
maelstrom 4c51ee6904 fix: buggy handles 2/2 (scaling and moving implemented) 2025-02-27 22:35:06 +01:00
maelstrom 5081e18ea7 fix: buggy handles 2025-02-27 22:22:59 +01:00
maelstrom 2895124778 feat: arrow handles 2025-02-26 22:31:58 +01:00
maelstrom a2fd9be6e3 fix: selecting items in explorer doesn't update the rest of the editor 2025-02-26 22:31:33 +01:00
maelstrom e22bb74850 feat: spherical handles + rendering limit increase 2025-02-25 23:31:09 +01:00
maelstrom e082428314 fix: fixed framerate for physics. might make it a little more stable 2025-02-25 09:28:31 +01:00
maelstrom a346b1d9a8 refactor: handle inactive when select tool is selected 2025-02-23 16:45:16 +01:00
maelstrom 4bfca68fb0 feat: grid snapping wrt/ scaling and moving 2025-02-23 16:29:38 +01:00
maelstrom 32964df4c3 fix: smoother scaling and moving 2025-02-23 13:41:28 +01:00
maelstrom fd1037d76a feat: scale caging 2025-02-18 22:56:06 +01:00
maelstrom 64fa46d496 feat: basic moving and resizing support 2025-02-18 22:50:16 +01:00
maelstrom 81d172900b chore: move core module into its own dedicated directory 2025-02-13 23:43:30 +01:00
maelstrom 50f1466fe2 fix: change scale to size 2025-02-09 11:35:19 +01:00
maelstrom fe0dca875c feat: changed material property to color3 2025-02-08 23:42:46 +01:00
maelstrom a3d2026a35 feat: deserialization... among other things 2025-02-07 01:11:09 +01:00
maelstrom 37aafe48f4 feat: instance and property serialization 2025-02-06 19:03:23 +01:00
maelstrom 3c2eae2028 feat: position and rotation properties redux 2025-02-06 00:03:56 +01:00
maelstrom 70f914bba0 feat: pause/resume button 2025-02-05 23:57:02 +01:00
maelstrom 5ee493dc97 feat: replace position and rotation with cframe 2025-02-05 22:19:18 +01:00
maelstrom c7ea5c5563 feat: added vector3 type 2025-02-04 22:32:21 +01:00
maelstrom 8127d5b8f4 fix: made workspace undraggable and unreparentable 2025-02-04 21:53:47 +01:00
maelstrom d49005295f feat: move all objects and workspace into datamodel 2025-02-04 21:44:54 +01:00
maelstrom dc6e9180ff feat: datamodel 2025-02-04 21:32:54 +01:00
maelstrom 5e6c18259f fix: parentLocked randomly getting set because it was not initialized 2025-02-04 21:23:49 +01:00
maelstrom da1f6b1d24 refactor: TYPE_ -> static TYPE 2025-02-04 20:18:58 +01:00
maelstrom 7cf7343406 feat: dragging objects 2025-02-03 00:23:25 +01:00
maelstrom 9437faadaa feat: viewport click-to-select 2025-02-01 22:55:07 +01:00
maelstrom 4caa65a437 intersting 2025-02-01 21:15:53 +01:00
maelstrom eb6436d683 feat: sync part physics on property change 2025-02-01 14:35:06 +01:00
maelstrom 211e667351 fix: objects being parented to themselves/descendents of themselves 2025-02-01 14:18:53 +01:00
maelstrom f9683a69be fix: viewport not resizing with window/widget 2025-01-30 01:24:28 +01:00
maelstrom 9932f2ed53 feat: toggleable booleans 2025-01-29 23:32:13 +01:00
maelstrom 4ed32e44f0 fix: editing non-string values causes crash 2025-01-29 23:19:04 +01:00
maelstrom 49066db8fb feat: properties and datatypes galore 2025-01-29 22:41:24 +01:00
maelstrom 4b29e99a2e feat: explorer toolbar (non-functional) 2025-01-29 16:33:28 +01:00
maelstrom 9968266839 feat: properties pane 2025-01-28 21:27:33 +01:00
maelstrom ce1e4d4f39 feat: runtime property enumeration 2025-01-28 20:14:12 +01:00
maelstrom 9f42b9815f Removed unused header 2025-01-28 19:55:29 +01:00
maelstrom 10999be3b6 feat: drag-and-drop support for explorer 2025-01-26 17:14:55 +01:00
maelstrom f316b26a83 fix: rigidbodies getting destroyed before parts can even get to them 2025-01-23 22:58:38 +01:00