summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix shadowed global identifier warning duplicationYuri Roubinsky2021-12-131-34/+3
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* Fix typo in `gdscript_parser`Raul Santos2021-12-031-4/+4
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-2/+2
* Allow using built-in names for variables, push warnings insteadYuri Roubinsky2021-11-131-27/+24
* Merge pull request #54676 from Chaosus/gds_restrict_namesRémi Verschelde2021-11-101-8/+76
|\
| * Prevent identifiers from naming as built-in funcs and global classesYuri Roubinsky2021-11-081-8/+76
* | Allow using $/root node pathsMaximilian2021-11-091-0/+17
|/
* Merge pull request #54350 from akien-mga/clang-format-dont-align-operandsRémi Verschelde2021-10-281-3/+3
|\
| * clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-3/+3
* | Merge pull request #53526 from KoBeWi/super_printRémi Verschelde2021-10-281-1/+1
|\ \ | |/ |/|
| * Change print_line() to use any number of Variantskobewi2021-10-071-1/+1
* | 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
| | |/ | |/|