Age | Commit message (Expand) | Author |
2022-10-30 | C#: Remove need for reflection to invoking callable delegates | Ignacio Roldán Etcheverry |
2022-09-08 | C#: Fix module builds for Windows 32-bit with mingw-w64 | Ignacio Roldán Etcheverry |
2022-09-07 | C#: Replace libnethost dependency to find hostfxr | Ignacio Roldán Etcheverry |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-08-29 | Merge pull request #65049 from paulloz/dotnet/win10-export | Ignacio Roldán Etcheverry |
2022-08-29 | Fix .NET export template compilation on Windows 10 | Paul Joannon |
2022-08-28 | Fix .NET exporting in Linux | Raul Santos |
2022-08-22 | Avoid trying to load non-existent assembly | Raul Santos |
2022-08-22 | C#: Replace P/Invoke with delegate pointers | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Use custom project setting for C# project files name | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Add source generator for method list | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Add source generator for signals as events | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Re-implement assembly reloading with ALCs | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Initial NativeAOT support | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Re-introduce exception logging and error stack traces in editor | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Ensure we only create one CSharpScript per type | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Add source generator for properties and exports default values | Ignacio Roldán Etcheverry |
2022-08-22 | C#/netcore: Add base desktop game export implementation | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Ensure native handles are freed after switch to .NET Core | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Begin move to .NET Core | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Restructure code prior move to .NET Core | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Re-write GD and some other icalls as P/Invoke | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Re-write Array, Dictionary, NodePath, String icalls as P/Invoke | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Move marshaling logic and generated glue to C# | Ignacio Roldán Etcheverry |
2022-07-31 | create vector4, vector4i and projection for csharp | antonWetzel |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-07-23 | Implement Vector4, Vector4i, Projection | reduz |
2022-07-21 | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg |
2022-07-07 | C#: New `RPCAttribute` | Raul Santos |
2022-06-03 | Support explicit values in flag properties, add C# flags support | Raul Santos |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-12 | Add a new HashMap implementation | reduz |
2022-04-29 | Rename Basis "elements" to "rows" | Aaron Franke |
2022-04-29 | Rename Transform2D "elements" to "columns" | Aaron Franke |
2022-04-12 | Narrow FileAccess scope to prevent deadlocks. | bruvzg |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-04-04 | Zero initialize all pointer class and struct members | Rémi Verschelde |
2022-03-31 | Fix typos with codespell | Rémi Verschelde |
2022-03-11 | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks | Rémi Verschelde |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-02-12 | Use EditorFileDialog instead of FileDialog in the project manager | Hendrik Brucker |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-04 | Fix get_all_delegates method for generic classes | Raul Santos |
2021-11-30 | Don't return reference on copy assignment operators | Rémi Verschelde |
2021-11-10 | Move Mono unhandled exception setting to be located within a subsection | Hugo Locurcio |
2021-10-28 | clang-format: Enable `BreakBeforeTernaryOperators` | Rémi Verschelde |
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde |
2021-10-20 | Mono: Fix build after #52940 | Rémi Verschelde |
2021-10-19 | C#: Fix property set call boxing value when unboxed was expected | Ignacio Roldán Etcheverry |
2021-10-18 | Fix marshaling generic Godot.Object in C# | Raul Santos |