Age | Commit message (Expand) | Author |
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 |
2021-12-07 | Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusive | Rémi Verschelde |
2021-12-02 | Expose max_axis_index and max_axis_index for Vector2(i) | Aaron Franke |
2021-12-01 | Rename Vector parameters to be consistent | Raul Santos |
2021-11-26 | PackedByteArray, Array slice end exclusive, rename subarray to slice | Nathan Franke |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-17 | Expose `randfn` to global scope | Yuri Roubinsky |
2021-11-16 | Rename built-in `SGN()` macro to `SIGN()` | Hugo Locurcio |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-11-11 | Merge pull request #54869 from akien-mga/string-remove-erase | Rémi Verschelde |
2021-11-11 | Color: Bind `from_hsv` as static method | Rémi Verschelde |
2021-11-11 | String: Remove `erase` method, bindings can't mutate String | Rémi Verschelde |