summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2021-09-15Add more integration tests to the GDScript test suiteHugo Locurcio
2021-09-15Merge pull request #52706 from vnen/gdscript-ternary-operator-crashRémi Verschelde
2021-09-15Merge pull request #52705 from vnen/gdscript-error-unary-no-argRémi Verschelde
2021-09-15GDScript: Show error when missing expression after ternary elseGeorge Marques
2021-09-15Merge pull request #50456 from Blackiris/fix-extends-parent-relativeGeorge Marques
2021-09-15GDScript: Show error on unary operators without argumentGeorge Marques
2021-09-15Merge pull request #49765 from Blackiris/fix-assignment-with-operator-on-type...George Marques
2021-09-15Merge pull request #52582 from jmb462/Prevent-non-explicit-inferring-paramete...Rémi Verschelde
2021-09-15GDScript: Allow string keys on Lua-style dictionariesGeorge Marques
2021-09-15Merge pull request #48029 from Calinou/gdscript-add-integration-testsRémi Verschelde
2021-09-14Merge pull request #51094 from RandomShaper/error_cast_freed_objectRémi Verschelde
2021-09-14Complain if casting a freed object in a debug sessionPedro J. Estébanez
2021-09-14Add dozens of new integration tests to the GDScript test suiteHugo Locurcio
2021-09-13Fix an undefined behaviourThreeRhinosInAnElephantCostume
2021-09-13Merge pull request #52362 from vnen/gdscript-lambda-completion-crashRémi Verschelde
2021-09-13Merge pull request #52632 from vnen/autoload-global-script-class-conflictRémi Verschelde
2021-09-13Merge pull request #52323 from vnen/gdscript-singleton-interdependence-fixRémi Verschelde
2021-09-13Fix GDScript test casesGeorge Marques
2021-09-13Merge pull request #52100 from vnen/gdscript-access-outer-constantsRémi Verschelde
2021-09-13Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscriptRémi Verschelde
2021-09-13Disallow class names to be the same as global namesGeorge Marques
2021-09-11Prevent non explicit inferring parameter from nulljmb462
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-10Merge pull request #49897 from Blackiris/fix-dollar-point-crash-on-editorGeorge Marques
2021-09-10Merge pull request #51456 from SaracenOne/super_init_fixGeorge 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-07Merge pull request #52267 from williamd67/lookup-symbol-builtin-functionsMax Hilbrunner
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli
2021-09-05Fix extends with relative path to parent scriptJulien Nguyen
2021-09-03Merge pull request #52329 from ZuBsPaCe/gdscript-unused-private-class-variabl...Max Hilbrunner
2021-09-03GDScript: Count usages of member variables.ZuBsPaCe
2021-09-03Added tests for expression matchingThreeRhinosInAnElephantCostume
2021-09-02GDScript: Do not complete lambda arguments from parent classGeorge Marques
2021-09-02Check for GDScript member and class naming conflicts in a variety of conditions.SaracenOne
2021-09-01GDScript: Fix loading of interdependent autoloadsGeorge Marques
2021-08-30Merge pull request #52240 from Rubonnek/rename-rel-pathJuan Linietsky
2021-08-30Show help for built-in functions (@GlobalScope)William Deurwaarder
2021-08-29Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez
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-28Merge pull request #52085 from williamd67/fix-await-without-argumentHugo Locurcio
2021-08-28Merge pull request #52164 from mhilbrunner/gd-style-fixupMax Hilbrunner
2021-08-28Print error message when await is not followed by signal or coroutineWilliam Deurwaarder
2021-08-27Merge pull request #52122 from V-Sekai/autoload_listK. S. Ernest (iFire) Lee
2021-08-27GDScript test style fixMax Hilbrunner
2021-08-27Merge pull request #52090 from balloonpopper/bug52060Max Hilbrunner