aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript
Commit message (Collapse)AuthorAgeFilesLines
* [Pluginscript] Fix not working exports in editorEmmanuel Leblond2018-06-151-19/+4
|
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-294-20/+20
|
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-294-20/+20
|
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-264-20/+20
|
* Correct profiling_frame naming in pluginscriptEmmanuel Leblond2018-04-071-1/+1
|
* Fix Pluginscript add_global_constant mandatory value checkEmmanuel Leblond2018-04-061-1/+1
|
* Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-011-1/+1
|
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
| | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* Improve inheritance system in gdnative pluginscriptEmmanuel Leblond2018-01-164-28/+29
|
* Fix warning when editor resource preview try to read pluginscript resourceEmmanuel Leblond2018-01-091-1/+5
|
* Fix crash in pluginscript complete_codeEmmanuel Leblond2018-01-091-1/+1
|
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0510-10/+12
| | | | | | 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-0110-20/+20
| | | | Happy new year to the wonderful Godot community!
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-072-4/+7
|
* 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