aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/csharp_script.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mono: support custom script templates.Andreas Haas2017-10-311-2/+9
| | | | Also fixes a bug that prevented methods like `duplicate()` from copying the source code. (Copied from GDScript implementation)
* Removes Script::get_node_type()Jerome670002017-10-251-1/+0
| | | | used before GDScript, with squirrel apparently
* Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry2017-10-241-0/+1
| | | | | - Make ScriptCreateDialog disable the built-in script checked button if the language does not support it. - ScriptLanguage's get_template and make_template now receive the script path as class name if the the script language does not have named classes.
* Re-write SignalAwaiter implementationIgnacio Etcheverry2017-10-161-1/+3
| | | | 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/+338