| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | C#: Ensure native handles are freed after switch to .NET Core | Ignacio Roldán Etcheverry | 2022-08-22 | 3 | -16/+10 |
* | C#: Begin move to .NET Core | Ignacio Roldán Etcheverry | 2022-08-22 | 15 | -2644/+276 |
* | C#: Restructure code prior move to .NET Core | Ignacio Roldán Etcheverry | 2022-08-22 | 26 | -3582/+194 |
* | C#: Re-write GD and some other icalls as P/Invoke | Ignacio Roldán Etcheverry | 2022-08-22 | 6 | -83/+20 |
* | C#: Re-write Array, Dictionary, NodePath, String icalls as P/Invoke | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -7/+0 |
* | C#: Move marshaling logic and generated glue to C# | Ignacio Roldán Etcheverry | 2022-08-22 | 14 | -3145/+188 |
* | create vector4, vector4i and projection for csharp | antonWetzel | 2022-07-31 | 1 | -1/+1 |
* | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 3 | -9/+9 |
* | Implement Vector4, Vector4i, Projection | reduz | 2022-07-23 | 5 | -4/+123 |
* | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg | 2022-07-21 | 5 | -10/+10 |
* | C#: New `RPCAttribute` | Raul Santos | 2022-07-07 | 2 | -6/+15 |
* | Support explicit values in flag properties, add C# flags support | Raul Santos | 2022-06-03 | 4 | -0/+12 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 5 | -19/+19 |
* | Add a new HashMap implementation | reduz | 2022-05-12 | 2 | -26/+18 |
* | Rename Basis "elements" to "rows" | Aaron Franke | 2022-04-29 | 1 | -3/+3 |
* | Rename Transform2D "elements" to "columns" | Aaron Franke | 2022-04-29 | 1 | -3/+3 |
* | Narrow FileAccess scope to prevent deadlocks. | bruvzg | 2022-04-12 | 1 | -6/+4 |
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 3 | -16/+10 |
* | Zero initialize all pointer class and struct members | Rémi Verschelde | 2022-04-04 | 9 | -100/+100 |
* | Fix typos with codespell | Rémi Verschelde | 2022-03-31 | 1 | -1/+1 |
* | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks | Rémi Verschelde | 2022-03-11 | 1 | -2/+1 |
* | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 3 | -34/+67 |
* | Use EditorFileDialog instead of FileDialog in the project manager | Hendrik Brucker | 2022-02-12 | 1 | -9/+5 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 34 | -68/+68 |
* | Fix get_all_delegates method for generic classes | Raul Santos | 2021-12-04 | 5 | -1/+24 |
* | Don't return reference on copy assignment operators | Rémi Verschelde | 2021-11-30 | 1 | -6/+5 |
* | Move Mono unhandled exception setting to be located within a subsection | Hugo Locurcio | 2021-11-10 | 1 | -1/+1 |
* | clang-format: Enable `BreakBeforeTernaryOperators` | Rémi Verschelde | 2021-10-28 | 2 | -29/+25 |
* | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde | 2021-10-28 | 6 | -84/+74 |
* | Mono: Fix build after #52940 | Rémi Verschelde | 2021-10-20 | 1 | -1/+1 |
* | C#: Fix property set call boxing value when unboxed was expected | Ignacio Roldán Etcheverry | 2021-10-19 | 2 | -18/+17 |
* | Fix marshaling generic Godot.Object in C# | Raul Santos | 2021-10-18 | 1 | -0/+11 |
* | Fix hint_string for C# enum arrays | Raul Santos | 2021-10-15 | 1 | -18/+21 |
* | Merge pull request #53627 from raulsntos/fix-list-marshal | Rémi Verschelde | 2021-10-15 | 1 | -2/+4 |
|\ |
|
| * | Fix C# List<T> marshalling | Raul Santos | 2021-10-10 | 1 | -2/+4 |
* | | Merge pull request #53581 from raulsntos/mono-marshal-generics | Rémi Verschelde | 2021-10-15 | 1 | -0/+11 |
|\ \ |
|
| * | | Support marshaling generic Godot.Object | Raul Santos | 2021-10-08 | 1 | -0/+11 |
| |/ |
|
* / | Support arrays of StringName, NodePath and RID in mono | Raul Santos | 2021-10-08 | 1 | -0/+36 |
|/ |
|
* | [Net] Rename RPC constants and annotation arguments. | Fabio Alessandrelli | 2021-10-01 | 2 | -3/+3 |
* | Update C# RPC attributes to share new Any/Auth naming convention | Edward Auttonberry | 2021-09-28 | 2 | -6/+6 |
* | [Net] Rename RPC "puppet" to "auth" (authority). Drop "master". | Fabio Alessandrelli | 2021-08-30 | 2 | -3/+0 |
* | Merge pull request #47295 from omegachysis/script-bind-mutex | Ignacio Roldán Etcheverry | 2021-08-24 | 1 | -1/+5 |
|\ |
|
| * | Add mutex to protect script bindings | Matthew A. Robinson | 2021-03-23 | 1 | -1/+5 |
* | | C#: Fix bindings generator for Callable argument default value | Ignacio Roldán Etcheverry | 2021-08-20 | 1 | -2/+6 |
* | | Namespaces instead of underscore prefix for binds | Max Hilbrunner | 2021-08-17 | 2 | -31/+39 |
* | | Fix C# native instance bindings after recent re-write | Ignacio Roldán Etcheverry | 2021-08-16 | 2 | -21/+5 |
* | | Use C++ iterators in the Mono module | Raul Santos | 2021-07-27 | 2 | -6/+6 |
* | | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -1/+1 |
* | | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -2/+2 |
* | | [Net] Single `rpc` annotation. "sync" no longer part of mode. | Fabio Alessandrelli | 2021-07-20 | 2 | -9/+0 |