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 |
|
Filip Tibell
|
5cc8ba9d8e
|
Fix setting attributes on empty instances
|
2023-03-26 12:07:55 +02:00 |
|
Filip Tibell
|
0c46a82b10
|
Fix crash when saving unsupported attributes
|
2023-03-26 11:54:44 +02:00 |
|
Filip Tibell
|
309958deed
|
Fix instance reference property crash
|
2023-03-26 11:52:38 +02:00 |
|
Filip Tibell
|
f1b780af7d
|
Fix roblox document error messages missing details
|
2023-03-26 11:32:40 +02:00 |
|
Filip Tibell
|
8799c26191
|
Add tests for datamodel & collectionservice
|
2023-03-26 09:38:59 +02:00 |
|
Filip Tibell
|
5e898858ae
|
Implement roblox instance tags & CollectionService
|
2023-03-25 20:54:15 +01:00 |
|
Filip Tibell
|
dcec0e6ad3
|
Finish up roblox instance method test suite
|
2023-03-25 18:04:19 +01:00 |
|
Filip Tibell
|
e9bea839b3
|
Replace lazy_static with once_cell
|
2023-03-25 17:37:12 +01:00 |
|
Filip Tibell
|
c43d164c6a
|
Implement more instance method tests
|
2023-03-25 17:07:08 +01:00 |
|
Filip Tibell
|
6895b66550
|
Fix unnecessary error message printing for destroyed instances
|
2023-03-25 16:46:46 +01:00 |
|
Filip Tibell
|
580ed6414c
|
Implement proper cloning of instance reference properties for instance cloning
|
2023-03-25 16:13:26 +01:00 |
|
Filip Tibell
|
e041f3e2ea
|
Add test for instance attributes, fix binary strings
|
2023-03-25 11:39:32 +01:00 |
|
Filip Tibell
|
8b0edc8dae
|
Fix access of roblox instance reference properties when they are not set
|
2023-03-25 11:12:09 +01:00 |
|
Filip Tibell
|
25f46c10a8
|
Add in restrictions for roblox attribute names
|
2023-03-25 11:00:22 +01:00 |
|
Filip Tibell
|
22ab18026b
|
Implement attributes & instance ref properties for roblox lib
|
2023-03-25 10:48:14 +01:00 |
|
Filip Tibell
|
587a1c796d
|
Finish gitbook gen command
|
2023-03-24 12:51:37 +01:00 |
|
Filip Tibell
|
673c193228
|
Fix docs gen
|
2023-03-24 12:38:27 +01:00 |
|
Filip Tibell
|
9cf6c0f44f
|
Replace references to wiki with gitbook
|
2023-03-24 11:46:22 +01:00 |
|
Filip Tibell
|
124c0d06b5
|
Fix roblox builtin writing mysterious root instances
|
2023-03-23 09:42:24 +01:00 |
|
Filip Tibell
|
3a36a9dd1b
|
Add function for roblox auth cookie
|
2023-03-22 20:20:43 +01:00 |
|
Filip Tibell
|
d802288906
|
Update wiki with new roblox builtin
|
2023-03-22 20:08:55 +01:00 |
|
Filip Tibell
|
bf574607fb
|
Make new async require work with concurrent requires
|
2023-03-22 18:16:45 +01:00 |
|
Filip Tibell
|
ed07409dbc
|
Fix selene typedefs generation
|
2023-03-22 16:40:43 +01:00 |
|
Filip Tibell
|
440d5f7ab1
|
Fix tests being flaky
|
2023-03-22 14:12:05 +01:00 |
|
Filip Tibell
|
94c1f42dbe
|
Implement proper access of default properties for roblox instances
|
2023-03-22 13:51:18 +01:00 |
|
Filip Tibell
|
201f38d44e
|
Implement tests for getting & setting roblox instance properties
Also fix some related bugs
|
2023-03-22 13:29:39 +01:00 |
|
Filip Tibell
|
afdde26a18
|
Add tests for reading & writing roblox place & model files
|
2023-03-22 13:02:05 +01:00 |
|
Filip Tibell
|
34e417e57b
|
Implement GetService and FindService
|
2023-03-22 12:43:23 +01:00 |
|
Filip Tibell
|
1441544426
|
Make DataModel class name a shared constant for safety
|
2023-03-22 11:29:11 +01:00 |
|
Filip Tibell
|
b0d401421e
|
Implement mechanism for implementing roblox methods only on certain classes
|
2023-03-22 11:20:47 +01:00 |
|
Filip Tibell
|
9f13b8e667
|
Don't allow instances to be created from dom roots
|
2023-03-22 10:28:49 +01:00 |
|
Filip Tibell
|
b63d016818
|
Merge parent setter methods
|
2023-03-22 10:21:42 +01:00 |
|
Filip Tibell
|
a21861918b
|
Prevent setting Parent prop of DataModel instances
|
2023-03-22 10:15:39 +01:00 |
|
Filip Tibell
|
178f7b41ab
|
Fully implement document methods for converting to/from instances
|
2023-03-22 10:14:05 +01:00 |
|
Filip Tibell
|
7553e91dc6
|
Simplify handling of internal weak dom, start adding instance tests
|
2023-03-22 09:39:26 +01:00 |
|