|
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 |
|
|
e5c8bdd2e2
|
feat(editor): multi-select rotation
|
2025-05-31 01:53:28 +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 |
|
|
18b12ea1ad
|
refactor(editor): multi-object move support + more handle jank refactor
|
2025-05-27 03:13:49 +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 |
|
|
e0ac5398f3
|
feat(editor): added fallback icons for windows
|
2025-05-20 19:31:31 +02:00 |
|
|
a74b409459
|
fix(editor): lua theme on light mode
|
2025-05-20 19:05:49 +02:00 |
|
|
b9f68ee160
|
refactor(handles): changed the way handle cframes are computed
|
2025-05-18 19:06:01 +02:00 |
|
|
18b573db97
|
refactor(handles): some refactoring with handles
|
2025-05-18 13:55:16 +02:00 |
|
|
882a215b36
|
feat(editor): basic autocomplete
|
2025-05-17 21:38:01 +02:00 |
|
|
5e605a9692
|
feat(editor): customized lexer to add custom keywords
|
2025-05-17 20:34:10 +02:00 |
|
|
6f9856c384
|
fix(editor): automatically find monospace font
|
2025-05-16 10:41:47 +02:00 |
|
|
de0acda8ac
|
feat(editor): delete script document if script is deleted. also prevent duplicates
|
2025-05-16 09:43:44 +02:00 |
|
|
626be7107f
|
feat(lua): added delay global + fixed issues with waiting
|
2025-05-07 01:46:19 +02:00 |
|
|
13cad8e01a
|
feat(lua): implemented coroutines for scripts + wait()
|
2025-05-06 21:36:05 +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 |
|
|
590ecbe5ec
|
feat(joints): added parameters for motor joint
|
2025-05-02 21:28:00 +02:00 |
|
|
47d720f438
|
feat(joint): added motor
|
2025-05-01 16:45:12 +02:00 |
|
|
fc998a1c3f
|
fix(editor): scaling a part without snapping causes endless clicking
|
2025-04-30 17:21:49 +02:00 |
|
|
0dc8254065
|
cleanup: cleaned up a few print statements here and there
|
2025-04-29 23:07:09 +02:00 |
|
|
22291e6a60
|
wip(joints): hinge joint
|
2025-04-29 22:10:21 +02:00 |
|
|
30d00a7de2
|
fix(editor): properties view setting/unsetting anchored and locked properties erroneously
|
2025-04-28 01:27:12 +02:00 |
|
|
9be6c103de
|
feat(lua): deserializing values and setting instance properties
|
2025-04-25 11:32:11 +02:00 |
|
|
99440cc3ee
|
feat(script): added code to actually run lua code
|
2025-04-24 20:43:19 +02:00 |
|
|
c081469a49
|
feat(lua): added basis for lua scripting
|
2025-04-24 17:08:22 +02:00 |
|
|
4cfb327b65
|
feat(script): added source property
|
2025-04-24 16:33:34 +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 |
|
|
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 |
|