|
2dc9df4d1f
|
feat(editor): insert objects from context menu
|
2025-04-23 19:54:06 +02:00 |
|
|
c26c9aaeef
|
fix(jointsservice): clear children after initializing
|
2025-04-23 19:53:44 +02:00 |
|
|
6799b93a06
|
misc(datatypes): added alias for vector3, cframe, and color3 via using
|
2025-04-23 19:33:59 +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 |
|
|
76ceaae25b
|
chore: build reactphysics3d automatically via vcpkg
|
2025-04-21 23:10:26 +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 |
|
|
cab5ec0514
|
feat(instance): added clone method
|
2025-04-20 01:04:59 +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 |
|
|
452c61ef90
|
feat(editor): circle around rotation handles
|
2025-04-17 22:04:52 +02:00 |
|
|
1bdb9f146c
|
fix(editor): sort properties alphabetically
|
2025-04-17 17:05:39 +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 |
|
|
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 |
|
|
66d3f80073
|
feat(logging): log qt messages into logger, rather than into terminal
|
2025-04-17 15:22:00 +02:00 |
|
|
5564fddc21
|
fix(editor): pseudo-fix for parts getting shrunk past the limit of their snapping factor
|
2025-04-17 02:09:40 +02:00 |
|
|
2f16d3b835
|
fix(editor): dragging objects starts from the initial drag point
|
2025-04-16 17:06:51 +02:00 |
|
|
59427403be
|
feat(joints): added snap joint
|
2025-04-16 02:25:25 +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 |
|
|
d972f98ea4
|
feat(editor): multi-select objects in view
|
2025-04-12 23:55:08 +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 |
|
|
07272dbe95
|
fix(editor): getSelection not properly representing selection
|
2025-04-12 15:07:33 +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 |
|
|
b31e90ef68
|
fix(editor): stopped relying on QSound which doesn't exist in Qt6
|
2025-04-08 01:37:52 +02:00 |
|
|
7a160cdde8
|
feat(editor): zooming in/out (kind of) via mouse wheel
|
2025-04-08 01:15:30 +02:00 |
|
|
530789f0b3
|
fix(editor): align studs to dominant side when dragging
|
2025-04-08 00:13:43 +02:00 |
|
|
6bb01dda36
|
feat(editor): added sound effects toggle button and resize sound effects
|
2025-04-07 21:22:54 +02:00 |
|
|
f88e4e2416
|
fix(editor): attempt to fix dragging not snapping correctly
|
2025-04-07 20:57:58 +02:00 |
|
|
2be964acda
|
feat(editor): sound :)
|
2025-04-07 18:08:35 +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 |
|