summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add runner for GDScript testingGeorge Marques2021-04-081-0/+8
* Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-051-1/+1
* Merge pull request #46991 from madmiraal/rename-invert-reverseRémi Verschelde2021-04-011-2/+2
|\
| * Rename Array.invert() to Array.reverse()Marcel Admiraal2021-03-211-2/+2
* | Add typed arrays to GDScriptGeorge Marques2021-03-291-13/+21
|/
* Improve resource load cachereduz2021-02-111-1/+1
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-12/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-10/+10
* Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde2020-12-151-2/+5
|\
| * GDScript: Refactor builtin functionsGeorge Marques2020-11-261-2/+5
* | Merge pull request #41095 from ThakeeNathees/GDScript-DocumentationRémi Verschelde2020-12-021-9/+238
|\ \
| * | Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-16/+4
| * | Documentation generation for GDScriptThakee Nathees2020-11-291-9/+250
| |/
* / Implement proper error print, Fixes a crash when no error messages are genera...AndreaCatania2020-11-281-2/+6
|/
* Refactored variant constructor logicreduz2020-11-091-1/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-5/+5
* Merge pull request #41829 from RandomShaper/fix_40353Rémi Verschelde2020-10-011-2/+6
|\
| * Avoid warning about harmless unfulfilled yieldsPedro J. Estébanez2020-09-061-2/+6
* | Avoid infinite loop in GDScript at shutdownPedro J. Estébanez2020-09-261-2/+12
* | Ensure cyclic dependencies between scripts are broken at exitPedro J. Estébanez2020-09-101-2/+20
|/
* GDScript: Use pointer instead of references in cacheGeorge Marques2020-08-231-3/+1
* GDScript: Add script to cache on reloadGeorge Marques2020-08-181-0/+15
* 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