Commit graph

51 commits

Author SHA1 Message Date
Filip Tibell
422a097598
Fix .editorconfig and formatting 2023-06-08 11:15:41 +02:00
Filip Tibell
048b444859
Remove printinfo global 2023-05-24 11:21:48 +02:00
Filip Tibell
73efb5fc99
More typedef improvements for roblox builtin 2023-05-20 19:49:37 +02:00
Filip Tibell
f1c62245da
Minor fixes for remodel migration module 2023-05-20 19:25:32 +02:00
Filip Tibell
83303cf5e6
Write remodel migration module, improve roblox builtin typings 2023-05-20 18:11:57 +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
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
d2ed3bdd5d
Merge branch 'main' of https://github.com/filiptibell/lune 2023-05-14 22:22:17 +02:00
Filip Tibell
80e47baded
Migrate tests to using new require builtins syntax and typedefs 2023-05-14 22:16:58 +02:00
Filip Tibell
0db32ad4c4
Actually, lets just not process the typedefs at all 2023-05-14 22:01:44 +02:00
Filip Tibell
06051c0bbd
Update editor setup docs 2023-05-14 21:28:30 +02:00
boatbomber
6ea8326939
Fix invalid code in doc example 2023-05-09 20:06:03 -04:00
Filip Tibell
66aa1fc9ea
First draft for new setup & typedefs generation 2023-05-08 13:13:34 +02:00
Filip Tibell
904ffcd212
Improve docs generation, add function types 2023-04-29 10:20:42 +02:00
Filip Tibell
9b568aa8ec
Respect tostring metamethods when printing 2023-03-27 13:00:45 +02:00
Filip Tibell
734fa5d46d
Update roblox api status 2023-03-25 20:55:38 +01:00
Filip Tibell
22ab18026b
Implement attributes & instance ref properties for roblox lib 2023-03-25 10:48:14 +01:00
Filip Tibell
4023521f95
Fix roblox builting typedefs 2023-03-24 18:48:42 +01:00
Filip Tibell
eacc74d24a
Remove unnecessary intro page from docs 2023-03-24 12:55:23 +01:00
Filip Tibell
2c6e84bbc1
Clean up docs & their links 2023-03-24 11:56:42 +01:00
Filip Tibell
d0094ec0d1
Start migration to using gitbook for docs 2023-03-24 11:34:19 +01:00
Filip Tibell
e17b25708b
Add typedefs for roblox builtin 2023-03-24 11:10:11 +01:00
Filip Tibell
b7d1c9c438
Split up typedefs & document builtins a bit better 2023-03-24 10:45:18 +01:00
Filip Tibell
bd38bf536c
Add static functions to API reference for roblox lib 2023-03-22 20:46:11 +01:00
Filip Tibell
d802288906
Update wiki with new roblox builtin 2023-03-22 20:08:55 +01:00
Filip Tibell
dfe32b602c
Fix renamed type in type definitions 2023-03-22 19:01:18 +01:00
Filip Tibell
06ba6b867e
Implement url encoding & decoding in net 2023-03-21 17:48:07 +01:00
Filip Tibell
9e6cd4b0af
Move net encode/decode into serde builtin instead 2023-03-21 16:48:28 +01:00
Filip Tibell
a4ee9a2e84
Fix some incorrect docs 2023-03-08 13:05:19 +01:00
Filip Tibell
8e168d3a9d
Add support for absolute file paths in the CLI 2023-03-08 12:09:45 +01:00
Filip Tibell
cbd4ba967e
Implement passing scripts to cli through stdin, minor bug fix 2023-03-07 22:07:53 +01:00
Filip Tibell
d01d2a27f4
Improve websocket behavior, implement close code 2023-03-02 19:46:17 +01:00
Filip Tibell
7d75d5c52f
Version 0.5.1 2023-02-25 13:41:50 +01:00
Filip Tibell
e340321604
Add editorconfig, fix some formatting 2023-02-24 10:17:52 +01:00
Filip Tibell
58ecbdb121
Fully featured wiki & slimmed down readme 2023-02-23 18:43:18 +01:00
Filip Tibell
3a57e1fdc2
Add all pages & sidebar for wiki, make naming of global types more consistent 2023-02-23 16:07:09 +01:00
Filip Tibell
c9e541c26b
Add workflow for generating and publishing to wiki 2023-02-23 14:12:25 +01:00
Filip Tibell
9fd6f66686
Add support for query pairs in net.request params 2023-02-23 11:31:42 +01:00
Filip Tibell
26c880c7a0
Document all global and user-accessible types 2023-02-23 11:11:47 +01:00
Filip Tibell
a59753569f
Implement tests for new fs move api 2023-02-23 10:20:57 +01:00
Filip Tibell
1fdc6d088c
Implement API for moving / renaming files and / or directories 2023-02-23 00:00:48 +01:00
Filip Tibell
ec040e420e
Generate full wiki from typedefs file 2023-02-22 22:10:20 +01:00
Filip Tibell
8e894c7ac9
Use new typedefs parser to generate docs file 2023-02-22 14:25:50 +01:00
Filip Tibell
f4c55ff2cf
Implement most of the selene typedefs generation 2023-02-21 22:14:00 +01:00
Filip Tibell
c252db4598
Finish new docs parser 2023-02-21 21:06:11 +01:00
Filip Tibell
edf225e888
Add os and arch constants to process global 2023-02-21 16:45:31 +01:00