summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Prevent unused_argument warning when passing arg to parent constructorThomas ten Cate2018-11-161-12/+15
* | Check for valid values when checking for class membersGeorge Marques2018-11-171-0/+20
|/
* Make enum values not be script constants if enum is namedGeorge Marques2018-11-111-32/+45
* Add missing flag for exported enumKanabenki2018-11-061-0/+1
* Removed unnecessary assignmentsWilson E. Alvarez2018-11-041-1/+0
* Do not make a function that returns Variant::NIL a void function. Fix #22791.J08nY2018-10-111-1/+7
* Remove redundant "== false" codeAaron Franke2018-10-061-1/+1
* Fix warnings on release builds (not DEBUG_ENABLED)Rémi Verschelde2018-10-031-1/+3
* Fix various Clang 7 warnings about unused stuffRémi Verschelde2018-10-011-1/+1
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-2/+12
* Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare]Rémi Verschelde2018-09-271-1/+1
* GDScript: Error on empty blocks at the end of fileGeorge Marques2018-09-191-2/+6
* GDScript: Forbid enum values to shadow constantsGeorge Marques2018-09-191-0/+20
* GDScript: Allow Object constants to be used with qualifierGeorge Marques2018-09-191-3/+15
* test for depreciacion warnings only on debug buildsMariusz Chwalba2018-09-161-0/+2