Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
* | Implement `Vector2i/3i/4i` methods: `distance_to` and `distance_squared_to` | Jakub Marcowski | 2023-10-12 | 1 | -0/+6 |
* | Added component-wise `min` and `max` functions for vectors | Andrés Botero | 2023-02-11 | 1 | -0/+7 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Implement snappedi, snappedf, and Vector[2/3/4]i.snapped | VolTer | 2022-11-19 | 1 | -0/+8 |
* | [Tests] Replace Math::is_equal_approx with == and doctest::Approx | Hendrik Brucker | 2022-11-05 | 1 | -2/+2 |
* | Merge pull request #66133 from aaronfranke/set-all | Rémi Verschelde | 2022-10-03 | 1 | -6/+2 |
|\ | |||||
| * | Remove set_axis and get_axis methods from Vector2/2i/3/3i/4/4i | Aaron Franke | 2022-09-19 | 1 | -6/+2 |
* | | Add more tests for Vector* types | Micky | 2022-09-25 | 1 | -0/+8 |
|/ | |||||
* | Add tests for Vector2/Vector2i/Vector3/Vector3i | Aaron Franke | 2022-01-14 | 1 | -0/+145 |