aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/mono_gd/gd_mono_marshal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mono: Null checks when marshaling from MonoArray* and managed DictionaryIgnacio Etcheverry2018-06-051-0/+19
* Reduce allocations when converting mono arrays to pool arraysCarter Anderson2018-05-201-9/+16
* remove an unneeded marshalling functionPaul Joannon2018-01-181-10/+6
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Mono: Add properties support in scriptsIgnacio Etcheverry2018-01-041-7/+7
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Marshal NULL MonoString* as empty Godot stringIgnacio Etcheverry2017-12-241-2/+3
* Mono: Fix compiler error with Variant::operator AABB()Ignacio Etcheverry2017-11-181-1/+1
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-8/+8
* Use mono_gc_wbarrier_set_arrayref for Array marshallingIgnacio Etcheverry2017-11-011-1/+1
* Export attribute fixes and improvementsIgnacio Etcheverry2017-10-171-1/+15
* Fix wrong array indexIgnacio Etcheverry2017-10-101-6/+6
* Fix getting struct elements from MonoArray (#11978)Ignacio Etcheverry2017-10-101-3/+3
* Fixed IntPtr unboxing (#11949)Ignacio Etcheverry2017-10-091-33/+22
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+856