summaryrefslogtreecommitdiff
path: root/modules/mono/mono_gd/gd_mono_class.cpp
AgeCommit message (Expand)Author
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-07-27Use C++ iterators in the Mono moduleRaul Santos
2021-01-19C # mono supports Unicode codemagian1127
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-06Don't box params on Native->C# calls with Variant paramsIgnacio Etcheverry
2020-07-05Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-09Mono: Fix hot-reloading of nested classesIgnacio Etcheverry
2020-04-23C#: Revert marshalling of IDictionary/IEnumerable implementing typesIgnacio Etcheverry
2020-04-02Replace NULL with nullptrlupoDharkael
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-13Mono/C#: WebAssembly supportIgnacio Etcheverry
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry
2019-07-05Re-write mono module editor code in C#Ignacio Etcheverry
2019-04-06C#: Support type hints for exported ArraysIgnacio Etcheverry
2019-04-06C#: Add marshalling support for IEnumerable and IDictionaryIgnacio Etcheverry
2019-02-19C#: Add 'Singleton' property to singleton wrapper classIgnacio Etcheverry
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-08Tweaks after feedbackBen Rog-Wilhelm
2018-12-07Implement CSharpScript::get_script_method_list and related functionality.Ben Rog-Wilhelm
2018-07-31Mono: Fix property set_value and cleanupIgnacio Etcheverry
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Mono: Fix null dereferencesIgnacio Etcheverry
2018-07-20Add Array and Dictionary wrapper classes to C#Ignacio Etcheverry
2018-02-17add a [Signal] attribute to CSharpScriptsPaul Joannon
2018-01-09Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Mono: Add properties support in scriptsIgnacio Etcheverry
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-10-17Export attribute fixes and improvementsIgnacio Etcheverry
2017-10-03Added mono moduleIgnacio Etcheverry