Commit graph

340 commits

Author SHA1 Message Date
Filip Tibell
6318176516
Start work on require overhaul 2023-03-20 13:52:18 +01:00
Filip Tibell
1876a25922
Start work on improved module loader 2023-03-20 09:43:01 +01:00
Filip Tibell
0f5f173488
Add links to original instance APIs for roblox instance implementation 2023-03-19 17:57:51 +01:00
Filip Tibell
694c9853c6
Fix some issues with root instances & destruction 2023-03-19 17:43:50 +01:00
Filip Tibell
97248cccdd
Implement rest of roblox instance methods, minus attributes 2023-03-19 17:24:47 +01:00
Filip Tibell
f181445920
Improve property access for roblox instances 2023-03-19 15:48:39 +01:00
Filip Tibell
c51548165a
Implement clone & destroy for roblox instances 2023-03-19 14:21:02 +01:00
Filip Tibell
69754bd830
Implement equality for roblox instances 2023-03-19 13:36:33 +01:00
Filip Tibell
34d6e622b7
Implement ancestry APIs for roblox instances 2023-03-19 13:33:08 +01:00
Filip Tibell
68515dc40a
Initial implementation of instances for roblox lib 2023-03-19 13:23:25 +01:00
Filip Tibell
560dc4acbe
Rename rbx alisases to dom instead for roblox lib 2023-03-18 09:29:53 +01:00
Filip Tibell
5098b28ada
Add unit test for Font roblox datatype 2023-03-18 09:15:33 +01:00
Filip Tibell
bd12b03e0c
Preserve cached font id in Font roblox datatype 2023-03-18 09:01:31 +01:00
Filip Tibell
6a797945d5
Handle default physical properties better 2023-03-18 08:53:22 +01:00
Filip Tibell
cc8f6ec843
Improve codegen of Font roblox datatype enums some more 2023-03-18 08:39:46 +01:00
Filip Tibell
b7d0481a83
Implement full getters & setters for Font roblox datatype 2023-03-17 17:18:00 +01:00
Filip Tibell
9722f5b862
Improve codegen of Font roblox datatype enums 2023-03-17 16:54:13 +01:00
Filip Tibell
d79895dc88
Start work on Font roblox datatype 2023-03-17 15:05:10 +01:00
Filip Tibell
e57316341b
Implement PhysicalProperties roblox datatype 2023-03-17 13:23:52 +01:00
Filip Tibell
e57abbe5d9
Helper scripts for making font & physical properties from enums 2023-03-17 10:44:21 +01:00
Filip Tibell
6d76df7524
Implement Ray roblox datatype 2023-03-17 10:18:05 +01:00
Filip Tibell
f0aadc6dfe
Implement Region3 roblox datatypes 2023-03-17 09:50:30 +01:00
Filip Tibell
a05067410a
Update rbx-dom to latest 2023-03-17 09:18:29 +01:00
Filip Tibell
1161b9f4e8
Handle OptionalCFrame in roblox conversion layer 2023-03-17 09:12:46 +01:00
Filip Tibell
e3bcf79f09
Implement number range/sequence roblox datatypes 2023-03-17 08:54:57 +01:00
Filip Tibell
da8e86d743
Add methods to UDim2 test 2023-03-16 21:40:39 +01:00
Filip Tibell
94e84d6054
Implement CFrame roblox datatype 2023-03-16 21:33:47 +01:00
Filip Tibell
010f7325d1
Implement missing Vector3 constructors 2023-03-16 18:44:54 +01:00
Filip Tibell
72f3e2157b
Implement Rect roblox datatype 2023-03-16 09:56:37 +01:00
Filip Tibell
75188d3e35
Implement Faces roblox datatype 2023-03-16 09:24:56 +01:00
Filip Tibell
cfc9299165
Implement Axes roblox datatype 2023-03-15 22:06:53 +01:00
Filip Tibell
7aef25c316
Move datatype tests into datatypes module 2023-03-15 21:14:06 +01:00
Filip Tibell
de656fa26b
Implement tests for color sequences 2023-03-15 21:11:41 +01:00
Filip Tibell
b662b86922
Add tests for enum datatypes 2023-03-15 20:58:52 +01:00
Filip Tibell
83284be303
Add tests for color datatypes 2023-03-15 20:47:15 +01:00
Filip Tibell
2760fa0d1d
Implement conversions between BrickColor and Color3 2023-03-15 19:51:19 +01:00
Filip Tibell
158603d405
Implement roblox enum datatypes 2023-03-15 17:43:58 +01:00
Filip Tibell
709426d8ef
Implement ColorSequence roblox datatype 2023-03-15 16:14:17 +01:00
Filip Tibell
e9b79ea28f
Make implementation of math ops generic, implement math ops on Color3 2023-03-15 14:27:06 +01:00
Filip Tibell
2a6b88e6a7
Implement Color3 roblox datatype 2023-03-15 14:01:38 +01:00
Filip Tibell
b80d5e4bab
Implement BrickColor roblox datatype 2023-03-15 10:18:13 +01:00
Filip Tibell
873ffb6b7d
Add note about aborting in release profile to Cargo.toml 2023-03-14 10:50:34 +01:00
Filip Tibell
c28d57eaca
Add recommended extensions to vscode folder 2023-03-14 10:47:28 +01:00
Filip Tibell
7fd32e67c2
Improve error reporting & ergonomics for datatype conversion 2023-03-11 20:50:53 +01:00
Filip Tibell
b1a3495a14
Clean up conversion traits to make roblox datatypes easier to implement 2023-03-11 19:25:48 +01:00
Filip Tibell
89aaf40fdb
Implement std ops for roblox datatypes 2023-03-11 18:38:27 +01:00
Filip Tibell
ba52396bec
Implement udim roblox datatypes, minor vector fixes 2023-03-11 17:42:16 +01:00
Filip Tibell
0f9caf5461
Roblox datatypes refactor & organization 2023-03-11 16:39:23 +01:00
Filip Tibell
4afb51830c
Implement test suite for roblox datatypes 2023-03-11 11:21:34 +01:00
Filip Tibell
e330986da5
Export new datatypes 2023-03-11 10:26:33 +01:00