summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/pluginscript
Commit message (Expand)AuthorAgeFilesLines
* Remove unused GDNative codeRémi Verschelde2022-03-0911-1815/+0
* Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-0310-20/+20
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-092-7/+6
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-7/+0
* Remove unimplemented methodsMarcel Admiraal2021-10-211-2/+0
* [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-074-8/+8
* Implement inherits_script() for NativeScript and PluginScriptPedro J. Estébanez2021-08-021-3/+14
* Implement the ability to disable classesreduz2021-07-131-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-192-10/+10
* Added support for scripts reporting multiple errors to ScriptTextEditorEric M2021-06-192-6/+15
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-2/+2
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-114-4/+4
* [Net] Refactor RPCs, remove RSETsFabio Alessandrelli2021-06-014-146/+10
* Check for _language in PluginScript.instance_hasPaweł Fertyk2021-05-301-0/+2
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-2/+2
* Highlight control flow keywords with a different colorHugo Locurcio2021-05-052-0/+5
* Add support for _to_string virtual function overwrite in PluginscriptEmmanuel Leblond2021-03-272-0/+8
* Improve resource load cachereduz2021-02-112-2/+2
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-0110-20/+20
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Merge pull request #44190 from touilleMan/constify-ScriptLanguage.can_inherit...Rémi Verschelde2020-12-082-2/+2
|\
| * Constify ScriptLanguage.can_inherit_from_fileEmmanuel Leblond2020-12-082-2/+2
* | Merge pull request #44176 from touilleMan/global_class_naming-for-pluginscriptRémi Verschelde2020-12-084-0/+41
|\ \ | |/ |/|
| * Add PluginScript support for global class naming/icon pathEmmanuel Leblond2020-12-084-0/+41
* | Allow PluginScript to customize language's can_inherit_from_file attributeEmmanuel Leblond2020-12-082-1/+5
|/
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-0/+2
* Documentation generation for GDScriptThakee Nathees2020-11-291-0/+7
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-077-9/+9
* Remove multilevel callsGeorge Marques2020-07-241-6/+0
* Add override keywords.Marcel Admiraal2020-07-101-33/+33
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-142-15/+27
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-144-10/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-142-10/+5
* Add ability to bind typed arrays to script APIJuan Linietsky2020-04-212-0/+9
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-202-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-026-21/+21
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-3/+3
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-172-2/+2
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-1/+1
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-282-2/+2
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-262-24/+3
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-204-12/+12
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-183-15/+15
* Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-124-23/+140
* Use StringName in pluginscript's set/get_prop and add_global_constantEmmanuel Leblond2020-02-012-6/+3
* Remove unused #if 0'ed codeRémi Verschelde2020-01-212-53/+10