summaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript
AgeCommit message (Expand)Author
2019-08-26Make VarArg methods return types show up as Variant in API jsontoasteater
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner
2019-07-19Remove added pluginscript resource format loaders and savers on cleanupIvan Hilaire
2019-07-04Parse more informations for code completionGeequlim
2019-06-29Remove bogus nulls from generated default valuesBojidar Marinov
2019-06-29 Fixed cases of unsupported pointers being used to construct variantsAndrettin
2019-06-18Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-06-03Merge pull request #28099 from lupoDharkael/fix-completionRémi Verschelde
2019-05-19Fix typos with codespellRémi Verschelde
2019-04-16Fix code completion not working with class_namelupoDharkael
2019-04-05Replace a few #if/#elif with #ifdef and "#elif defined"Ignacio Etcheverry
2019-02-18Make direct casting among Error and godot_error enums (#23015).marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-18Merge pull request #23615 from buresu/pluginscript-newRémi Verschelde
2018-12-15Added basic support for custom resource savers and loadersMarc Gilleron
2018-11-27Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky
2018-11-10PluginScript: Add support for the new() methodNaoto Kondo
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-10Added system for GDScript warningsGeorge Marques
2018-07-20Add editor highlight for type-safe linesGeorge Marques
2018-06-15[Pluginscript] Fix not working exports in editorEmmanuel Leblond
2018-05-29Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-29Revert "RPCMode refactor, more sync modes"Max Hilbrunner
2018-05-26Refactor RPCMode enum and checksFabio Alessandrelli
2018-04-07Correct profiling_frame naming in pluginscriptEmmanuel Leblond
2018-04-06Fix Pluginscript add_global_constant mandatory value checkEmmanuel Leblond
2018-02-01Fix inconsistencies and typos in argument namesPaolo Perkovic
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-16Improve inheritance system in gdnative pluginscriptEmmanuel Leblond
2018-01-09Fix warning when editor resource preview try to read pluginscript resourceEmmanuel Leblond
2018-01-09Fix crash in pluginscript complete_codeEmmanuel Leblond
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-10-25Removes Script::get_node_type()Jerome67000
2017-10-24Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry
2017-10-20[GDnative] remove useless (and illegal !) STL includeEmmanuel Leblond
2017-10-17[GDnative] add pluginscript \o/Emmanuel Leblond