aboutsummaryrefslogtreecommitdiff
path: root/builtin/common/tests/vector_spec.lua
AgeCommit message (Expand)Author
2022-10-18Implement vector and node conversion in Lua (#12609)Jude Melton-Houghton
2022-05-04Add vector.combine (#11920)Lars Müller
2022-03-29Store vector metatable in registryJude Melton-Houghton
2022-01-02Fix vector.from_string returning a table without vector metatableDesour
2021-09-10Split vector.new into 3 constructorsDS
2021-06-04Add metatables to lua vectors (#11039)DS
2021-04-05Add vector.to_string and vector.from_string (#10323)DS
2020-08-29Add vector.offset (#10321)DS
2020-06-09Some vector functions useful for working with rotations (#9572)NetherEran
2020-01-18Add Lua unit tests to builtin using busted (#9184)rubenwardy