|
6800ac27f3
|
refactor(selection): replaced with Selection instance
|
2025-06-23 17:34:24 +02:00 |
|
|
54e1576eb1
|
refactor(editor): license code
|
2025-06-22 20:48:20 +02:00 |
|
|
166950f08d
|
fix(model): clicking selects root model unless alt is pressed
|
2025-06-10 20:02:16 +02:00 |
|
|
e4beeabd6e
|
feat: added GPLv3 license
|
2025-06-09 22:50:40 +02:00 |
|
|
7a1a42788e
|
fix(autogen): fixed compilation on windows + clang dependency
|
2025-06-08 16:36:25 +02:00 |
|
|
c8880e0edc
|
feat(editor): drag-and-drop open file
|
2025-05-31 17:32:08 +02:00 |
|
|
14b0667fc9
|
feat(editor): right-click context menu in main gl widget
|
2025-05-31 02:04:38 +02:00 |
|
|
19b6489476
|
feat(model): added model container object for parts
|
2025-05-30 02:15:44 +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 |
|
|
215fa141b6
|
refactor(selection): made selection shared_ptr rather than weak_ptr
|
2025-05-30 01:20:08 +02:00 |
|
|
9ca0bb0cec
|
feat(editor): hyperlink in stack trace
|
2025-05-23 02:00:27 +02:00 |
|
|
1cbb349e05
|
feat(logging): better error logging with stack trace in lua
|
2025-05-23 00:59:31 +02:00 |
|
|
a74b409459
|
fix(editor): lua theme on light mode
|
2025-05-20 19:05:49 +02:00 |
|
|
18b573db97
|
refactor(handles): some refactoring with handles
|
2025-05-18 13:55:16 +02:00 |
|
|
de0acda8ac
|
feat(editor): delete script document if script is deleted. also prevent duplicates
|
2025-05-16 09:43:44 +02:00 |
|
|
a1bd6e1bbc
|
feat(editor): added buttons for hinge and motor
|
2025-05-06 18:58:14 +02:00 |
|
|
621ae30464
|
cleanup: detangled many includes
|
2025-05-06 15:58:49 +02:00 |
|
|
deb72660da
|
feat(editor): darcula theme for lua
|
2025-05-03 12:14:12 +02:00 |
|
|
22291e6a60
|
wip(joints): hinge joint
|
2025-04-29 22:10:21 +02:00 |
|
|
99440cc3ee
|
feat(script): added code to actually run lua code
|
2025-04-24 20:43:19 +02:00 |
|
|
1858c703c7
|
feat(editor): added script document
|
2025-04-24 15:31:59 +02:00 |
|
|
1ba9911036
|
refactor(editor): turned main view into its own document
|
2025-04-24 00:58:36 +02:00 |
|
|
c26c9aaeef
|
fix(jointsservice): clear children after initializing
|
2025-04-23 19:53:44 +02:00 |
|
|
d4f7582780
|
fix(joint): error in continuity check leading to infinity loop then segfault
|
2025-04-23 18:08:05 +02:00 |
|
|
6a461143a4
|
refactor(joint): abstracted jointinstance into its own class away from snap
|
2025-04-23 17:39:30 +02:00 |
|
|
587629fcdd
|
fix(physics): prevent double-joining
|
2025-04-23 15:15:58 +02:00 |
|
|
4b799f75d4
|
fix(physics): reset velocity on move + update property so that joints break
|
2025-04-23 12:49:18 +02:00 |
|
|
722c4acfb4
|
fix(joints): snap crashing datamodel
|
2025-04-20 18:50:27 +02:00 |
|
|
e9757ab306
|
feat(datamodel): cloning the datamodel
|
2025-04-20 17:36:38 +02:00 |
|
|
c4ad7d5620
|
feat(editor): basics for run/edit mode
|
2025-04-20 00:17:19 +02:00 |
|
|
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 |
|