summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix parse error when extends from subclass of named classesGeequlim2019-05-241-3/+4
* Fix typos with codespellRémi Verschelde2019-05-191-5/+5
* Fix typed arrays and dictionaries getting their values sharedBojidar Marinov2019-05-021-29/+16
* Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde2019-05-011-9/+4
|\
| * Small fixes to static analyzer bugsqarmin2019-04-041-9/+4
* | GDScript: add variable shadowing warninglupoDharkael2019-04-151-0/+16
* | Merge pull request #27863 from bojidar-bg/27460-constant-class-clashRémi Verschelde2019-04-121-0/+33
|\ \
| * | Check for subclasses when checking for name clashesBojidar Marinov2019-04-101-0/+33
* | | GDScript: Don't allow built-in scripts to use class_nameGeorge Marques2019-04-101-0/+4
|/ /
* | Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-5/+12
* | Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde2019-04-051-6/+12
|/
* Merge pull request #26097 from danielspaniol/25955-wrong-unreachable-warning-...Rémi Verschelde2019-04-011-2/+4
|\
| * Require `return` in all match branchesDaniel Spaniol2019-02-201-2/+4
* | Fix duplicated lines in GDScript bytecodeBojidar Marinov2019-03-141-1/+3
* | Fix enums coming from other classes without preloadBojidar Marinov2019-03-051-0/+12
* | Revert "Forbid implicit type conversion in GDScript"Rémi Verschelde2019-03-041-10/+95
* | Merge pull request #26562 from vnen/gdscript-no-implicit-castRémi Verschelde2019-03-041-95/+10
|\ \
| * | GDScript: Forbid implicit type conversionGeorge Marques2019-03-031-95/+10
* | | GDScript: Fix issue when detecting file class in inner classGeorge Marques2019-03-031-1/+1
* | | GDScript: Allow `for` iterator to be rededefinedGeorge Marques2019-03-031-1/+0
|/ /
* | Merge pull request #26547 from vnen/gdscript-dependency-parseJuan Linietsky2019-03-031-28/+46
|\ \
| * | Add a dependency search mode for GDScript parserGeorge Marques2019-03-031-28/+46
* | | Fix GDScript checking for assigning to a constant only in releaseBojidar Marinov2019-03-031-7/+10
|/ /
* | Fix GDScript exports having the wrong type of default value by converting itBojidar Marinov2019-02-261-0/+10
* | Merge pull request #25018 from AllanDaemon/#24895George Marques2019-02-241-2/+3
|\ \
| * | Fix #24895 (support for optional parameters in setters)Allan Daemon2019-01-231-2/+3
* | | Request to use load when cyclic reference is found, closes #26119Juan Linietsky2019-02-211-1/+1
* | | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-32/+32
| |/ |/|
* | Fix typos with codespellRémi Verschelde2019-02-131-1/+1
* | Merge pull request #25481 from hpvb/fix-ubsan-asan-reportsRémi Verschelde2019-02-121-0/+4
|\ \
| * | Fix many asan and ubsan reported issuesHein-Pieter van Braam2019-01-301-0/+4
* | | Merge pull request #25550 from DualMatrix/fix-25357Rémi Verschelde2019-02-121-0/+19
|\ \ \
| * | | Fixed Null appearing inside export variables with type hints and no default v...DualMatrix2019-02-011-0/+19
| |/ /
* | | Merge pull request #25650 from willnationsdev/script-iconRémi Verschelde2019-02-091-8/+12
|\ \ \ | |/ / |/| |
| * | Fix script class icon filepath lookups at runtime.Will Nations2019-02-061-8/+12
| |/
* | GDScript: do second pass of parsing on releaseGeorge Marques2019-01-231-6/+9
* | GDScript: fix default value for autoexported typed varsGeorge Marques2019-01-231-1/+1
* | GDScript: read constants from parent scriptsGeorge Marques2019-01-231-0/+15
* | GDScript: allow local classes to be used as typesGeorge Marques2019-01-231-0/+6
|/
* Merge pull request #25069 from vnen/gdscript-fixesHein-Pieter van Braam2019-01-171-26/+16
|\
| * GDScript: clarify error message about cyclesGeorge Marques2019-01-161-3/+3
| * GDScript: fix type-check of indexed valuesGeorge Marques2019-01-161-23/+13
* | Merge pull request #25001 from jlahman/gdscript-export-var-fixRémi Verschelde2019-01-161-0/+4
|\ \ | |/ |/|
| * Fixes export PackedScene "reset to default" throwing errorsjlahman2019-01-151-0/+4
* | GDScript: consider constructors as always existingGeorge Marques2019-01-151-8/+7
* | GDScript: allow objects to be keys of dictionariesGeorge Marques2019-01-151-1/+1
* | GDScript: don't check types on release buildsGeorge Marques2019-01-151-1/+1
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix type-compatibilty check in GDScriptGeorge Marques2018-12-071-8/+13
* Merge pull request #23740 from ttencate/unused_argument_22139Rémi Verschelde2018-11-231-12/+15
|\