summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fixed parser treating compound assignment the same as assignment which gave w...unknown2019-06-261-2/+1
|/ /
* | Merge pull request #29306 from qarmin/small_code_fixesRémi Verschelde2019-06-121-1/+0
|\ \
| * | Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin2019-06-031-1/+0
* | | Merge pull request #29678 from akien-mga/err-macros-semicolonRémi Verschelde2019-06-111-1/+1
|\ \ \
| * | | Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
* | | | Added export hint to 2D and 3D physics and render layers.MrCdK2019-06-071-0/+44
|/ / /
* | | Merge pull request #29433 from bojidar-bg/29406-dictionary-constantRémi Verschelde2019-06-031-0/+4
|\ \ \
| * | | Properly catch certain errors in Dictionary declarationsBojidar Marinov2019-06-031-0/+4
| |/ /
* | | Merge pull request #28099 from lupoDharkael/fix-completionRémi Verschelde2019-06-031-1/+1
|\ \ \ | |/ / |/| |
| * | Don't allow class_name in built-in scriptslupoDharkael2019-04-171-1/+1
* | | Merge pull request #27987 from lupoDharkael/classname-duplicateRémi Verschelde2019-05-281-1/+7
|\ \ \
| * | | Prevent using multiple class_name in a classlupoDharkael2019-04-161-1/+7
* | | | 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