Commit graph

246 commits

Author SHA1 Message Date
Filip Tibell
66e122ea63
Rewrite setup subcommand to be more permissive and user friendly 2023-06-28 12:10:17 +02:00
Filip Tibell
65f2319a64
Add support for init files 2023-06-28 10:58:02 +02:00
Filip Tibell
518e263c69
Remove dependency on blocking crate 2023-06-28 10:33:37 +02:00
Filip Tibell
e0f5e65ff6
Update rbx-dom 2023-06-26 12:34:39 +02:00
Filip Tibell
4cf8905768
Downgrade rbx-dom 2023-06-17 21:14:09 +02:00
reggie
aaa0977d54
Add TLS support for net.socket(), fix WebSocket.closeCode behavior (#57) 2023-06-15 22:36:05 +02:00
Filip Tibell
3bc0e129b3
Add test for automatic decompression in net builtin 2023-06-12 10:00:00 +02:00
Filip Tibell
52c6f21aba
Remove legacy globals for builtins (finally) 2023-06-12 09:39:05 +02:00
Filip Tibell
bcdc5f14a5
Finish up serde compression, implement tests 2023-06-12 08:51:14 +02:00
Filip Tibell
4d5bf6c2ae
Improve error reporting for bad arguments to rust functions 2023-06-08 14:52:17 +02:00
Filip Tibell
1247196c35
Upgrade to mlua version 0.9 2023-06-08 14:25:44 +02:00
Filip Tibell
63f623647b
Make sure print and warn globals also flush stdout 2023-06-08 12:30:16 +02:00
Filip Tibell
71cf5e7c96
Update dependencies 2023-06-08 12:23:33 +02:00
Filip Tibell
5d72132ecc
Fix remaining issues with home dir script discovery 2023-06-08 11:56:35 +02:00
Filip Tibell
0773dc024a
Fix list subcommand not printing multiline descriptions properly 2023-06-08 11:31:26 +02:00
Filip Tibell
c063230f4c
Implement home dir script discovery 2023-06-08 11:09:52 +02:00
Filip Tibell
151d8cc945
typeof now returns roblox type names 2023-05-26 09:38:11 +02:00
Filip Tibell
048b444859
Remove printinfo global 2023-05-24 11:21:48 +02:00
Filip Tibell
2297350c6e
Migrate roblox builtin functions for place & model files to more flexible APIs 2023-05-20 14:23:51 +02:00
Filip Tibell
6628220429
Implement automatic decompression of net responses 2023-05-20 13:25:14 +02:00
Filip Tibell
b42c69f9c4
Update dependencies and Luau version 2023-05-20 10:12:40 +02:00
Filip Tibell
ad59ae01d4
Implement recursive arg for instance find methods, remove FindFirstDescendant 2023-05-20 10:02:06 +02:00
Filip Tibell
e0ba2579d9
Replace CollectionService implementation with native instance tag APIs 2023-05-20 09:49:55 +02:00
Filip Tibell
dc0d693d1a
Add lz4 compression format 2023-05-20 09:22:50 +02:00
Filip Tibell
860c696212
Implement compression in serde builtin 2023-05-19 17:01:59 +02:00
Filip Tibell
2b94dbabe0
Add support for writing arbitrary bytes to stdout/stderr 2023-05-19 13:49:54 +02:00
metrowaii
2931aa690c
Flush buffer on write and ewrite (#47) 2023-05-18 20:28:33 +02:00
Filip Tibell
0db32ad4c4
Actually, lets just not process the typedefs at all 2023-05-14 22:01:44 +02:00
Filip Tibell
93470b50af
Fix syntax errors in generated typedef files 2023-05-14 21:35:36 +02:00
Filip Tibell
f7d82f08b0
Try to automatically add typedefs to vscode settings or print them out 2023-05-14 21:20:52 +02:00
Filip Tibell
85bbcaabaa
Show deprecation message for generation commands 2023-05-14 20:42:19 +02:00
Filip Tibell
66aa1fc9ea
First draft for new setup & typedefs generation 2023-05-08 13:13:34 +02:00
Filip Tibell
3c204ee883
Update cargo manifest to use new dependency structure 2023-05-06 10:45:17 +02:00
Filip Tibell
3071a1154c
Release workflow improvements, hopefully windows on arm support 2023-05-06 10:35:18 +02:00
Filip Tibell
2d3389dd32
Make windows arm-specific dependency more specific 2023-05-06 09:53:42 +02:00
Filip Tibell
6f1081fe4f
Rustls not supported on windows on arm, use default tls 2023-05-06 09:45:13 +02:00
Filip Tibell
3cc514a301
Fix gitbook formatting 2023-05-01 12:20:42 +02:00
Filip Tibell
d4d9108947
Added global types to documentation site 2023-05-01 12:18:15 +02:00
Filip Tibell
1559e69de6
Add missing feature needed for docs file generation 2023-04-30 21:00:36 +02:00
Filip Tibell
710b945b03
Set up logger in cli 2023-04-30 20:48:47 +02:00
Filip Tibell
a6ed00ad33
Fix _G 2023-04-29 11:02:46 +02:00
Filip Tibell
cd434cf68c
Update dependencies 2023-04-29 10:53:39 +02:00
Filip Tibell
904ffcd212
Improve docs generation, add function types 2023-04-29 10:20:42 +02:00
Filip Tibell
0d06e096c5
Make _VERSION global consistently formatted and add runtime version to it 2023-04-20 08:52:54 +02:00
Filip Tibell
a1c78c4ab9
Fix typo in process lib 2023-04-20 08:19:44 +02:00
Filip Tibell
cc3772680f
Fix using instances as keys in tables 2023-03-31 10:51:40 +02:00
Filip Tibell
03680eccc6
Fix access of special instance link properties on some classes 2023-03-27 15:59:06 +02:00
Filip Tibell
9b568aa8ec
Respect tostring metamethods when printing 2023-03-27 13:00:45 +02:00
Filip Tibell
a82624023f
Fix CFrame math 2023-03-27 12:48:51 +02:00
Filip Tibell
7c9a1bef86
Fix integer attributes 2023-03-26 12:43:01 +02:00