]> git.lizzy.rs Git - dragonfireclient.git/history - builtin/common/vector.lua
Store vector metatable in registry
[dragonfireclient.git] / builtin / common / vector.lua
2022-03-29 Jude Melton-HoughtonStore vector metatable in registry
2022-01-03 DesourFix vector.from_string returning a table without vector...
2021-09-10 DSSplit vector.new into 3 constructors
2021-08-27 Lean RadaOptimize vector length calculations (#11549)
2021-06-04 DSAdd metatables to lua vectors (#11039)
2021-04-05 DSAdd vector.to_string and vector.from_string (#10323)
2021-04-01 Vincent RobinsonAdd `math.round` and fix `vector.round` (#10803)
2020-08-29 DSAdd vector.offset (#10321)
2020-06-09 NetherEranSome vector functions useful for working with rotations...
2019-07-16 HybridDogUse vector.dot and vector.cross in vector.angle
2019-07-16 HybridDogAdd vector.dot and vector.cross
2019-03-17 ANANDBuiltin: Add vector.angle(). Returns the angle between...
2017-12-21 ParamatVector functions: Fix vector.direction() function,...
2017-01-23 Auke KokVector: Add vector.sort(a, b): return box edges
2016-10-17 rubenwardyBuiltin: Add vector.floor helper function
2014-12-06 SmallJokerAdd Lua helper functions vector.apply(v) math.sign...
2014-07-20 ShadowNinjaRemove vector assertions
2014-05-07 ShadowNinjaOrganize builtin into subdirectories