|
497cbc51e0
|
misc(misc): debugging stuff
|
2025-08-29 00:13:29 +02:00 |
|
|
7352b53a94
|
refactor(misc): replaced instances of optional<shared_ptr> with nullable shared_ptr
|
2025-08-29 00:13:29 +02:00 |
|
|
93984ce1c0
|
fix(editor): hidden internal services
|
2025-08-14 17:21:55 +02:00 |
|
|
0991f31e57
|
fix(editor): undo state for moving objects in the explorer
|
2025-07-08 00:50:46 +02:00 |
|
|
2b650c0fed
|
chore: added warnings and dependencies. also fixed warnings
|
2025-06-05 20:19:36 +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 |
|
|
c081469a49
|
feat(lua): added basis for lua scripting
|
2025-04-24 17:08:22 +02:00 |
|
|
2dc9df4d1f
|
feat(editor): insert objects from context menu
|
2025-04-23 19:54:06 +02:00 |
|
|
83c6d210e2
|
refactor: cleaned up some includes
|
2025-04-10 23:06:51 +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 |
|
|
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 |
|
|
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 |
|