summaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript
AgeCommit message (Expand)Author
2021-10-28clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli
2021-08-02Implement inherits_script() for NativeScript and PluginScriptPedro J. Estébanez
2021-07-13Implement the ability to disable classesreduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-19Added support for scripts reporting multiple errors to ScriptTextEditorEric M
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-05-05Highlight control flow keywords with a different colorHugo Locurcio
2021-03-27Add support for _to_string virtual function overwrite in PluginscriptEmmanuel Leblond
2021-02-11Improve resource load cachereduz
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-08Merge pull request #44190 from touilleMan/constify-ScriptLanguage.can_inherit...Rémi Verschelde
2020-12-08Merge pull request #44176 from touilleMan/global_class_naming-for-pluginscriptRémi Verschelde
2020-12-08Add PluginScript support for global class naming/icon pathEmmanuel Leblond
2020-12-08Constify ScriptLanguage.can_inherit_from_fileEmmanuel Leblond
2020-12-08Allow PluginScript to customize language's can_inherit_from_file attributeEmmanuel Leblond
2020-12-02Refactor DocData into core and editor (DocTools) partsThakee Nathees
2020-11-29Documentation generation for GDScriptThakee Nathees
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-07-24Remove multilevel callsGeorge Marques
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