summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/pluginscript
Commit message (Collapse)AuthorAgeFilesLines
* Removes Script::get_node_type()Jerome670002017-10-252-7/+0
| | | | used before GDScript, with squirrel apparently
* Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry2017-10-242-0/+5
| | | | | - 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.
* [GDnative] remove useless (and illegal !) STL includeEmmanuel Leblond2017-10-202-2/+0
|
* [GDnative] add pluginscript \o/Emmanuel Leblond2017-10-1711-0/+1751