summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21449 from vnen/gdscript-builtin-isRémi Verschelde2018-08-275-3/+75
|\
| * GDScript: Allow `is` operator to test built-in typesGeorge Marques2018-08-265-3/+75
* | 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
* | | Merge pull request #21450 from vnen/gdscript-type-spaceRémi Verschelde2018-08-271-7/+7
|\ \ \
| * | | GDScript: Remove space before colon on type hintsGeorge Marques2018-08-261-7/+7
| | |/ | |/|
* / | Fixes several resource leaks in ...Crazy-P2018-08-262-4/+31
|/ /
* / Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-246-48/+5
|/
* GDScript: Ignore unused arguments/local vars that start with _George Marques2018-08-211-5/+7
* GDScript: Show warning messages only on debuggerGeorge Marques2018-08-211-3/+5
* GDScript: Fix undefined behavior on GDScriptTokenizerBufferGeorge Marques2018-08-211-2/+8
* GDScript: Forbid invalid identifiers in match bindingsGeorge Marques2018-08-211-4/+12
* GDSCript: Fix cyclic class dependency detectionGeorge Marques2018-08-211-2/+4
* Highlight multiline strings as strings instead of commentsHugo Locurcio2018-08-191-1/+1
* Fix error spam from loading script class iconsWill Nations2018-08-151-1/+1
* Add custom icons to script classes.Will Nations2018-08-144-2/+35
* Merge pull request #20583 from neikeq/issue-15371Rémi Verschelde2018-08-142-23/+32
|\
| * Fix case where exported properties value is lostIgnacio Etcheverry2018-07-292-23/+32
* | Remove usage console spamChaosus2018-08-131-1/+0
* | Added system for GDScript warningsGeorge Marques2018-08-107-35/+693
* | Allow some non-integer built-in constants in gdscriptBernhard Liebl2018-07-312-4/+4
|/
* 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: Fix type detection on Object typed assignGeorge Marques2018-07-251-3/+14
* GDScript: Allow accessing constants of outer classesGeorge Marques2018-07-251-0/+3
* GDScript: Enable built-in function introspection in non-toolsGeorge Marques2018-07-251-1/+1
* GDScript: Fix bogus error when a cursor token is found on classGeorge Marques2018-07-251-0/+3
* GDScript: Allow strict conversion when assigning typed variablesGeorge Marques2018-07-251-5/+10
* GDScript: Fix mismatching between export hint and type hintGeorge Marques2018-07-251-0/+2
* GDScript: Allow inherited method to add optional argumentsGeorge Marques2018-07-251-3/+30
* GDScript: Fix returned value of get_default_argument_count()George Marques2018-07-251-1/+1
* GDScript: Fix main script detectionGeorge Marques2018-07-251-4/+4
* GDScript: Look up local scope first for detecting typeGeorge Marques2018-07-251-22/+20
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-268-61/+61
* Rewrite code completionGeorge Marques2018-07-202-2010/+2172
* Add ability to infer variable type from assigned valueGeorge Marques2018-07-202-3/+48
* Add editor highlight for type-safe linesGeorge Marques2018-07-204-103/+192
* Fix line number detection in some parser nodesGeorge Marques2018-07-201-4/+14
* Use type hints to improve completionGeorge Marques2018-07-201-53/+182
* Add syntax highlighting to type hintsGeorge Marques2018-07-202-1/+33
* Use type information to enable GDScript introspectionGeorge Marques2018-07-206-93/+124
* Add typed instructions to GDScriptGeorge Marques2018-07-204-10/+469
* Add static type checks in the parserGeorge Marques2018-07-208-274/+2981
* Store type hint of declared identifiersGeorge Marques2018-07-202-19/+78
* Move inheritance resolution to the parserGeorge Marques2018-07-205-234/+395
* Add typing syntaxGeorge Marques2018-07-206-76/+147
* Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-183-3/+3
* Global class names (and GDScript support for it)Juan Linietsky2018-07-156-1/+116
* Merge pull request #19637 from dragmz/19548Max Hilbrunner2018-07-051-1/+1
|\