summaryrefslogtreecommitdiff
path: root/modules/mono/mono_gd/gd_mono_marshal.cpp
AgeCommit message (Expand)Author
2020-01-02Mono/C#: Make 'GD.Print' and its variants fallback to 'ToString()'Ignacio Etcheverry
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-19Mono/C#: Fix Variant -> MonoString* when type is Variant:NILIgnacio Etcheverry
2019-12-04Mono/C#: Several android fixesIgnacio Etcheverry
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-06-03Android build and export for the mono moduleIgnacio Etcheverry
2019-05-21Fix C# build error in MarshalUtils debug codeIgnacio Etcheverry
2019-05-18C#: Marshalling support for IEnumerable<> and IDictionary<,>Ignacio Etcheverry
2019-04-29C#: Support resource type hint in exported arraysIgnacio Etcheverry
2019-04-06C#: Support type hints for exported ArraysIgnacio Etcheverry
2019-04-06C#: Add marshalling support for IEnumerable and IDictionaryIgnacio Etcheverry
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-14Fix Godot.Reference marshalling from MonoObject* to VariantIgnacio Etcheverry
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-16Reduce String CoWHein-Pieter van Braam
2018-11-30C#: Improve tool script support and fix reloading issuesIgnacio Etcheverry
2018-10-17C#: Optimize struct marshallingIgnacio Etcheverry
2018-07-20Add Array and Dictionary wrapper classes to C#Ignacio Etcheverry
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-07-04Mono: Pending exceptions and cleanupIgnacio Etcheverry
2018-06-05Mono: Null checks when marshaling from MonoArray* and managed DictionaryIgnacio Etcheverry
2018-05-20Reduce allocations when converting mono arrays to pool arraysCarter Anderson
2018-01-18remove an unneeded marshalling functionPaul Joannon
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-12-24Marshal NULL MonoString* as empty Godot stringIgnacio Etcheverry
2017-11-18Mono: Fix compiler error with Variant::operator AABB()Ignacio Etcheverry
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-01Use mono_gc_wbarrier_set_arrayref for Array marshallingIgnacio Etcheverry
2017-10-17Export attribute fixes and improvementsIgnacio Etcheverry
2017-10-10Fix wrong array indexIgnacio Etcheverry
2017-10-10 Fix getting struct elements from MonoArray (#11978)Ignacio Etcheverry
2017-10-09Fixed IntPtr unboxing (#11949)Ignacio Etcheverry
2017-10-03Added mono moduleIgnacio Etcheverry