summaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript/pluginscript_script.cpp
AgeCommit message (Expand)Author
2021-08-02Implement inherits_script() for NativeScript and PluginScriptPedro J. Estébanez
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-01[Net] Refactor RPCs, remove RSETsFabio Alessandrelli
2021-05-30Check for _language in PluginScript.instance_hasPaweł Fertyk
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-08Add PluginScript support for global class naming/icon pathEmmanuel Leblond
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-02Replace NULL with nullptrlupoDharkael
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli
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-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-01Add missing on error manifest struct destroy in pluginscript script initEmmanuel Leblond
2019-09-25Added some obvious errors explanationsqarmin
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-06-29Remove bogus nulls from generated default valuesBojidar Marinov
2019-06-29 Fixed cases of unsupported pointers being used to construct variantsAndrettin
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-04-05Replace a few #if/#elif with #ifdef and "#elif defined"Ignacio Etcheverry
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-10PluginScript: Add support for the new() methodNaoto Kondo
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-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-16Improve inheritance system in gdnative pluginscriptEmmanuel 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-17[GDnative] add pluginscript \o/Emmanuel Leblond