aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/editor/bindings_generator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-2/+2
| | | | Fixes #12973.
* doc: Rename "@Global Scope" to "@GlobalScope"Rémi Verschelde2017-11-151-2/+2
| | | | Spaces in filenames are evil.
* Move singleton management from ProjectSettings to EngineLeon Krause2017-11-141-3/+3
|
* Fix regression from #12473 and #12388Ignacio Etcheverry2017-10-291-27/+27
|
* BindingsGenerator cleanup and improved error messagesIgnacio Etcheverry2017-10-291-535/+565
| | | | If there is an error generating a property or a method, the error message will include the member and class names.
* Exit after generating mono glueIgnacio Etcheverry2017-10-241-10/+30
|
* Mono: Prevent raising exceptions in native codeIgnacio Etcheverry2017-10-231-4/+4
| | | | For now we will just print the exceptions we catch. Later, we should use something similar to 'mono_set_pending_exception(ex)'.
* Improve signature of signal target generated functionIgnacio Etcheverry2017-10-161-30/+0
|
* Merge pull request #12135 from neikeq/gIgnacio Etcheverry2017-10-161-4/+0
|\ | | | | Re-write SignalAwaiter implementation
| * Re-write SignalAwaiter implementationIgnacio Etcheverry2017-10-161-4/+0
| | | | | | | | Old implementation had issues where you could only await on the same signal of the same source once.
* | Mono: Make use of ClassInfo's exposed APIIgnacio Etcheverry2017-10-091-15/+6
|/ | | | | - BindingsGenerator only generates exposed classes. - Fix creation of managed instances of non-exposed classes.
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+2151