Commit graph

126 commits

Author SHA1 Message Date
166950f08d fix(model): clicking selects root model unless alt is pressed 2025-06-10 20:02:16 +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
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
5f3bed1c58 refactor(enum): made SurfaceType an enum class and added support for enum class in autogen 2025-06-05 00:54:14 +02:00
46856a06e2 feat(autogen): added enums 2025-06-04 23:02:01 +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
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
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
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
778a5e35a4 fix(lua): stack overflow in signal 2025-05-27 21:39:57 +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
cc87d08dad feat(physics): added collision detection with Touched/TouchEnded 2025-05-21 21:58:15 +02:00
18b573db97 refactor(handles): some refactoring with handles 2025-05-18 13:55:16 +02:00
a022e682b7 fix: not compiling on clang 2025-05-17 19:22:02 +02:00
3b60b3b0ec feat(signal): added signal holder to automatically disconnect signals + instance AncestryChanged 2025-05-16 09:43:15 +02:00
d86fd754bd fix(signal): double-free 2025-05-11 12:43:54 +02:00
b9dc280311 feat(lua): connect to signal 2025-05-11 11:26:44 +02:00
7d54e06b06 feat(lua): signals implemented 2025-05-11 10:42:52 +02:00
b0119ac89a feat(lua): added signal type 2025-05-10 23:00:33 +02:00
1c70d2956f fix(lua): calling wait without an argument caused segfault 2025-05-07 10:15:23 +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
26459c9275 feat(lua): added basic threading 2025-05-06 19:44:53 +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
2aae16744e feat(autogen): added libraries for Vector3, CFrame and Color3 2025-05-05 10:35:17 +02:00
879d92f145 feat(autogen): basis for lua-driven datatypes 2025-05-04 12:50:14 +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
e5f543ef4a refactor(autogen): changed the way props and instances are defined via macros 2025-04-30 18:16:35 +02:00
df6e2ac98d fix(part): hinge joint only made if other part intersects the hinge 2025-04-30 17:20:04 +02:00
dcc1f64354 feat(renderer): added cylinder for hinges 2025-04-30 17:10:09 +02:00
d100932a9e fix(part): non-touching parts whos surfaces are on the same plane were joining 2025-04-30 16:45:58 +02:00
0dc8254065 cleanup: cleaned up a few print statements here and there 2025-04-29 23:07:09 +02:00
c291be7552 fix(joints): fixed hinge joint (i am indescribably happy) 2025-04-29 23:05:26 +02:00
fa2ba25c4d fix(part): incorrect comparisons for surface validity 2025-04-29 22:41:03 +02:00