Age | Commit message (Expand) | Author |
2023-01-31 | Fail instead of segfaulting in IO tests | myaaaaaaaaa |
2023-01-30 | Merge pull request #72213 from ARez2/ARez2/master | Rémi Verschelde |
2023-01-29 | Add Unit test for InputEventMouse | ARez |
2023-01-28 | Add support for interpolating skewed transforms | Aaron Franke |
2023-01-25 | Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()` | Adam Scott |
2023-01-23 | Add tests to ensure bound methods and signals are valid identifiers | Jan Haller |
2023-01-23 | Cleanup and unify keyboard input. | bruvzg |
2023-01-23 | Convert en_GB spelling to en_US with codespell | Rémi Verschelde |
2023-01-19 | [GDExtension] Expose some low level functions and String operators. | bruvzg |
2023-01-15 | Rename `center` method to `get_center` in Plane. | Raul Santos |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2023-01-03 | Merge pull request #67694 from aaronfranke/its-time | Rémi Verschelde |
2022-12-29 | Add tests for signals | Marius Hanl |
2022-12-26 | Remove duplicate Month and Weekday enums | Aaron Franke |
2022-12-21 | Added the possibility to define a default value in ProjectSettings.get_settin... | Marius Hanl |
2022-12-09 | Merge pull request #68747 from rune-scape/rune-stringname-unification | Rémi Verschelde |
2022-12-05 | Unify String and StringName | rune-scape |
2022-12-01 | Allow specifying a prefix to automatically detect library files for gdextensi... | Gilles Roudière |
2022-11-24 | Merge pull request #68386 from MewPurPur/snappedi-snappedf | Rémi Verschelde |
2022-11-24 | Improve logic for detecting and tracking extensions | Bastiaan Olij |
2022-11-20 | Double precision of `String.split_floats` | Micky |
2022-11-19 | Implement snappedi, snappedf, and Vector[2/3/4]i.snapped | VolTer |
2022-11-09 | Generic math function tests: Test float and double variants | Hendrik Brucker |
2022-11-06 | Merge pull request #68275 from Geometror/doctest-approx | Rémi Verschelde |
2022-11-05 | [Tests] Replace Math::is_equal_approx with == and doctest::Approx | Hendrik Brucker |
2022-11-04 | Add support for empty delimiter in String.split | kobewi |
2022-11-04 | Add a test suite for `Math::` namespace functions | Hendrik Brucker |
2022-11-02 | Allow getting Quaternion rotation in different Euler orders | Aaron Franke |
2022-11-02 | Merge pull request #66747 from aaronfranke/move-euler-order | Rémi Verschelde |
2022-11-02 | Merge pull request #66017 from Mickeon/rename-image-copy-rect | Rémi Verschelde |
2022-11-02 | Move EulerOrder enum to math_defs.h and global scope | Aaron Franke |
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde |
2022-11-01 | Rename Image's `get_rect` to `get_region` | Micky |
2022-11-01 | Replace Quaternion Euler constructor with `from_euler` method | Aaron Franke |
2022-10-31 | Merge pull request #66380 from aaronfranke/basis-euler-test | Rémi Verschelde |
2022-10-28 | Change all WEBP strings and comments to WebP | DeeJayLSP |
2022-10-27 | Simplify Euler order test code in test_basis.h | Aaron Franke |
2022-10-21 | Clean up Basis from Euler code | Aaron Franke |
2022-10-15 | Fix big negative numbers printing incorrect decimals in num_real | Aaron Franke |
2022-10-13 | Make String.simplify_path keep the protocol identifier for urls | Gilles Roudière |
2022-10-08 | Add `is_finite` method for checking built-in types | Haoyu Qiu |
2022-10-03 | Remove NO_THREADS fallback code, Godot 4 requires thread support | Rémi Verschelde |
2022-10-03 | Merge pull request #66133 from aaronfranke/set-all | Rémi Verschelde |
2022-10-03 | Merge pull request #64833 from MarcusElg/naninfprinting | Rémi Verschelde |
2022-09-30 | Fix typos with codespell | Rémi Verschelde |
2022-09-28 | [GDExtension] Use function names with underscore for TextServer extension, ad... | bruvzg |
2022-09-25 | Add more tests for Vector* types | Micky |
2022-09-19 | Remove set_axis and get_axis methods from Vector2/2i/3/3i/4/4i | Aaron Franke |
2022-09-14 | Test, refactor and fix a bug in Basis.get_axis_angle | fabriceci |
2022-09-09 | Fix parsing of XML CDATA and add test cases | Haoyu Qiu |