|
52cfa69a6e
|
fix(editor): replaced QSoundEffect with Miniaudio
|
2025-08-12 01:05:33 +02:00 |
|
|
2ed8c83ec3
|
tempfix(editor): gl 3.3 and qsoundeffect not working on linux
|
2025-08-11 21:59:09 +02:00 |
|
|
d79d4e3b4a
|
feat(editor): added version string to client and editor
|
2025-07-19 04:47:57 +02:00 |
|
|
41c5b74527
|
feat(editor): click on stack trace to go to line in script
|
2025-07-13 16:58:30 +02:00 |
|
|
e28436b76c
|
feat(editor): command bar
|
2025-07-13 16:58:30 +02:00 |
|
|
2047ed6d65
|
fix(editor): fixed a few dark-theme-related bugs under windows
|
2025-07-13 16:58:30 +02:00 |
|
|
fc105400e3
|
fix(editor): group/ungroup-ing not creating history states
|
2025-07-08 00:31:45 +02:00 |
|
|
c2135b2f8c
|
fix(editor): script not reopening after being closed
|
2025-07-07 22:21:16 +02:00 |
|
|
6f66b9540e
|
fix(editor): clicking save on the do you want to save dialog cancels the operation
|
2025-06-25 15:14:44 +02:00 |
|
|
d3ea7cc0cd
|
fix(editor): reset undo history on load/new
|
2025-06-25 01:21:03 +02:00 |
|
|
cef5db5b2d
|
feat(editor): undo/redo action buttons reflect state
|
2025-06-23 17:46:52 +02:00 |
|
|
b5fc91eea0
|
feat(editor): undoing and redoing
|
2025-06-23 17:40:56 +02:00 |
|
|
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 |
|