Commit graph

15 commits

Author SHA1 Message Date
b5fc91eea0 feat(editor): undoing and redoing 2025-06-23 17:40:56 +02:00
10d69ce7ac refactor(datatypes): generified types allowing a parameter to be specified for enum type and instance type. Also made deserialization fallible 2025-06-03 00:49:29 +02:00
0f44012e33 refactor(datatypes): changed how typeinfo works 2025-06-02 00:36:26 +02:00
5f6ff971d2 refactor(datatypes): complete refactor of how datatypes work and removal of wrapper classes for bool, string etc. 2025-05-31 23:08:13 +02:00
497a3f783c refactor(misc): removed InstanceRef and InstanceRefWeak type aliases due to confusion with Data::InstanceRef
Possible alternative names: Object and ObjectWeak
2025-05-30 01:27:22 +02:00
30d00a7de2 fix(editor): properties view setting/unsetting anchored and locked properties erroneously 2025-04-28 01:27:12 +02:00
2569e3f56f refactor: replaced optional<weak_ptr<T>> with weak_ptr<T> directly 2025-04-17 16:34:47 +02:00
bea6f50f13 fix(editor): properties pane not updating automatically 2025-04-15 11:21:56 +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
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
83c6d210e2 refactor: cleaned up some includes 2025-04-10 23:06:51 +02:00
9968266839 feat: properties pane 2025-01-28 21:27:33 +01:00