Commit graph

300 commits

Author SHA1 Message Date
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
cc87d08dad feat(physics): added collision detection with Touched/TouchEnded 2025-05-21 21:58:15 +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
b06098e4c7 feat(renderer): added aabb selection outline 2025-05-18 13:55:16 +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
a022e682b7 fix: not compiling on clang 2025-05-17 19:22:02 +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
3b60b3b0ec feat(signal): added signal holder to automatically disconnect signals + instance AncestryChanged 2025-05-16 09:43:15 +02:00
0acc2d8857 fix(autogen): fixed segfault/double-free in datatypes 2025-05-11 14:46:00 +02:00
c5fd1321e5 chore: updated deps.txt 2025-05-11 14:15:43 +02:00
b168e87e37 feat(signal): once and disconnect 2025-05-11 13:31:34 +02:00
6e1cfcac80 feat(signal): wait function 2025-05-11 13:20:36 +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
12ef549a12 feat(autogen): added support for overloaded methods/constructors 2025-05-05 14:33:22 +02:00
811d377669 feat(autogen): add support for constructor 2025-05-05 13:56:45 +02:00
2aae16744e feat(autogen): added libraries for Vector3, CFrame and Color3 2025-05-05 10:35:17 +02:00
f5727f3b03 feat(autogen): implement tostring and miscellania 2025-05-04 19:04:37 +02:00
49dfeec18c feat(autogen): implement methods 2025-05-04 18:22:34 +02:00
879d92f145 feat(autogen): basis for lua-driven datatypes 2025-05-04 12:50:14 +02:00
fc1c4a06f1 feat(autogen): annotated datatypes 2025-05-03 19:12:30 +02:00
66f7f0bea6 refactor(autogen): moved object-related autogeneration into its own namespace/directory 2025-05-03 18:38:27 +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
e5f543ef4a refactor(autogen): changed the way props and instances are defined via macros 2025-04-30 18:16:35 +02:00
fc998a1c3f fix(editor): scaling a part without snapping causes endless clicking 2025-04-30 17:21:49 +02:00