aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/mono_gd/gd_mono_field.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Mono: Add properties support in scriptsIgnacio Etcheverry2018-01-041-15/+19
|
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Marshal NULL MonoString* as empty Godot stringIgnacio Etcheverry2017-12-241-1/+1
|
* Mono: Fix compiler error with Variant::operator AABB()Ignacio Etcheverry2017-11-181-1/+1
|
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-3/+3
| | | | Fixes #12973.
* Fix set field from MonoObject*Ignacio Etcheverry2017-10-221-9/+7
|
* Export attribute fixes and improvementsIgnacio Etcheverry2017-10-171-0/+4
| | | | | | - Allow non-public fields to be exported as well (to avoid confusion). - Set PROPERTY_HINT_RESOURCE_TYPE for resource derived fields. - Support enums and automatically fill PROPERTY_HINT_ENUM's hint_string for enum fields.
* Fixed IntPtr unboxing (#11949)Ignacio Etcheverry2017-10-091-2/+2
| | | | | - Fix boolean never reset to false - Fix IntPtr unboxing and cleanup
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+362