summaryrefslogtreecommitdiffstats
path: root/modules/mono/mono_gd/gd_mono_class.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use C++ iterators in the Mono moduleRaul Santos2021-07-271-4/+4
* C # mono supports Unicode codemagian11272021-01-191-7/+7
* 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-2/+2
* Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-051-23/+46
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-23/+0
* Mono: Fix hot-reloading of nested classesIgnacio Etcheverry2020-05-091-2/+16
* C#: Revert marshalling of IDictionary/IEnumerable implementing typesIgnacio Etcheverry2020-04-231-1/+15
* Replace NULL with nullptrlupoDharkael2020-04-021-39/+39
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-4/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Mono/C#: WebAssembly supportIgnacio Etcheverry2019-11-131-6/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry2019-08-091-4/+4
* Re-write mono module editor code in C#Ignacio Etcheverry2019-07-051-10/+7
* C#: Support type hints for exported ArraysIgnacio Etcheverry2019-04-061-1/+2
* C#: Add marshalling support for IEnumerable and IDictionaryIgnacio Etcheverry2019-04-061-0/+5
* C#: Add 'Singleton' property to singleton wrapper classIgnacio Etcheverry2019-02-191-1/+9
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Tweaks after feedbackBen Rog-Wilhelm2018-12-081-16/+10
* 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-3/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* Mono: Fix null dereferencesIgnacio Etcheverry2018-07-251-0/+6
* Add Array and Dictionary wrapper classes to C#Ignacio Etcheverry2018-07-201-9/+23
* add a [Signal] attribute to CSharpScriptsPaul Joannon2018-02-171-0/+28
* Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry2018-01-091-6/+8
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Mono: Add properties support in scriptsIgnacio Etcheverry2018-01-041-7/+60
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Export attribute fixes and improvementsIgnacio Etcheverry2017-10-171-0/+32
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+381