summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_parser.cpp
AgeCommit message (Expand)Author
2021-08-23Merge pull request #51971 from aaronfranke/httpsMax Hilbrunner
2021-08-22Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke
2021-08-21Remove redundant assignments.Anilforextra
2021-08-17Remove underscore hacksMax Hilbrunner
2021-08-16Reorganise text editor settingsPaulb23
2021-08-13 Prevent crash when awaiting in a getter/setterkobewi
2021-08-10Fix crash when parsing Dictionarykobewi
2021-08-06[Net] Default @rpc annotation should be puppet, not master.Fabio Alessandrelli
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-21Use the standard C `INFINITY` and `NAN` constants directlyHugo Locurcio
2021-07-20[Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli
2021-06-30Fix editor suffixes and degrees conversionreduz
2021-06-15Adding some more missing renames for Transform3D and QuaternionBastiaan Olij
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-04Rename Quat to QuaternionMarcel Admiraal
2021-06-03Rename Variant TRANSFORM to TRANSFORM3DAaron Franke
2021-05-20Fix typos with codespellRémi Verschelde
2021-04-28GDScript: Fix crash when base of an attribute is invalidGeorge Marques
2021-04-28GDScript: Implement lambdas compilation and runtimeGeorge Marques
2021-04-28GDScript: Add lambdas to the type analyzerGeorge Marques
2021-04-28GDScript: Add lambda syntax parsingGeorge Marques
2021-04-23GDScript: Make sure Lua-style dicts use StringName as keysGeorge Marques
2021-04-14Fix corrupt scene when export var has setterJulien Nguyen
2021-03-30GDScript: Implement export of typed arraysGeorge Marques
2021-03-30GDScript: Allow export of enum variablesGeorge Marques
2021-03-30GDScript: Show error on invalid initializer expressionGeorge Marques
2021-03-30Move GDSript annotation application after type-checkingGeorge Marques
2021-03-29Add typed arrays to GDScriptGeorge Marques
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-03-10Implement Navigation layersGilles Roudière
2021-03-02Merge pull request #42029 from ThakeeNathees/export-type-infer-bug-fixGeorge Marques
2021-03-02Merge pull request #41897 from strank/not-in-conditional-doneRémi Verschelde
2021-01-11Merge pull request #44719 from ThakeeNathees/assert-argument-bug-fixedRémi Verschelde
2021-01-11Merge pull request #44818 from ThakeeNathees/const-crash-fixRémi Verschelde
2021-01-11Merge pull request #45076 from ThakeeNathees/gdscript-operator-precedence-bug...Rémi Verschelde
2021-01-10GDScript operator `+` `-` precedence bug fixThakee Nathees
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-30GDScript crash at incomplete const bug fixThakee Nathees
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-27GDScript assert message parsing bug fixedThakee Nathees
2020-12-15Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde
2020-12-02Refactor DocData into core and editor (DocTools) partsThakee Nathees
2020-11-29Documentation generation for GDScriptThakee Nathees
2020-11-27Merge pull request #43500 from AndreaCatania/gds_fixesRémi Verschelde
2020-11-27Merge pull request #43226 from mateosss/unreachable-prop-crashGeorge Marques
2020-11-26GDScript: Refactor builtin functionsGeorge Marques
2020-11-13Fixes crash when returns .Andrea Catania
2020-11-10Fix completion for built-in load functionGustav
2020-11-09Variant: Rename Type::_RID to Type::RIDRémi Verschelde