Commit graph

339 commits

Author SHA1 Message Date
f93b33c012 fix(datatypes): Vector3 augmented assignments not updating self, resulting in broken scaling 2025-06-10 20:53:36 +02:00
8df049d6c3 fix(editor): make models draggable 2025-06-10 20:21:01 +02:00
166950f08d fix(model): clicking selects root model unless alt is pressed 2025-06-10 20:02:16 +02:00
3f7ad90f5b chore: retroactively open-sourced older commits 2025-06-09 22:50:51 +02:00
e4beeabd6e feat: added GPLv3 license 2025-06-09 22:50:40 +02:00
c412546209 chore: added notice and disabled warnings for file 2025-06-08 16:37:39 +02:00
7a1a42788e fix(autogen): fixed compilation on windows + clang dependency 2025-06-08 16:36:25 +02:00
2bf5a269d6 fix(cmake): hacky workaround for qscintilla 2025-06-08 16:34:18 +02:00
61b49bcc67 chore: fixed qscintilla on windows 2025-06-08 16:34:18 +02:00
3cb5d34ced chore: ported lua to vcpkg 2025-06-08 16:34:18 +02:00
a16643dbab fix(lua): iwyu causing bad headers to be included 2025-06-08 16:28:14 +02:00
9d72d7f47a fix(editor): DataModel not remembering file path when opening rather than saving 2025-06-08 03:50:13 +02:00
6d733e82d4 fix(lua): missing tab between arguments in print statement 2025-06-08 03:49:51 +02:00
0ca65b1306 fix(misc): more compatibility changes 2025-06-08 03:38:32 +02:00
c7b9e873ee chore: fix builds on non-linux systems 2025-06-07 01:04:01 +02:00
0c4ef35ac7 fix(editor): PartAssembly not notifying properties pane of changes to Position and Rotation 2025-06-05 23:52:53 +02:00
d5e24bf3ca refactor(autogen): changed type of size in Part to Vector3 and removed vec3 from autogen 2025-06-05 20:36:37 +02:00
2b650c0fed chore: added warnings and dependencies. also fixed warnings 2025-06-05 20:19:36 +02:00
253c617d19 fix(instance): not compiling due to bad usage of std::make_shared 2025-06-05 16:56:25 +02:00
f5931c746d feat(lua): added missing tostrings and removed debug starter objects 2025-06-05 15:31:07 +02:00
5f726ad92b fix(editor): combo box closes immediately now, and spinbox allows negative values 2025-06-05 15:22:15 +02:00
5f3bed1c58 refactor(enum): made SurfaceType an enum class and added support for enum class in autogen 2025-06-05 00:54:14 +02:00
6a58aa7fbd feat(editor): enum support in properties pane 2025-06-05 00:46:31 +02:00
1f296e5fe4 feat(autogen): enum integration with objects 2025-06-05 00:24:25 +02:00
46856a06e2 feat(autogen): added enums 2025-06-04 23:02:01 +02:00
53b1788588 feat(editor): click-off to deselect 2025-06-04 18:47:43 +02:00
10d69ce7ac refactor(datatypes): generified types allowing a parameter to be specified for enum type and instance type. Also made deserialization fallible 2025-06-03 00:49:29 +02:00
5149e34723 refactor(datatypes): more refactoring to allow for enums 2025-06-02 18:39:39 +02:00
0f44012e33 refactor(datatypes): changed how typeinfo works 2025-06-02 00:36:26 +02:00
bb67a246e2 fix(datatypes): signal type descriptor error 2025-06-02 00:35:38 +02:00
f9fc8c8cae feat(datatypes): basis for enums 2025-06-02 00:06:16 +02:00
5f6ff971d2 refactor(datatypes): complete refactor of how datatypes work and removal of wrapper classes for bool, string etc. 2025-05-31 23:08:13 +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
e5c8bdd2e2 feat(editor): multi-select rotation 2025-05-31 01:53:28 +02:00
80ec1a9132 feat(editor): icon for ServerScriptService 2025-05-30 21:45:39 +02:00
1af34a21fa feat(physics): last part of model that falls off world destroys model too 2025-05-30 02:19:44 +02:00
964c733f53 feat(physics): parts fallen beyond fall height get automatically destroyed 2025-05-30 02:15:58 +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
f6d5ebd7c7 feat(instance): folder, AKA probably one of if not the most useless features thus far 2025-05-30 00:40:04 +02:00
8b7fef624f feat(serialization): serialize instance references 2025-05-29 22:15:05 +02:00
3a3b2d12c9 fix(lua): use-after-free in signal connection (thread) 2025-05-27 22:13:45 +02:00
778a5e35a4 fix(lua): stack overflow in signal 2025-05-27 21:39:57 +02:00
18b12ea1ad refactor(editor): multi-object move support + more handle jank refactor 2025-05-27 03:13:49 +02:00
49f29b6af1 fix(lua): signal functions were being deleted after being called 2025-05-26 15:08:16 +02:00
5fdc745259 fix(lua): waitingThreads was not reset causing crash on re-play 2025-05-23 02:19:05 +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