summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix onready vars / vars accessing class members if _ready / _init not presentMarcin Zawiejski2018-06-181-1/+1
* | Merge pull request #18966 from chanon/new-debug-printMax Hilbrunner2018-07-042-0/+27
|\ \
| * | add new print_debug method which shows source and line numberchanon2018-05-282-0/+27
* | | Merge pull request #19828 from jjay/fix_yield_leakMax Hilbrunner2018-07-032-11/+11
|\ \ \
| * | | Fix memory leak in GDScript during infinnity loops with yieldsYasha Borevich2018-06-282-11/+11
| | |/ | |/|
* | | Merge pull request #18976 from chanon/new-get-stackMax Hilbrunner2018-07-032-0/+23
|\ \ \
| * | | add new get_stack function to get GDScript stack trace as arraychanon2018-05-172-0/+23
| | |/ | |/|
* | | Merge pull request #19251 from YeldhamDev/script_templates_changesMax Hilbrunner2018-07-031-12/+12
|\ \ \
| * | | Small changes to the comments in the script templates.Michael Alexsander Silva Dias2018-06-111-12/+12
* | | | Add proper type information to array propertyBojidar Marinov2018-06-181-1/+1
| |_|/ |/| |
* | | Removed duplicate default colours and removed GDScriptHighligher colours from...Paulb232018-06-131-2/+18
* | | Merge pull request #19526 from robojumper/fix_tutorialsRémi Verschelde2018-06-131-1/+1
|\ \ \
| * | | Add support for tutorial links to makerst.pyrobojumper2018-06-121-1/+1
| |/ /
* / / Inner classes' functions now appear in the editor's functions panelJairo Honorio2018-06-121-0/+7
|/ /