Commit graph

35 commits

Author SHA1 Message Date
722c4acfb4 fix(joints): snap crashing datamodel 2025-04-20 18:50:27 +02:00
1bdb9f146c fix(editor): sort properties alphabetically 2025-04-17 17:05:39 +02:00
2569e3f56f refactor: replaced optional<weak_ptr<T>> with weak_ptr<T> directly 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 2025-04-17 15:22:27 +02:00
bea6f50f13 fix(editor): properties pane not updating automatically 2025-04-15 11:21:56 +02:00
166c5c5ff8 refactor(error): replaced tl::expected with result 2025-04-14 22:55:10 +02:00
ff1f9be5c5 feat(editor): edit composite values, such as individual components of vector3 2025-04-14 01:12:48 +02:00
bfd5881ac8 misc(editor): remove dedenting code as it was getting out of scope for its complexity 2025-04-14 00:48:57 +02:00
17d9b91c3a feat(editor): editable color3 2025-04-13 19:53:36 +02:00
3461198f9a feat(editor): revert value on parse failure + nicer float printing 2025-04-13 19:37:00 +02:00
9cb6327c98 feat(editor): support parsing vector3s 2025-04-13 19:19:52 +02:00
7e14e3f968 feat(editor): spinbox for floats 2025-04-13 18:32:06 +02:00
c19b428830 feat(editor): editing properties in new widget 2025-04-13 16:15:29 +02:00
e8ca7e8a9e feat(editor): new properties widget 2025-04-13 15:15:23 +02:00
07272dbe95 fix(editor): getSelection not properly representing selection 2025-04-12 15:07:33 +02:00
83c6d210e2 refactor: cleaned up some includes 2025-04-10 23:06:51 +02:00
215f8ed500 refactor(instance): added functions for accessing root datamodel and renamed to gDataModel 2025-04-07 13:14:10 +02:00
92a68925d9 feat(logging): replaced printfs with logger calls 2025-03-17 21:22:53 +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
28ed11fb53 feat(datatype): float parser 2025-03-05 23:31:16 +01:00
a2fd9be6e3 fix: selecting items in explorer doesn't update the rest of the editor 2025-02-26 22:31:33 +01:00
37aafe48f4 feat: instance and property serialization 2025-02-06 19:03:23 +01:00
c7ea5c5563 feat: added vector3 type 2025-02-04 22:32:21 +01:00
8127d5b8f4 fix: made workspace undraggable and unreparentable 2025-02-04 21:53:47 +01:00
d49005295f feat: move all objects and workspace into datamodel 2025-02-04 21:44:54 +01:00
da1f6b1d24 refactor: TYPE_ -> static TYPE 2025-02-04 20:18:58 +01:00
9437faadaa feat: viewport click-to-select 2025-02-01 22:55:07 +01:00
9932f2ed53 feat: toggleable booleans 2025-01-29 23:32:13 +01:00
4ed32e44f0 fix: editing non-string values causes crash 2025-01-29 23:19:04 +01:00
49066db8fb feat: properties and datatypes galore 2025-01-29 22:41:24 +01:00
9968266839 feat: properties pane 2025-01-28 21:27:33 +01:00
10999be3b6 feat: drag-and-drop support for explorer 2025-01-26 17:14:55 +01:00
e0eb0ac8bb refactor(editor): moved ExplorerView code to its own file 2025-01-23 11:25:07 +01:00