summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when parsing Dictionarykobewi2021-08-101-1/+3
* [Net] Default @rpc annotation should be puppet, not master.Fabio Alessandrelli2021-08-061-1/+1
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-5/+5
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-11/+10
* Use the standard C `INFINITY` and `NAN` constants directlyHugo Locurcio2021-07-211-2/+2
* [Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli2021-07-201-16/+44
* Fix editor suffixes and degrees conversionreduz2021-06-301-1/+0
* Adding some more missing renames for Transform3D and QuaternionBastiaan Olij2021-06-151-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-1/+1
* Rename Variant TRANSFORM to TRANSFORM3DAaron Franke2021-06-031-1/+1
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* GDScript: Fix crash when base of an attribute is invalidGeorge Marques2021-04-281-1/+1
* GDScript: Implement lambdas compilation and runtimeGeorge Marques2021-04-281-3/+3
* GDScript: Add lambdas to the type analyzerGeorge Marques2021-04-281-5/+20
* GDScript: Add lambda syntax parsingGeorge Marques2021-04-281-57/+182
* GDScript: Make sure Lua-style dicts use StringName as keysGeorge Marques2021-04-231-0/+2
* Fix corrupt scene when export var has setterJulien Nguyen2021-04-141-2/+1
* GDScript: Implement export of typed arraysGeorge Marques2021-03-301-1/+19
* GDScript: Allow export of enum variablesGeorge Marques2021-03-301-2/+19
* GDScript: Show error on invalid initializer expressionGeorge Marques2021-03-301-0/+3
* Move GDSript annotation application after type-checkingGeorge Marques2021-03-301-23/+82
* Add typed arrays to GDScriptGeorge Marques2021-03-291-0/+16
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Implement Navigation layersGilles Roudière2021-03-101-0/+2
* Merge pull request #42029 from ThakeeNathees/export-type-infer-bug-fixGeorge Marques2021-03-021-2/+7
|\
| * GDScript export array/dictionary type infer bug fixThakee Nathees2020-09-131-2/+7
* | Merge pull request #41897 from strank/not-in-conditional-doneRémi Verschelde2021-03-021-1/+12
|\ \
| * | Add a "not in" operator to GDScript.strank2020-09-211-1/+12
* | | Merge pull request #44719 from ThakeeNathees/assert-argument-bug-fixedRémi Verschelde2021-01-111-6/+3
|\ \ \
| * | | GDScript assert message parsing bug fixedThakee Nathees2020-12-271-6/+3
* | | | Merge pull request #44818 from ThakeeNathees/const-crash-fixRémi Verschelde2021-01-111-0/+2
|\ \ \ \
| * | | | GDScript crash at incomplete const bug fixThakee Nathees2020-12-301-0/+2
| |/ / /
* | | | Merge pull request #45076 from ThakeeNathees/gdscript-operator-precedence-bug...Rémi Verschelde2021-01-111-2/+2
|\ \ \ \
| * | | | GDScript operator `+` `-` precedence bug fixThakee Nathees2021-01-101-2/+2
| |/ / /
* | | | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | | | Rename empty() to is_empty()Marcel Admiraal2020-12-281-21/+21
|/ / /
* | | Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde2020-12-151-10/+1
|\ \ \
| * | | GDScript: Refactor builtin functionsGeorge Marques2020-11-261-10/+1
* | | | Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-16/+2
* | | | Documentation generation for GDScriptThakee Nathees2020-11-291-0/+285
* | | | Merge pull request #43500 from AndreaCatania/gds_fixesRémi Verschelde2020-11-271-1/+3
|\ \ \ \
| * | | | Fixes crash when returns .Andrea Catania2020-11-131-1/+3
| |/ / /
* | | | Merge pull request #43226 from mateosss/unreachable-prop-crashGeorge Marques2020-11-271-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Fix crash due to unreachable code in propertiesMateo de Mayo2020-10-301-1/+5
| |/ /
* | | Fix completion for built-in load functionGustav2020-11-101-19/+21
* | | Variant: Rename Type::_RID to Type::RIDRémi Verschelde2020-11-091-1/+1
* | | Refactored variant constructor logicreduz2020-11-091-2/+6
* | | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
|/ /
* / Fix typos with codespellRémi Verschelde2020-09-181-3/+3
|/