Age | Commit message (Expand) | Author |
2022-04-06 | Fix some issues found by cppcheck. | bruvzg |
2022-03-28 | Expose Color's `to_linear()` and `to_srgb()` to scripting | Hugo Locurcio |
2022-03-27 | Const Ref Callable for custom sort/search | mashumafi |
2022-03-24 | Refactor Object metadata | reduz |
2022-03-18 | Merge pull request #58233 from bruvzg/gde_ts | Rémi Verschelde |
2022-03-17 | Merge pull request #57675 from TokageItLab/fix-blending | Rémi Verschelde |
2022-03-17 | Unify TextServer built-in module and GDExtension code. | bruvzg |
2022-03-16 | Fix blend animation to solve TRS track bug & blend order inconsistency | Silc 'Tokage' Renew |
2022-03-15 | Create GDExtension clases for PhysicsServer3D | reduz |
2022-03-09 | Remove VARIANT_ARG* macros | reduz |
2022-03-07 | VariantUtility: Unexpose `Math::range_step_decimals` | Rémi Verschelde |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-02-12 | Implement cubic_interpolate() as MathFunc for refactoring | Silc 'Tokage' Renew |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-11 | Fix Variant Ref<> assignment. | reduz |
2022-02-08 | Merge pull request #57066 from KoBeWi/in_the_name_of_the_custom | Rémi Verschelde |
2022-02-08 | [GDExtension] Add binds for missing methods, operators, and constants require... | bruvzg |
2022-02-07 | Fix script editor errors with CustomCallables | kobewi |
2022-02-06 | Fix integer vector mul/div operators and bindings. | reduz |
2022-02-04 | Core: Move Vector2i to its own `vector2i.h` header | Rémi Verschelde |
2022-02-04 | Core: Move Rect2i to its own `rect2i.h` header | Rémi Verschelde |
2022-02-04 | Cleanup and move char functions to the `char_utils.h` header. | bruvzg |
2022-02-03 | Merge pull request #57562 from AnilBK/string-add-contains | Rémi Verschelde |
2022-02-04 | String: Add contains(). | Anilforextra |
2022-02-03 | [GDExtension] Fix registration of functions with enum or native pointer retur... | bruvzg |
2022-01-30 | Add support for the escaped UTF-16 and UTF-32 Unicode characters in the scrip... | bruvzg |
2022-01-27 | Merge pull request #57205 from TechnoPorg/variant-template-cast | Rémi Verschelde |
2022-01-27 | Merge pull request #57281 from Rubonnek/rename-subsequence | Rémi Verschelde |
2022-01-27 | Expose Transform3D::sphere_interpolate_with() | Max Hilbrunner |
2022-01-26 | Rename String::is_subsequence_ofi to String::is_subsequence_ofn | Wilson E. Alvarez |
2022-01-25 | Allow method binds to take Object subclasses as arguments | TechnoPorg |
2022-01-23 | Merge pull request #56337 from cdemirer/fix-array-dictionary-id | Rémi Verschelde |
2022-01-22 | Don't sort printed Dictionary | kobewi |
2022-01-20 | Rename Variant::is_ref() to is_ref_counted() | Pedro J. Estébanez |
2022-01-18 | Merge pull request #56896 from akien-mga/dictionary-improve-VariantWriter-and... | Rémi Verschelde |
2022-01-18 | Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checks | Rémi Verschelde |
2022-01-18 | Dictionary: Serialize empty dict as `{}` instead of `{\n}` | Rémi Verschelde |
2022-01-17 | Merge pull request #55939 from cdemirer/validated-array-add-fix | Rémi Verschelde |
2022-01-18 | Fix validated version of array addition | cdemirer |
2022-01-10 | `Array`: Relax `slice` bound checks to properly handle negative indices | Rémi Verschelde |
2022-01-06 | Add length and length_squared to Vector2i/3i | Aaron Franke |
2022-01-05 | Merge pull request #53684 from TokageItLab/orthogonal-mode | Rémi Verschelde |
2022-01-04 | Merge pull request #53313 from KoBeWi/debinded_konnekt | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-30 | Fix Array and Dictionary id() and dictionary test bug | cdemirer |
2021-12-25 | Fix some gizmo behavior to make more consistent | Silc 'Tokage' Renew |
2021-12-18 | Fix font preview text color on light background | Haoyu Qiu |
2021-12-16 | Make `--doctool` locale aware | Haoyu Qiu |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |