summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #51456 from SaracenOne/super_init_fixGeorge Marques2021-09-101-0/+1
|\
| * Automatically call the _init function on base class if one does not exist.SaracenOne2021-08-101-0/+1
* | [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-3/+3
|/
* [Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli2021-07-201-1/+0
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-4/+4
* Added support for scripts reporting multiple errors to ScriptTextEditorEric M2021-06-191-1/+1
* Fix slow load/save of scenes with many instances of the same scriptPedro J. Estébanez2021-06-131-1/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-5/+5
* [Net] Refactor RPCs, remove RSETsFabio Alessandrelli2021-06-011-24/+3
* Highlight control flow keywords with a different colorHugo Locurcio2021-05-051-0/+1
* GDScript: Implement lambdas compilation and runtimeGeorge Marques2021-04-281-0/+1
* Improve resource load cachereduz2021-02-111-1/+1
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-8/+8
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde2020-12-151-2/+2
|\
| * GDScript: Refactor builtin functionsGeorge Marques2020-11-261-2/+2
* | Constify ScriptLanguage.can_inherit_from_fileEmmanuel Leblond2020-12-081-1/+1
* | Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-1/+2
* | Documentation generation for GDScriptThakee Nathees2020-11-291-2/+28
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* GDScript: Properly resolve external inner classes from preloadGeorge Marques2020-08-231-0/+1
* Remove multilevel callsGeorge Marques2020-07-241-5/+0
* Add warning checks in GDScript analyzerGeorge Marques2020-07-201-46/+0
* New GDScript tokenizer and parserGeorge Marques2020-07-201-1/+3
* Add override keywords.Marcel Admiraal2020-07-101-38/+38
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+13
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-8/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-5/+5
* fixed: saving gdscript with cyclic inheritance crash the editorThakee Nathees2020-05-101-1/+1
* Fix object leaks caused by unfulfilled yieldsPedro J. Estébanez2020-05-051-0/+6
* Add ability to bind typed arrays to script APIJuan Linietsky2020-04-211-0/+2
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-5/+5
* Merge pull request #36599 from AndreaCatania/gen_rpc_data_exportRémi Verschelde2020-03-131-0/+1
|\
| * Generates the rpc and rset info for exported GDScript.Andrea Catania2020-02-281-0/+1
* | Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-6/+8
* | Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-1/+1
* | Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-1/+1
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-4/+4
* GDScript: Remove self static reference and create one on callsGeorge Marques2020-02-191-1/+0
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-0/+1
* Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-121-0/+23
* Keep a weak reference to orphan subclasses to reuse on class reloadChibiDenDen2020-01-151-0/+7
* Add fully_qualified_name for GDScript classDani Frank2020-01-141-0/+1
* Add GDScript warning for standalone expressionGeorge Marques2020-01-091-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Parse more informations for code completionGeequlim2019-07-041-1/+1
* Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde2019-06-181-2/+0