Commit graph

57 commits

Author SHA1 Message Date
1617086692 fix(physics): made the physics slightly less jittery, but only slightly 2025-04-18 21:36:18 +02:00
86c6890ca1 feat(service): added JointsService 2025-04-17 23:38:33 +02:00
1fdd0f4831 feat(datatypes): added instance reference data type 2025-04-17 17:03:43 +02:00
2569e3f56f refactor: replaced optional<weak_ptr<T>> with weak_ptr<T> directly 2025-04-17 16:34:47 +02:00
66d3f80073 feat(logging): log qt messages into logger, rather than into terminal 2025-04-17 15:22:00 +02:00
59427403be feat(joints): added snap joint 2025-04-16 02:25:25 +02:00
9602aa96c0 feat(rendering): basic outline feature 2025-04-12 23:48:13 +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
eeaaef8c88 fix(serialization): no longer aborts if wrong type is parsed 2025-04-10 18:50:36 +02:00
22fcd1e55e refactor(serialization): stop using pointers for xml nodes, they already contain one internally 2025-04-10 18:03:41 +02:00
923c1c99b4 fix(editor): save button not working 2025-04-10 01:58:26 +02:00
7a160cdde8 feat(editor): zooming in/out (kind of) via mouse wheel 2025-04-08 01:15:30 +02:00
6bb01dda36 feat(editor): added sound effects toggle button and resize sound effects 2025-04-07 21:22:54 +02:00
3f44e38788 feat(editor): added surface editing tools 2025-04-07 17:37:54 +02:00
980dc249e9 feat(editor): icon for world/local space toggle 2025-04-07 16:26:39 +02:00
4c0c9cedf8 refactor(editor): turned icons into their own theme 2025-04-07 16:12:15 +02:00
215f8ed500 refactor(instance): added functions for accessing root datamodel and renamed to gDataModel 2025-04-07 13:14:10 +02:00
f2fb3894fb feat(editor): crudely implement new button and add warnings before closing/new 2025-04-05 00:24:51 +02:00
ded68f9693 fix(editor): dragging objects now snaps them 2025-04-04 14:49:28 +02:00
153fbba2d2 fix(editor): inverted rotation 2025-04-03 00:21:27 +02:00
167ff7de07 fix(editor): crash on close save/open dialog 2025-03-31 21:52:21 +02:00
4b79ae6f49 feat(editor): save as 2025-03-31 21:50:46 +02:00
62835505f9 feat(editor): local-space/world-space toggle 2025-03-29 23:38:27 +01:00
4abf480646 feat(editor): added quit button 2025-03-29 22:29:04 +01:00
5bf89b0a2c feat(logging): output view clear button 2025-03-21 00:30:56 +01:00
12116c7c49 feat(logging): added output widget 2025-03-21 00:16:27 +01:00
45f39c3f49 fix: memory leak involving ExplorerModel 2025-03-11 20:42:50 +01:00
12a4ed76b4 feat(editor): export/import models 2025-03-10 23:03:24 +01:00
186d64f28e feat(clipboard): added copy/cut/paste 2025-03-08 22:16:21 +01:00
ac89dea966 fix: arrow handles 2025-03-05 22:52:13 +01:00
5081e18ea7 fix: buggy handles 2025-02-27 22:22:59 +01:00
a346b1d9a8 refactor: handle inactive when select tool is selected 2025-02-23 16:45:16 +01:00
4bfca68fb0 feat: grid snapping wrt/ scaling and moving 2025-02-23 16:29:38 +01:00
64fa46d496 feat: basic moving and resizing support 2025-02-18 22:50:16 +01:00
50f1466fe2 fix: change scale to size 2025-02-09 11:35:19 +01:00
fe0dca875c feat: changed material property to color3 2025-02-08 23:42:46 +01:00
a3d2026a35 feat: deserialization... among other things 2025-02-07 01:11:09 +01:00
37aafe48f4 feat: instance and property serialization 2025-02-06 19:03:23 +01:00
70f914bba0 feat: pause/resume button 2025-02-05 23:57:02 +01:00
d49005295f feat: move all objects and workspace into datamodel 2025-02-04 21:44:54 +01:00
dc6e9180ff feat: datamodel 2025-02-04 21:32:54 +01:00
7cf7343406 feat: dragging objects 2025-02-03 00:23:25 +01:00
9968266839 feat: properties pane 2025-01-28 21:27:33 +01:00
e0eb0ac8bb refactor(editor): moved ExplorerView code to its own file 2025-01-23 11:25:07 +01:00
497b24c03f feat: Basic context menu for explorer 2025-01-20 11:50:47 +01:00
6931aa5b7e feat: More interactive explorer 2025-01-20 11:25:04 +01:00
4ebf8002a5 feat: Added icons to instances in the explorer 2025-01-18 18:50:56 +01:00
fc063ad39f fix: Hierarchy now updates properly 2025-01-18 16:27:43 +01:00