| Commit message (Expand) | Author | Age | Files | Lines |
* | C#: Begin move to .NET Core | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -253/+0 |
* | C#: Restructure code prior move to .NET Core | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -250/+12 |
* | C#: Move marshaling logic and generated glue to C# | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -196/+10 |
* | Support explicit values in flag properties, add C# flags support | Raul Santos | 2022-06-03 | 1 | -0/+8 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -1/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Fix get_all_delegates method for generic classes | Raul Santos | 2021-12-04 | 1 | -0/+6 |
* | Mono: Fix build after #52940 | Rémi Verschelde | 2021-10-20 | 1 | -1/+1 |
* | Fix C# native instance bindings after recent re-write | Ignacio Roldán Etcheverry | 2021-08-16 | 1 | -17/+2 |
* | Redo how instance bindings work | reduz | 2021-07-08 | 1 | -0/+3 |
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -1/+1 |
* | Improve & fix Mono build | Pedro J. Estébanez | 2021-06-13 | 1 | -1/+1 |
* | Rename Reference to RefCounted | Pedro J. Estébanez | 2021-06-11 | 1 | -5/+5 |
* | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde | 2021-06-11 | 1 | -1/+1 |
* | 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 | -7/+0 |
|\ |
|
| * | Don't box params on Native->C# calls with Variant params | Ignacio Etcheverry | 2020-12-06 | 1 | -7/+0 |
* | | Fix unhandled exception re-thrown in the editor | Ignacio Etcheverry | 2020-12-05 | 1 | -0/+1 |
|/ |
|
* | Remove empty lines around braces with the formatting script | Aaron Franke | 2020-11-16 | 1 | -2/+0 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | Mono/C#: Fix several clang-tidy warnings and cleanup | Ignacio Etcheverry | 2020-07-05 | 1 | -18/+17 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -1/+0 |
* | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -2/+1 |
* | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -3/+4 |
* | C#: Revert marshalling of IDictionary/IEnumerable implementing types | Ignacio Etcheverry | 2020-04-23 | 1 | -35/+25 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -52/+52 |
* | Mono/C#: Add iOS support | Ignacio Etcheverry | 2020-03-31 | 1 | -0/+5 |
* | Mono/C#: Optimize the way we store GC handles for scripts | Ignacio Etcheverry | 2020-03-17 | 1 | -4/+19 |
* | Fix C# bindings after recent breaking changes | Ignacio Etcheverry | 2020-03-17 | 1 | -4/+30 |
* | Refactor ScriptDebugger. | Fabio Alessandrelli | 2020-03-08 | 1 | -2/+4 |
* | Threaded networking for editor debugger. | Fabio Alessandrelli | 2020-03-08 | 1 | -1/+1 |
* | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez | 2020-02-26 | 1 | -2/+2 |
* | Huge Debugger/EditorDebugger refactor. | Fabio Alessandrelli | 2020-02-21 | 1 | -1/+1 |
* | Remove duplicate ERR_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -2/+2 |
* | Mono/C#: Script interface calls now attach the current thread | Ignacio Etcheverry | 2020-01-16 | 1 | -4/+31 |
* | Mono/C#: Add error checks to detect possible Reference leaks | Ignacio Etcheverry | 2020-01-13 | 1 | -0/+1 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Mono/C#: WebAssembly support | Ignacio Etcheverry | 2019-11-13 | 1 | -294/+21 |
* | C#: Fix detection of outdated release Godot API assemblies | Ignacio Etcheverry | 2019-10-11 | 1 | -0/+2 |
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono' | Ignacio Etcheverry | 2019-08-09 | 1 | -12/+8 |
* | Mono: Add option to keep running after unhandled exceptions | Ignacio Etcheverry | 2019-07-24 | 1 | -5/+12 |
* | Re-write mono module editor code in C# | Ignacio Etcheverry | 2019-07-05 | 1 | -47/+67 |
* | Android build and export for the mono module | Ignacio Etcheverry | 2019-06-03 | 1 | -16/+10 |
* | Merge pull request #29079 from neikeq/oopsie | Ignacio Roldán Etcheverry | 2019-05-21 | 1 | -4/+24 |
|\ |
|
| * | Fix C# build error in MarshalUtils debug code | Ignacio Etcheverry | 2019-05-21 | 1 | -4/+24 |
* | | Replace call to 'mono_runtime_object_init' with manual ctor invoking | Ignacio Etcheverry | 2019-05-21 | 1 | -9/+8 |
|/ |
|
* | C#: Marshalling support for IEnumerable<> and IDictionary<,> | Ignacio Etcheverry | 2019-05-18 | 1 | -2/+126 |
* | Mono: Use exit(status) instead of abort() in exception hook | Ignacio Etcheverry | 2019-04-18 | 1 | -5/+0 |
* | C#: Support type hints for exported Arrays | Ignacio Etcheverry | 2019-04-06 | 1 | -0/+4 |
* | C#: Add marshalling support for IEnumerable and IDictionary | Ignacio Etcheverry | 2019-04-06 | 1 | -5/+18 |