summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde2019-08-171-1/+1
* Merge pull request #31227 from profan/fix/err-explain-usagesRémi Verschelde2019-08-091-10/+4
|\
| * Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-091-10/+4
* | Expression before 'is' may be nullCameron Reikes2019-08-091-0/+4
|/
* Merge pull request #31041 from 2shady4u/masterRémi Verschelde2019-08-051-0/+1
|\
| * Mark class_name line as safe in editorshaderbeast2019-08-021-0/+1
* | Merge pull request #30576 from qarmin/lgtm_coverageRémi Verschelde2019-07-201-2/+0
|\ \
| * | Changed some code showed in LGTM and Coverageqarmin2019-07-201-2/+0
| |/
* / Fix unreachable code detection in match statementsShiqing2019-07-131-2/+19
|/
* Merge pull request #30352 from bojidar-bg/28727-enum-value-checkRémi Verschelde2019-07-061-0/+3
|\
| * Fix parsing of enums allowing for juxtaposed identifiersBojidar Marinov2019-07-051-0/+3
* | Merge pull request #30289 from bojidar-bg/29586-class-name-constantRémi Verschelde2019-07-031-9/+14
|\ \
| * | Fix inheriting from class_name messing up constantsBojidar Marinov2019-07-031-9/+14
| |/
* / Fix parsing of arguments in constant expressionsBojidar Marinov2019-07-031-20/+12
|/
* Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde2019-07-011-1/+1
|\
| * Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG2019-06-231-1/+1
* | Fixed regression bug caused in #30095 and actually fix the issue it was suppo...unknown2019-06-281-19/+7
* | Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde2019-06-271-6/+3
|\ \
| * | Some code changed with Clang-Tidyqarmin2019-06-261-6/+3
| |/
* / 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