Commit graph

15 commits

Author SHA1 Message Date
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
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
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
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
e5f543ef4a refactor(autogen): changed the way props and instances are defined via macros 2025-04-30 18:16:35 +02:00
06a5f91769 refactor: moved GetClass and TYPE into AUTOGEN_PREAMBLE 2025-04-26 19:18:51 +02:00
a2e2210998 feat(autogen): convert classes to new autogen annotations 2025-04-26 13:19:47 +02:00
4bd1110202 fix(lua): better print function, and override require 2025-04-25 02:01:52 +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