summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/pluginscript
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-3/+1
|\
| * Added some obvious errors explanationsqarmin2019-09-251-3/+1
* | Fix misc. source comment typosluz.paz2019-09-191-2/+2
|/
* Make VarArg methods return types show up as Variant in API jsontoasteater2019-08-261-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-091-15/+10
* Remove added pluginscript resource format loaders and savers on cleanupIvan Hilaire2019-07-191-0/+2
* Parse more informations for code completionGeequlim2019-07-042-3/+4
* Remove bogus nulls from generated default valuesBojidar Marinov2019-06-291-4/+12
* Fixed cases of unsupported pointers being used to construct variantsAndrettin2019-06-292-2/+2
* Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde2019-06-181-4/+0
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-6/+6
* Merge pull request #28099 from lupoDharkael/fix-completionRémi Verschelde2019-06-032-3/+3
|\
| * Fix code completion not working with class_namelupoDharkael2019-04-162-3/+3
* | Fix typos with codespellRémi Verschelde2019-05-191-1/+1
|/
* 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