Age | Commit message (Expand) | Author |
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-06-03 | Add StringName explicitly to Variant::hash_compare | George Marques |
2022-05-31 | Add Dictionary.merge() | kobewi |
2022-05-25 | Add `any()` and `all()` methods to Array | Hugo Locurcio |
2022-05-17 | Implement read-only arrays | George Marques |
2022-05-16 | Implement read-only dictionaries. | reduz |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-12 | Add a new HashMap implementation | reduz |
2022-05-11 | Merge pull request #58873 from Chaosus/power_op | Rémi Verschelde |
2022-05-11 | Merge pull request #56167 from cdemirer/constructor-toarray-fix | Rémi Verschelde |
2022-05-11 | Implement exponential operator (**) to GDScript/Expressions | Yuri Roubinsky |
2022-05-07 | Add search methods for packed arrays | Haoyu Qiu |
2022-05-06 | Merge pull request #60609 from nathanfranke/string-quotes | Rémi Verschelde |
2022-05-05 | Core: Rename math 'phi' arguments to 'angle' | Rémi Verschelde |
2022-05-05 | Merge pull request #48989 from MarioLiebisch/variant-comment-line-breaks | Rémi Verschelde |
2022-05-03 | quote strings inside arrays and dictionaries | Nathan Franke |
2022-05-03 | Rename Basis get_axis to get_column, remove redundant methods | Aaron Franke |
2022-05-03 | Merge pull request #60627 from aaronfranke/rename-elements | Rémi Verschelde |
2022-05-03 | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio |
2022-05-02 | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde |
2022-04-30 | Simplify Callable error text methods | kobewi |
2022-04-29 | Rename Basis "elements" to "rows" | Aaron Franke |
2022-04-29 | Rename Transform2D "elements" to "columns" | Aaron Franke |
2022-04-20 | Fix more issues found by cppcheck. | bruvzg |
2022-04-13 | Merge pull request #60093 from TokageItLab/reset-blend | Rémi Verschelde |
2022-04-13 | Color: Rename `to_srgb`/`to_linear` to include base color space | Rémi Verschelde |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-04-10 | Make blend animation to use ResetTrack as default value | Silc 'Tokage' Renew |
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 |