Age | Commit message (Expand) | Author |
2022-09-04 | Replace Rect2(i) has_no_area with has_area | Aaron Franke |
2022-09-04 | Replace AABB has_no_volume with has_volume | Aaron Franke |
2022-09-02 | Add `is_zero_approx` methods to `Vector2`, `3`, and `4` | Jonathan Nicholl |
2022-09-01 | Merge pull request #63968 from KoBeWi/finding_stuff_in_a_dictionary | Rémi Verschelde |
2022-08-31 | Discontinued spherical_interpolate_with in Transform3D | Silc Renew |
2022-08-30 | Add `String.to_{camel,pascal,snake}_case` methods | Danil Alexeev |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-08-22 | Merge pull request #63602 from TokageItLab/cubic-interp-time | Rémi Verschelde |
2022-08-20 | Expose Basis `set_orthogonal_index` method as a GridMap function | rafallus |
2022-08-19 | Make `cubic_interpolate()` consider key time in animation | Silc Renew |
2022-08-16 | Add Dictionary.find_key() | kobewi |
2022-08-10 | Expose clear method for packed arrays | Haoyu Qiu |
2022-08-09 | vector4 distance_squared_to and update csharp | antonWetzel |
2022-08-07 | Vector4/Vector4i: Add missing methods, tests and fix change of sign operator | Hendrik Brucker |
2022-08-04 | Arrays: Zero new items of trivial types on resize() (bindings only) | Rémi Verschelde |
2022-08-02 | Fix consistency of translated/scaled/rotated in Transform2D and Transform3D | Fabian Keller |
2022-07-29 | Remove Signal connect binds | Juan Linietsky |
2022-07-28 | Merge pull request #63532 from TokageItLab/rename-cubic-slerp | Rémi Verschelde |
2022-07-28 | Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl... | Rémi Verschelde |
2022-07-27 | rename and unify notation for spherical interpolation | Silc Renew |
2022-07-26 | Add some missing Vector4 methods | kobewi |
2022-07-25 | Merge pull request #63219 from reduz/implement-vector4-projection | Rémi Verschelde |
2022-07-24 | Solve discrepancy between code and class reference for Plane | Jcrespo |
2022-07-23 | Implement Vector4, Vector4i, Projection | reduz |
2022-07-21 | Rename `epsilon` to `tolerance` in the `Plane::has_point` method | Yuri Rubinsky |
2022-07-16 | rename translate(d) to translate(d)_local in Transform 2D/3D | Fabian Keller |
2022-07-02 | Merge pull request #61610 from TokageItLab/importer-retarget-registered-gdhum... | Rémi Verschelde |
2022-06-30 | Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays. | Lyuma |
2022-07-01 | implement bone renamer in importer | Silc Renew |
2022-06-28 | Merge pull request #62468 from V-Sekai/core-const-expressions | Rémi Verschelde |
2022-06-27 | Add a const call mode to Object, Variant and Script. | K. S. Ernest (iFire) Lee |
2022-06-27 | Refactor bezier interpolation functions | Hendrik Brucker |
2022-06-23 | Add core types enums description to extension api json | Pierre-Thomas Meisels |
2022-06-20 | Clean up Hash Functions | reduz |
2022-06-17 | Make enum/constant binds 64-bit. | bruvzg |
2022-06-12 | Fix parameter name for String.left and String.right | Haoyu Qiu |
2022-06-07 | Merge pull request #59786 from V-Sekai/ok_color | Rémi Verschelde |
2022-06-07 | Merge pull request #50349 from Calinou/array-add-some-every | Rémi Verschelde |
2022-06-07 | Allow picking similar colours using OKHSL. | K. S. Ernest (iFire) Lee |
2022-06-06 | Merge pull request #59883 from KoBeWi/merge_this | Rémi Verschelde |
2022-06-06 | [GDExtension] Expose Variant, NodePath and StringName hash functions. | bruvzg |
2022-05-31 | Add Dictionary.merge() | kobewi |
2022-05-25 | Add `any()` and `all()` methods to Array | Hugo Locurcio |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-07 | Add search methods for packed arrays | Haoyu Qiu |
2022-05-05 | Core: Rename math 'phi' arguments to 'angle' | Rémi Verschelde |
2022-05-02 | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde |
2022-04-20 | Fix more issues found by cppcheck. | bruvzg |
2022-04-13 | Color: Rename `to_srgb`/`to_linear` to include base color space | Rémi Verschelde |
2022-03-28 | Expose Color's `to_linear()` and `to_srgb()` to scripting | Hugo Locurcio |