Commit Graph

7 Commits

Author SHA1 Message Date
40745c4f6f roblox sandbox maybe 2024-01-22 23:28:21 -05:00
e40e960ef2 Provide optional values for Vector.new libraries Vector4.new() -> 0,0,0,0 2024-01-22 15:05:23 -05:00
76ca43a645 debug "warn" global for StrafeLua 2024-01-22 14:20:23 -05:00
66eea1f106 added properties for Vector3 & Vector4:
Vector3.ZERO
Vector3.ONE
Vector3.NEG_ZERO
Vector3.NEG_ONE
Vector3.NEG_X
Vector3.NEG_Y
@Vector4:
Vector4.ZERO
Vector4.ONE
Vector4.NEG_ZERO
Vector4.NEG_ONE
Vector4.NEG_X
Vector4.NEG_Y
2024-01-22 12:22:16 -05:00
a51001a875 added properties for Vector2:
Vector2.ZERO
Vector2.ONE
Vector2.NEG_ZERO
Vector2.NEG_ONE
Vector2.NEG_X
Vector2.NEG_Y
2024-01-21 22:44:58 -05:00
63c8f0f4f5 Vector.new, add vector types 4,3,2,& 1; Lua error handling needed 2024-01-21 20:26:20 -05:00
2f4e1d64dc typemap for luau analyzer, rename "tests" to "luau" and move tests into it 2024-01-21 17:40:10 -05:00