Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Vector functions: Fix vector.direction() function, improve documentation (#6801) | Paramat | 2017-12-21 |
| | | | vector.direction() now returns a normalised vector with direction p1 to p2. | ||
* | Vector: Add vector.sort(a, b): return box edges | Auke Kok | 2017-01-23 |
| | | | | | This function returns the box corners of the smallest box that includes the two given coordinates. | ||
* | Builtin: Add vector.floor helper function | rubenwardy | 2016-10-17 |
| | |||
* | Add Lua helper functions vector.apply(v) math.sign(x, tolerance) | SmallJoker | 2014-12-06 |
| | |||
* | Remove vector assertions | ShadowNinja | 2014-07-19 |
| | | | | | These were initially added to get tracebacks for invalid vector errors, but it didn't work and tracebacks have since been properly fixed in the core. | ||
* | Organize builtin into subdirectories | ShadowNinja | 2014-05-07 |