aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/mono_gd/gd_mono_class.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add a [Signal] attribute to CSharpScriptsPaul Joannon2018-02-171-0/+28
|
* Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry2018-01-091-6/+8
|
* 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-7/+60
|
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Export attribute fixes and improvementsIgnacio Etcheverry2017-10-171-0/+32
| | | | | | - 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.
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+381