summaryrefslogtreecommitdiffstats
path: root/modules/mono/mono_gd/gd_mono_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* C#: Begin move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-253/+0
* C#: Restructure code prior move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-250/+12
* C#: Move marshaling logic and generated glue to C#Ignacio Roldán Etcheverry2022-08-221-196/+10
* Support explicit values in flag properties, add C# flags supportRaul Santos2022-06-031-0/+8
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix get_all_delegates method for generic classesRaul Santos2021-12-041-0/+6
* Mono: Fix build after #52940Rémi Verschelde2021-10-201-1/+1
* Fix C# native instance bindings after recent re-writeIgnacio Roldán Etcheverry2021-08-161-17/+2
* Redo how instance bindings workreduz2021-07-081-0/+3
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Improve & fix Mono buildPedro J. Estébanez2021-06-131-1/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-5/+5
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44106 from neikeq/mono-invoke-no-params-boxingRémi Verschelde2020-12-061-7/+0
|\
| * Don't box params on Native->C# calls with Variant paramsIgnacio Etcheverry2020-12-061-7/+0
* | Fix unhandled exception re-thrown in the editorIgnacio Etcheverry2020-12-051-0/+1
|/
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-2/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-051-18/+17
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-2/+1
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-3/+4
* C#: Revert marshalling of IDictionary/IEnumerable implementing typesIgnacio Etcheverry2020-04-231-35/+25
* Replace NULL with nullptrlupoDharkael2020-04-021-52/+52
* Mono/C#: Add iOS supportIgnacio Etcheverry2020-03-311-0/+5
* Mono/C#: Optimize the way we store GC handles for scriptsIgnacio Etcheverry2020-03-171-4/+19
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-4/+30
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-2/+4
* Threaded networking for editor debugger.Fabio Alessandrelli2020-03-081-1/+1
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-2/+2
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-1/+1
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-2/+2
* Mono/C#: Script interface calls now attach the current threadIgnacio Etcheverry2020-01-161-4/+31
* Mono/C#: Add error checks to detect possible Reference leaksIgnacio Etcheverry2020-01-131-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Mono/C#: WebAssembly supportIgnacio Etcheverry2019-11-131-294/+21
* C#: Fix detection of outdated release Godot API assembliesIgnacio Etcheverry2019-10-111-0/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry2019-08-091-12/+8
* Mono: Add option to keep running after unhandled exceptionsIgnacio Etcheverry2019-07-241-5/+12
* Re-write mono module editor code in C#Ignacio Etcheverry2019-07-051-47/+67
* Android build and export for the mono moduleIgnacio Etcheverry2019-06-031-16/+10
* Merge pull request #29079 from neikeq/oopsieIgnacio Roldán Etcheverry2019-05-211-4/+24
|\
| * Fix C# build error in MarshalUtils debug codeIgnacio Etcheverry2019-05-211-4/+24
* | Replace call to 'mono_runtime_object_init' with manual ctor invokingIgnacio Etcheverry2019-05-211-9/+8
|/
* C#: Marshalling support for IEnumerable<> and IDictionary<,>Ignacio Etcheverry2019-05-181-2/+126
* Mono: Use exit(status) instead of abort() in exception hookIgnacio Etcheverry2019-04-181-5/+0
* C#: Support type hints for exported ArraysIgnacio Etcheverry2019-04-061-0/+4
* C#: Add marshalling support for IEnumerable and IDictionaryIgnacio Etcheverry2019-04-061-5/+18