aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/mono_gd/gd_mono_utils.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-3/+3
| | | | Fixes #12973.
* Export attribute fixes and improvementsIgnacio Etcheverry2017-10-171-2/+2
| | | | | | - 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.
* Re-write SignalAwaiter implementationIgnacio Etcheverry2017-10-161-2/+2
| | | | Old implementation had issues where you could only await on the same signal of the same source once.
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+367