summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Avoid crash if missing setter signatureGeorge Marques2021-10-151-6/+8
* Merge pull request #53103 from ZuBsPaCe/gdscript-analyze-properties-fixGeorge Marques2021-10-111-7/+42
|\
| * GDScript: Report property type errorsZuBsPaCe2021-10-081-7/+42
* | Remove redundant String operation from GDScript enum exportsYuri Sizov2021-10-111-1/+1
|/
* [Net] Rename RPCConfig.sync to call_local.Fabio Alessandrelli2021-10-081-2/+2
* Fix outdated no_call_local, use call_remoteMax Hilbrunner2021-10-061-1/+1
* GDScript Check for null list in `for` loopBrian Semrau2021-10-021-0/+4
* [Net] Rename RPC constants and annotation arguments.Fabio Alessandrelli2021-10-011-8/+8
* Use range iterators for `Map`Lightning_A2021-09-301-3/+3
* Merge pull request #52906 from vnen/gdscript-show-error-on-yieldRémi Verschelde2021-09-211-1/+6
|\
| * GDScript: Show specific error when "yield" is usedGeorge Marques2021-09-211-1/+6
* | Merge pull request #52905 from vnen/gdscript-single-line-declarationRémi Verschelde2021-09-211-7/+16
|\ \
| * | GDScript: Allow classes declaration to be done in single lineGeorge Marques2021-09-211-7/+16
| |/
* / GDScript: Allow multiple lines in signal parameters declarationGeorge Marques2021-09-211-1/+4
|/
* GDScript: Properly catch error when missing index in subscriptGeorge Marques2021-09-171-0/+4
* Merge pull request #51671 from RandomShaper/fix_gdscript_crashGeorge Marques2021-09-171-0/+33
|\
| * Implement iterator variable typing in GDScriptPedro J. Estébanez2021-09-111-0/+33
* | Merge pull request #52706 from vnen/gdscript-ternary-operator-crashRémi Verschelde2021-09-151-0/+4
|\ \
| * | GDScript: Show error when missing expression after ternary elseGeorge Marques2021-09-151-0/+4
* | | GDScript: Show error on unary operators without argumentGeorge Marques2021-09-151-0/+12
|/ /
* | GDScript: Allow string keys on Lua-style dictionariesGeorge Marques2021-09-151-3/+12
* | Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscriptRémi Verschelde2021-09-131-3/+20
|\ \
| * | Fix error on parsing statement-less GDScript files,ThreeRhinosInAnElephantCostume2021-09-111-3/+20
* | | GDScript: Removed spurious UNASSIGNED_VARIABLE warning for localsZuBsPaCe2021-09-101-2/+6
* | | Merge pull request #52063 from KoBeWi/double_comma_of_doomGeorge Marques2021-09-101-2/+4
|\ \ \
| * | | Fix crash with consecutive commas in Dictionarykobewi2021-09-101-2/+4
* | | | Merge pull request #51593 from KoBeWi/ifGeorge Marques2021-09-101-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Prevent crash when awaiting in a getter/setterkobewi2021-08-131-1/+3
* | | | Merge pull request #52081 from ThreeRhinosInAnElephantCostume/fixmatchfreezeGeorge Marques2021-09-101-43/+42
|\ \ \ \
| * | | | Added tests for expression matchingThreeRhinosInAnElephantCostume2021-09-031-1/+2
| * | | | Fixed pattern matching with expressionsThreeRhinosInAnElephantCostume2021-08-251-43/+41
| | |/ / | |/| |
* | | | [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-9/+9
* | | | [GDScript] [Net] Allow mixing rpc annotation paramters.Fabio Alessandrelli2021-08-301-21/+15
* | | | [Net] Rename RPC "puppet" to "auth" (authority). Drop "master".Fabio Alessandrelli2021-08-301-7/+5
* | | | Print error message when await is not followed by signal or coroutineWilliam Deurwaarder2021-08-281-1/+5
* | | | Fixed crash when parsing an empty assignment.Louis Dumont2021-08-251-0/+3
|/ / /
* | | Merge pull request #51971 from aaronfranke/httpsMax Hilbrunner2021-08-231-1/+1
|\ \ \
| * | | Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-1/+1
| | |/ | |/|
* / | Remove redundant assignments.Anilforextra2021-08-211-1/+0
|/ /
* | Remove underscore hacksMax Hilbrunner2021-08-171-37/+2
* | Reorganise text editor settingsPaulb232021-08-161-1/+1
|/
* 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