summaryrefslogtreecommitdiffstats
path: root/modules/mono/mono_gd/gd_mono_utils.h
Commit message (Expand)AuthorAgeFilesLines
* C#: Begin move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-144/+0
* C#: Restructure code prior move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-38/+0
* C#: Move marshaling logic and generated glue to C#Ignacio Roldán Etcheverry2022-08-221-26/+3
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* Support explicit values in flag properties, add C# flags supportRaul Santos2022-06-031-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix get_all_delegates method for generic classesRaul Santos2021-12-041-0/+2
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44105 from neikeq/mono-wasm-m2n-hookRémi Verschelde2020-12-171-0/+19
|\
| * Mono: Make Godot provide its own WASM m2n trampolinesIgnacio Etcheverry2020-12-141-0/+19
* | Don't box params on Native->C# calls with Variant paramsIgnacio Etcheverry2020-12-061-1/+0
|/
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-2/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+1
* Fix clang-tidy warnings due to semicolon after mono module macrosIgnacio Etcheverry2020-08-301-8/+13
* Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-051-5/+0
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-1/+1
* C#: Revert marshalling of IDictionary/IEnumerable implementing typesIgnacio Etcheverry2020-04-231-9/+8
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Mono/C#: Optimize the way we store GC handles for scriptsIgnacio Etcheverry2020-03-171-0/+5
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-3/+7
* Mono/C#: Script interface calls now attach the current threadIgnacio Etcheverry2020-01-161-1/+22
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Mono/C#: WebAssembly supportIgnacio Etcheverry2019-11-131-281/+0
* Mono: Add option to keep running after unhandled exceptionsIgnacio Etcheverry2019-07-241-1/+1
* Re-write mono module editor code in C#Ignacio Etcheverry2019-07-051-7/+17
* Android build and export for the mono moduleIgnacio Etcheverry2019-06-031-7/+11
* Merge pull request #29079 from neikeq/oopsieIgnacio Roldán Etcheverry2019-05-211-2/+8
|\
| * Fix C# build error in MarshalUtils debug codeIgnacio Etcheverry2019-05-211-2/+8
* | Replace call to 'mono_runtime_object_init' with manual ctor invokingIgnacio Etcheverry2019-05-211-1/+1
|/
* C#: Marshalling support for IEnumerable<> and IDictionary<,>Ignacio Etcheverry2019-05-181-3/+47
* C#: Support type hints for exported ArraysIgnacio Etcheverry2019-04-061-2/+6
* C#: Add marshalling support for IEnumerable and IDictionaryIgnacio Etcheverry2019-04-061-14/+22
* Mono: CleanupIgnacio Etcheverry2019-02-031-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* C#: Improve tool script support and fix reloading issuesIgnacio Etcheverry2018-11-301-0/+91
* Improve the C# API projects generationIgnacio Etcheverry2018-11-081-5/+5
* Rename slave keyword to puppetFabio Alessandrelli2018-09-151-1/+2
* C#: Fix explicit enum values when exporting memberIgnacio Etcheverry2018-09-121-0/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Fix/workaround for issue #21667Ignacio Etcheverry2018-09-121-0/+2
* Mono: Fix property set_value and cleanupIgnacio Etcheverry2018-07-311-0/+8
* Add Array and Dictionary wrapper classes to C#Ignacio Etcheverry2018-07-201-5/+26
* Mono: Pending exceptions and cleanupIgnacio Etcheverry2018-07-041-3/+30
* New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-291-0/+3
* add a [Signal] attribute to CSharpScriptsPaul Joannon2018-02-171-0/+1
* SignalAwaiter::_signal_callback was calling the thunk with a wrong pointerPaul Joannon2018-01-231-1/+1
* Mono: Some StackTrace to StackInfo[] fixesIgnacio Etcheverry2018-01-121-1/+7