summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove multilevel callsGeorge Marques2020-07-241-33/+0
* Wrap up GDScript 2.0 base implementationGeorge Marques2020-07-221-20/+15
* Reintroduce code completionGeorge Marques2020-07-201-1/+1
* Add warning checks in GDScript analyzerGeorge Marques2020-07-201-12/+11
* Add GDScript cache singletonGeorge Marques2020-07-201-0/+3
* New GDScript tokenizer and parserGeorge Marques2020-07-201-310/+147
* Revert "Include gdscript warning name in the warning message."Ryan Roden-Corrent2020-07-141-32/+30
* Include gdscript warning name in the warning message.Ryan Roden-Corrent2020-07-061-30/+32
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-55/+108
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+9
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-146/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-4/+8
* fixed: saving gdscript with cyclic inheritance crash the editorThakee Nathees2020-05-101-3/+26
* Fix object leaks caused by unfulfilled yieldsPedro J. Estébanez2020-05-051-2/+18
* Merge pull request #32534 from Xrayez/fix-dict2inst-initRémi Verschelde2020-05-031-7/+4
|\
| * Make `dict2inst` to work with arbitrary `_init` parametersAndrii Doroshenko (Xrayez)2020-04-301-7/+4
* | Merge pull request #38105 from AndreaCatania/AndreaCatania-patch-2Fabio Alessandrelli2020-05-011-4/+4
|\ \ | |/ |/|
| * Removed noisy ERR check from Multiplayer API.Andrea Catania2020-04-221-4/+4
* | Add ability to bind typed arrays to script APIJuan Linietsky2020-04-211-0/+18
* | Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-1/+1
|/
* Replace NULL with nullptrlupoDharkael2020-04-021-30/+30
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-23/+23
* Merge pull request #36599 from AndreaCatania/gen_rpc_data_exportRémi Verschelde2020-03-131-46/+52
|\
| * Generates the rpc and rset info for exported GDScript.Andrea Catania2020-02-281-46/+52
* | Merge pull request #36723 from AndreaCatania/fix-rsetRémi Verschelde2020-03-131-2/+2
|\ \
| * | Fixed rset method for gdscript and visual scriptAndrea Catania2020-03-021-2/+2
* | | Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-6/+6
|/ /
* | 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-122/+45
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-28/+28
* GDScript: Remove self static reference and create one on callsGeorge Marques2020-02-191-1/+0
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-5/+5
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-4/+5
* Remove deprecated sync and slave networking keywordsRémi Verschelde2020-02-131-2/+0
* Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-121-24/+131
* Merge pull request #35218 from bojidar-bg/26691-parse-error-errorsRémi Verschelde2020-01-161-1/+1
|\
| * Fix errors raised when showing parse errors in the editorBojidar Marinov2020-01-161-1/+1
* | Keep a weak reference to orphan subclasses to reuse on class reloadChibiDenDen2020-01-151-3/+48
|/
* Add GDScript warning for standalone expressionGeorge Marques2020-01-091-0/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* GDScript: Convert values when setting member variablesGeorge Marques2019-12-131-5/+16
* Disable GDScript warning for unused class variable by defaultGeorge Marques2019-12-111-1/+2
* Document how to bypass the unused argument/variable warning in messageHugo Locurcio2019-11-271-5/+3
* Add setting to exclude addons from script warningsmashumafi2019-11-071-0/+1
* GDScript: Avoid editor crashes when there's cyclic inheritanceGeorge Marques2019-11-011-2/+2
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-7/+4
|\
| * Added some obvious errors explanationsqarmin2019-09-251-7/+4
* | Fix misc. source comment typosluz.paz2019-09-191-1/+1
|/
* Make VarArg methods return types show up as Variant in API jsontoasteater2019-08-261-1/+1