aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/register_types.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.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Move singleton management from ProjectSettings to EngineLeon Krause2017-11-141-2/+2
|
* Adds 'exposed' field to ClassInfoIgnacio Etcheverry2017-10-091-0/+1
| | | | | | This field represents if the class is exposed to the scripting API. The value is 'true' if the class was registered manually ('ClassDB::register_*class()'), otherwise it's false (registered on '_post_initialize'). - Added missing registration of classes that are meant to be exposed.
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+71