summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* Add GDScript slave keyword deprecation warning.Fabio Alessandrelli2018-09-151-0/+1
* Clearly deprecate sync too in favor of remotesync.Fabio Alessandrelli2018-09-151-1/+1
* Rename slave keyword to puppetFabio Alessandrelli2018-09-151-6/+7
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-9/+9
|\
| * Misc. typosluz.paz2018-09-121-9/+9
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-5/+4
|/
* Merge pull request #21449 from vnen/gdscript-builtin-isRémi Verschelde2018-08-271-3/+38
|\
| * GDScript: Allow `is` operator to test built-in typesGeorge Marques2018-08-261-3/+38
* | Merge pull request #21369 from Noshyaar/exportflagRémi Verschelde2018-08-271-2/+3
|\ \ | |/ |/|
| * Deprecating bit flags export with no hint textPoommetee Ketson2018-08-241-2/+3
* | Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-3/+0
|/
* GDScript: Ignore unused arguments/local vars that start with _George Marques2018-08-211-5/+7
* GDScript: Forbid invalid identifiers in match bindingsGeorge Marques2018-08-211-4/+12
* Add custom icons to script classes.Will Nations2018-08-141-0/+26
* Remove usage console spamChaosus2018-08-131-1/+0
* Added system for GDScript warningsGeorge Marques2018-08-101-32/+397
* Allow some non-integer built-in constants in gdscriptBernhard Liebl2018-07-311-2/+2
* GDScript: Fix parse error in string formattingGeorge Marques2018-07-261-1/+1
* GDScript: Add type inference syntax for function argumentsGeorge Marques2018-07-251-11/+19
* GDScript: Fix type detection for String formatting operatorGeorge Marques2018-07-251-0/+3
* GDScript: Allow accessing constants of outer classesGeorge Marques2018-07-251-0/+3
* GDScript: Fix bogus error when a cursor token is found on classGeorge Marques2018-07-251-0/+3
* GDScript: Fix mismatching between export hint and type hintGeorge Marques2018-07-251-0/+2