| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 1 | -0/+2 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT | Micky | 2022-09-06 | 1 | -1/+1 |
* | C#: Begin move to .NET Core | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -16/+3 |
* | C#: Restructure code prior move to .NET Core | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -47/+32 |
* | C#: Move marshaling logic and generated glue to C# | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -0/+4 |
* | Fix Callable calls in mono module | Raul Santos | 2022-07-29 | 1 | -1/+1 |
* | Clean up Hash Functions | reduz | 2022-06-20 | 1 | -2/+2 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Merge pull request #44106 from neikeq/mono-invoke-no-params-boxing | Rémi Verschelde | 2020-12-06 | 1 | -4/+8 |
|\ |
|
| * | Don't box params on Native->C# calls with Variant params | Ignacio Etcheverry | 2020-12-06 | 1 | -4/+8 |
* | | C#: Fix multiple awaits to same signal result in connect error | Ignacio Etcheverry | 2020-12-05 | 1 | -10/+2 |
|/ |
|
* | Mono/C#: Fix several clang-tidy warnings and cleanup | Ignacio Etcheverry | 2020-07-05 | 1 | -6/+12 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -1/+0 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -2/+2 |
* | Mono/C#: Optimize the way we store GC handles for scripts | Ignacio Etcheverry | 2020-03-17 | 1 | -3/+13 |
* | Fix C# bindings after recent breaking changes | Ignacio Etcheverry | 2020-03-17 | 1 | -63/+142 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -4/+4 |
* | Fix Mono and GDNative builds after changes to ObjectID | Rémi Verschelde | 2020-02-12 | 1 | -7/+2 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Mono/C#: WebAssembly support | Ignacio Etcheverry | 2019-11-13 | 1 | -2/+3 |
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono' | Ignacio Etcheverry | 2019-08-09 | 1 | -4/+2 |
* | Re-write mono module editor code in C# | Ignacio Etcheverry | 2019-07-05 | 1 | -1/+1 |
* | Android build and export for the mono module | Ignacio Etcheverry | 2019-06-03 | 1 | -1/+1 |
* | C#: Add marshalling support for IEnumerable and IDictionary | Ignacio Etcheverry | 2019-04-06 | 1 | -2/+2 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | C#: Improve tool script support and fix reloading issues | Ignacio Etcheverry | 2018-11-30 | 1 | -6/+2 |
* | Fix msvc warnings in mono module | Ignacio Etcheverry | 2018-10-25 | 1 | -1/+1 |
* | Fix/workaround for issue #21667 | Ignacio Etcheverry | 2018-09-12 | 1 | -1/+1 |
* | Merge pull request #16927 from neikeq/rework-refcount-notify | Juan Linietsky | 2018-08-25 | 1 | -4/+3 |
|\ |
|
| * | Notify instance binding data api of refcount increment/decrement | Ignacio Etcheverry | 2018-08-23 | 1 | -4/+3 |
* | | Mono: Pending exceptions and cleanup | Ignacio Etcheverry | 2018-07-04 | 1 | -8/+12 |
|/ |
|
* | SignalAwaiter::_signal_callback was calling the thunk with a wrong pointer | Paul Joannon | 2018-01-23 | 1 | -1/+1 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | 2017-12-07 | 1 | -3/+3 |
* | Mono: Fix build with tools=no or target=release | Ignacio Etcheverry | 2017-10-18 | 1 | -0/+2 |
* | Re-write SignalAwaiter implementation | Ignacio Etcheverry | 2017-10-16 | 1 | -5/+70 |
* | Added mono module | Ignacio Etcheverry | 2017-10-03 | 1 | -0/+77 |