summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_parser.cpp
AgeCommit message (Expand)Author
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-04-05Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde
2019-04-01Merge pull request #26097 from danielspaniol/25955-wrong-unreachable-warning-...Rémi Verschelde
2019-03-14Fix duplicated lines in GDScript bytecodeBojidar Marinov
2019-03-05Fix enums coming from other classes without preloadBojidar Marinov
2019-03-04Revert "Forbid implicit type conversion in GDScript"Rémi Verschelde
2019-03-04Merge pull request #26562 from vnen/gdscript-no-implicit-castRémi Verschelde
2019-03-03GDScript: Fix issue when detecting file class in inner classGeorge Marques
2019-03-03GDScript: Forbid implicit type conversionGeorge Marques
2019-03-03GDScript: Allow `for` iterator to be rededefinedGeorge Marques
2019-03-03Merge pull request #26547 from vnen/gdscript-dependency-parseJuan Linietsky
2019-03-03Add a dependency search mode for GDScript parserGeorge Marques
2019-03-03Fix GDScript checking for assigning to a constant only in releaseBojidar Marinov
2019-02-26Fix GDScript exports having the wrong type of default value by converting itBojidar Marinov
2019-02-24Merge pull request #25018 from AllanDaemon/#24895George Marques
2019-02-21Request to use load when cyclic reference is found, closes #26119Juan Linietsky
2019-02-20Require `return` in all match branchesDaniel Spaniol
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-13Fix typos with codespellRémi Verschelde
2019-02-12Merge pull request #25481 from hpvb/fix-ubsan-asan-reportsRémi Verschelde
2019-02-12Merge pull request #25550 from DualMatrix/fix-25357Rémi Verschelde
2019-02-09Merge pull request #25650 from willnationsdev/script-iconRémi Verschelde
2019-02-06Fix script class icon filepath lookups at runtime.Will Nations
2019-02-01Fixed Null appearing inside export variables with type hints and no default v...DualMatrix
2019-01-30Fix many asan and ubsan reported issuesHein-Pieter van Braam
2019-01-23GDScript: do second pass of parsing on releaseGeorge Marques
2019-01-23GDScript: fix default value for autoexported typed varsGeorge Marques
2019-01-23GDScript: read constants from parent scriptsGeorge Marques
2019-01-23GDScript: allow local classes to be used as typesGeorge Marques
2019-01-23Fix #24895 (support for optional parameters in setters)Allan Daemon
2019-01-17Merge pull request #25069 from vnen/gdscript-fixesHein-Pieter van Braam
2019-01-16GDScript: clarify error message about cyclesGeorge Marques
2019-01-16GDScript: fix type-check of indexed valuesGeorge Marques
2019-01-16Merge pull request #25001 from jlahman/gdscript-export-var-fixRémi Verschelde
2019-01-15Fixes export PackedScene "reset to default" throwing errorsjlahman
2019-01-15GDScript: consider constructors as always existingGeorge Marques
2019-01-15GDScript: allow objects to be keys of dictionariesGeorge Marques
2019-01-15GDScript: don't check types on release buildsGeorge Marques
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-07Fix type-compatibilty check in GDScriptGeorge Marques
2018-11-23Merge pull request #23740 from ttencate/unused_argument_22139Rémi Verschelde
2018-11-17Check for valid values when checking for class membersGeorge Marques
2018-11-16Prevent unused_argument warning when passing arg to parent constructorThomas ten Cate
2018-11-11Make enum values not be script constants if enum is namedGeorge Marques
2018-11-06Add missing flag for exported enumKanabenki
2018-11-04Removed unnecessary assignmentsWilson E. Alvarez
2018-10-11Do not make a function that returns Variant::NIL a void function. Fix #22791.J08nY
2018-10-06Remove redundant "== false" codeAaron Franke
2018-10-03Fix warnings on release builds (not DEBUG_ENABLED)Rémi Verschelde
2018-10-01Fix various Clang 7 warnings about unused stuffRémi Verschelde