aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/glue
Commit message (Collapse)AuthorAgeFilesLines
...
* Add cartesian to polar conversion functionspablotato2017-11-201-0/+10
|
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-22/+22
| | | | Fixes #12973.
* Move singleton management from ProjectSettings to EngineLeon Krause2017-11-141-1/+1
|
* Convert DOS line endings to Unix line endingsRémi Verschelde2017-11-056-1279/+1279
| | | | | | | Should fix issues some of us have with `misc/dist/uwp_template/AppxManifest.xml` always showing up as modified. Might cause issues on Windows due to the removal of BOMs or change of line endings in some of the Mono, UWP or gradlew.bat files, we will test and adapt if need be.
* Export attribute fixes and improvementsIgnacio Etcheverry2017-10-171-3/+1
| | | | | | - 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.
* Apply a few recent chages in Quat and Basis to their respective Mono ↵Ferenc Arn2017-10-093-19/+70
| | | | counterparts. (#11899)
* Added mono moduleIgnacio Etcheverry2017-10-0325-0/+5660