summaryrefslogtreecommitdiffstats
path: root/modules/mono/mono_gd/gd_mono_method.cpp
Commit message (Expand)AuthorAgeFilesLines
* C#: Restructure code prior move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-295/+0
* C#: Re-write GD and some other icalls as P/InvokeIgnacio Roldán Etcheverry2022-08-221-3/+7
* C#: Move marshaling logic and generated glue to C#Ignacio Roldán Etcheverry2022-08-221-9/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Don't box params on Native->C# calls with Variant paramsIgnacio Etcheverry2020-12-061-14/+11
* Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-051-6/+12
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* C#: Revert marshalling of IDictionary/IEnumerable implementing typesIgnacio Etcheverry2020-04-231-2/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-15/+15
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-32/+32
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Mono/C#: WebAssembly supportIgnacio Etcheverry2019-11-131-4/+2
* Android build and export for the mono moduleIgnacio Etcheverry2019-06-031-1/+1
* C#: Marshalling support for IEnumerable<> and IDictionary<,>Ignacio Etcheverry2019-05-181-0/+4
* Mono: CleanupIgnacio Etcheverry2019-02-031-7/+7
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Implement CSharpScript::get_script_method_list and related functionality.Ben Rog-Wilhelm2018-12-071-0/+27
* Mono: Fix property set_value and cleanupIgnacio Etcheverry2018-07-311-9/+3
* Mono: Pending exceptions and cleanupIgnacio Etcheverry2018-07-041-12/+18
* [mono] fix signals parameter retrievalPaul Joannon2018-02-211-5/+7
* [Mono] Fixed "expression did not evaluate to a constant" compiler error for v...Nathan Warden2018-02-201-3/+4
* implement signal related methods in csharp_script so signals can be used with...Paul Joannon2018-02-171-0/+14
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Mono: Add properties support in scriptsIgnacio Etcheverry2018-01-041-13/+32
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Mono: Prevent raising exceptions in native codeIgnacio Etcheverry2017-10-231-3/+38
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+192