summaryrefslogtreecommitdiffstats
path: root/modules/mono/mono_gd/gd_mono_utils.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mono: Some fixes for #15463Ignacio Etcheverry2018-01-091-1/+1
* Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry2018-01-091-7/+17
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Mono: Add properties support in scriptsIgnacio Etcheverry2018-01-041-1/+3
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Mono: Make the bindings generator output enumsIgnacio Etcheverry2017-12-241-1/+1
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-2/+2
* Fix thread checking to queue instances for deletionIgnacio Etcheverry2017-11-011-0/+4
* Export attribute fixes and improvementsIgnacio Etcheverry2017-10-171-2/+2
* Re-write SignalAwaiter implementationIgnacio Etcheverry2017-10-161-2/+2
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+182