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 |
* | Added component-wise `min` and `max` functions for vectors | Andrés Botero | 2023-02-11 | 1 | -0/+8 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | [Tests] Replace Math::is_equal_approx with == and doctest::Approx | Hendrik Brucker | 2022-11-05 | 1 | -5/+5 |
* | Add `is_finite` method for checking built-in types | Haoyu Qiu | 2022-10-08 | 1 | -0/+78 |
* | 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 |
|/ | |||||
* | vector4 distance_squared_to and update csharp | antonWetzel | 2022-08-09 | 1 | -0/+3 |
* | Vector4/Vector4i: Add missing methods, tests and fix change of sign operator | Hendrik Brucker | 2022-08-07 | 1 | -0/+312 |