summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_parser.cpp
AgeCommit message (Expand)Author
2021-09-15Merge pull request #52706 from vnen/gdscript-ternary-operator-crashRémi Verschelde
2021-09-15GDScript: Show error when missing expression after ternary elseGeorge Marques
2021-09-15GDScript: Show error on unary operators without argumentGeorge Marques
2021-09-15GDScript: Allow string keys on Lua-style dictionariesGeorge Marques
2021-09-13Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscriptRémi Verschelde
2021-09-11Fix error on parsing statement-less GDScript files,ThreeRhinosInAnElephantCostume
2021-09-10GDScript: Removed spurious UNASSIGNED_VARIABLE warning for localsZuBsPaCe
2021-09-10Merge pull request #52063 from KoBeWi/double_comma_of_doomGeorge Marques
2021-09-10Fix crash with consecutive commas in Dictionarykobewi
2021-09-10Merge pull request #51593 from KoBeWi/ifGeorge Marques
2021-09-10Merge pull request #52081 from ThreeRhinosInAnElephantCostume/fixmatchfreezeGeorge Marques
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli
2021-09-03Added tests for expression matchingThreeRhinosInAnElephantCostume
2021-08-30[GDScript] [Net] Allow mixing rpc annotation paramters.Fabio Alessandrelli
2021-08-30[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".Fabio Alessandrelli
2021-08-28Print error message when await is not followed by signal or coroutineWilliam Deurwaarder
2021-08-25Fixed crash when parsing an empty assignment.Louis Dumont
2021-08-25Fixed pattern matching with expressionsThreeRhinosInAnElephantCostume
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