summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/pluginscript
Commit message (Expand)AuthorAgeFilesLines
* Replace a few #if/#elif with #ifdef and "#elif defined"Ignacio Etcheverry2019-04-051-1/+1
* Make direct casting among Error and godot_error enums (#23015).marxin2019-02-181-2/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-0110-20/+20
* Merge pull request #23615 from buresu/pluginscript-newRémi Verschelde2018-12-182-13/+78
|\
| * PluginScript: Add support for the new() methodNaoto Kondo2018-11-102-13/+78
* | Added basic support for custom resource savers and loadersMarc Gilleron2018-12-153-8/+12
* | Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky2018-11-271-0/+1
|/
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-5/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-123-7/+7
* Added system for GDScript warningsGeorge Marques2018-08-102-2/+2
* Add editor highlight for type-safe linesGeorge Marques2018-07-202-2/+2
* [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
* 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
* Update copyright statements to 2018Rémi Verschelde2018-01-0110-20/+20
* 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
* Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry2017-10-242-0/+5
* [GDnative] remove useless (and illegal !) STL includeEmmanuel Leblond2017-10-202-2/+0
* [GDnative] add pluginscript \o/Emmanuel Leblond2017-10-1711-0/+1751