summaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript
AgeCommit message (Expand)Author
2020-07-10Add override keywords.Marcel Admiraal
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-21Add ability to bind typed arrays to script APIJuan Linietsky
2020-04-20Exposed RenderingDevice to script APIJuan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli
2020-02-28Removed interactive loader, added proper thread loading.Juan Linietsky
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-12Optmized data sent during RPC and RSet calls.Andrea Catania
2020-02-01Use StringName in pluginscript's set/get_prop and add_global_constantEmmanuel Leblond
2020-01-21Remove unused #if 0'ed codeRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-01Add missing on error manifest struct destroy in pluginscript script initEmmanuel Leblond
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-19Fix misc. source comment typosluz.paz
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