summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_parser.cpp
AgeCommit message (Expand)Author
2019-06-12Merge pull request #29306 from qarmin/small_code_fixesRémi Verschelde
2019-06-11Merge pull request #29678 from akien-mga/err-macros-semicolonRémi Verschelde
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-06-07Added export hint to 2D and 3D physics and render layers.MrCdK
2019-06-03Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin
2019-06-03Merge pull request #29433 from bojidar-bg/29406-dictionary-constantRémi Verschelde
2019-06-03Properly catch certain errors in Dictionary declarationsBojidar Marinov
2019-06-03Merge pull request #28099 from lupoDharkael/fix-completionRémi Verschelde
2019-05-28Merge pull request #27987 from lupoDharkael/classname-duplicateRémi Verschelde
2019-05-24Fix parse error when extends from subclass of named classesGeequlim
2019-05-19Fix typos with codespellRémi Verschelde
2019-05-02Fix typed arrays and dictionaries getting their values sharedBojidar Marinov
2019-05-01Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde
2019-04-17Don't allow class_name in built-in scriptslupoDharkael
2019-04-16Prevent using multiple class_name in a classlupoDharkael
2019-04-15GDScript: add variable shadowing warninglupoDharkael
2019-04-12Merge pull request #27863 from bojidar-bg/27460-constant-class-clashRémi Verschelde
2019-04-10GDScript: Don't allow built-in scripts to use class_nameGeorge Marques
2019-04-10Check for subclasses when checking for name clashesBojidar Marinov
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-04Small fixes to static analyzer bugsqarmin
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