Age | Commit message (Expand) | Author |
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-10 | Support signals in C# documentation | Raul Santos |
2022-02-08 | Merge pull request #57822 from Calinou/ios-remove-armv7 | Rémi Verschelde |
2022-02-08 | Merge pull request #57076 from IgorKordiukiewicz/fix-mono-string-capitalize | Ignacio Roldán Etcheverry |
2022-02-08 | Remove support for ARMv7 (32-bit) on iOS | Hugo Locurcio |
2022-02-07 | Allow C# Vector2/3 slerp values to have any length | Andrew Jacob |
2022-02-07 | Merge pull request #57748 from fabriceci/rename-script-template-variable | Rémi Verschelde |
2022-02-07 | rename jump force to jump velocity | fabriceci |
2022-02-07 | Add some more fixes to visual shader | Yuri Roubinsky |
2022-02-07 | Attach mono thread before getting nativeName field | Raul Santos |
2022-02-04 | Merge pull request #57618 from Densorius/master | Ignacio Roldán Etcheverry |
2022-02-04 | Fixed opening new instances of VS 2022 while a instance is already open | Densorius |
2022-02-04 | Cleanup and move char functions to the `char_utils.h` header. | bruvzg |
2022-02-04 | Add Visual Studio 2022 support with fallback to 2019 | Densorius |
2022-02-03 | Merge pull request #57467 from webbuf/modules-initialize | Rémi Verschelde |
2022-02-03 | initialized member variables in header | zwebb |
2022-01-29 | Be more verbose about why msbuild tools could not be found | Marcel Admiraal |
2022-01-27 | Rename C# `IsSubsequenceOfI` to `IsSubsequenceOfN` | Raul Santos |
2022-01-23 | BaseButton: Rename `pressed` property to `button_pressed` | Rémi Verschelde |
2022-01-23 | String.Capitalize() in C# now matches the behaviour of String::capitalize() i... | Igor Kordiukiewicz |
2022-01-20 | Store panels and docks singletons in their own classes | trollodel |
2022-01-16 | Merge pull request #55679 from raulsntos/script_reload_fix | Ignacio Roldán Etcheverry |
2022-01-13 | [macOS] Fix self-contained mode, by looking for `._sc_` and writing data to t... | bruvzg |
2022-01-12 | Fix marshaling values of generic Godot Dictionary | Raul Santos |
2022-01-06 | Add a GDScript template for `VisualShaderNodeCustom` | Yuri Roubinsky |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2022-01-03 | Merge pull request #53957 from fabriceci/new-template-workflow | Rémi Verschelde |
2022-01-02 | Improve editor template workflow | fabriceci |
2022-01-02 | Fix various typos | luz paz |
2021-12-28 | Fix getting properties state when reloading C# | Raul Santos |
2021-12-23 | Fix `KeyValuePairAt` memory leak | Raul Santos |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-07 | Various fixes to C# documentation | Raul Santos |
2021-12-07 | Merge pull request #55675 from raulsntos/csharp-basis-quaternion | Ignacio Roldán Etcheverry |
2021-12-06 | Rename "items_count" property to "item_count" | Aaron Franke |
2021-12-06 | Rename C# `Quaternion()` -> `GetQuaternion()` | Raul Santos |
2021-12-06 | Merge pull request #55655 from raulsntos/csharp-items-count | Ignacio Roldán Etcheverry |
2021-12-06 | C# script reload fixed | Raul Santos |
2021-12-06 | Merge pull request #34005 from aaronfranke/minmax | Rémi Verschelde |
2021-12-06 | Replace deprecated GetItemCount() with ItemsCount | Raul Santos |
2021-12-05 | Bump Godot.NET.Sdk and SourceGenerators versions | Raul Santos |
2021-12-05 | Fix Godot.SourceGenerators for generic classes | Raul Santos |
2021-12-04 | Fix get_all_delegates method for generic classes | Raul Santos |
2021-12-02 | Expose max_axis_index and max_axis_index for Vector2(i) | Aaron Franke |
2021-12-02 | Merge pull request #55474 from akien-mga/copy-operators-no-reference | Rémi Verschelde |
2021-12-01 | Rename Vector parameters to be consistent | Raul Santos |
2021-11-30 | Don't return reference on copy assignment operators | Rémi Verschelde |
2021-11-25 | Move logic for saving project features to ProjectSettings save_custom | Aaron Franke |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |