summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Parser: Check all the arguments of the ternary operatorlupoDharkael2019-11-151-0/+2
* Add setting to exclude addons from script warningsmashumafi2019-11-071-0/+3
* Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacingRémi Verschelde2019-10-251-26/+50
|\
| * Allow mixed tabs and spaces when indentation does not depend on tab sizeBojidar Marinov2019-10-251-26/+50
* | Merge pull request #32919 from vnen/gdscript-unused-argsRémi Verschelde2019-10-221-5/+17
|\ \
| * | Fix wrong counting of function argument usageGeorge Marques2019-10-191-5/+17
* | | GDScript: Add _ prefix on class name in type compatibility checkGeorge Marques2019-10-191-1/+7
|/ /
* / Small fixes to redundand code, copy paste bugsqarmin2019-10-141-3/+1
|/
* GDScript: Fix type resolution not being return in some casesGeorge Marques2019-09-241-1/+2
* Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-3/+0
* Merge pull request #32150 from luzpaz/typosRémi Verschelde2019-09-201-1/+1
|\
| * Fix misc. source comment typosluz.paz2019-09-191-1/+1
* | Merge pull request #31921 from bojidar-bg/28978-uninitialized-array-valueRémi Verschelde2019-09-191-33/+44
|\ \
| * | Fix uninitialized arrays and dictionaries retaining valueBojidar Marinov2019-09-031-33/+44
| |/
* | Merge pull request #32100 from SaracenOne/gdscript_parent_const_typesRémi Verschelde2019-09-191-14/+21
|\ \
| * | Allow for constant deceleration to be detected inherited scripts above the im...Saracen2019-09-111-14/+21
| |/
* | Merge pull request #31934 from mitchcurtis/28187Rémi Verschelde2019-09-191-0/+9
|\ \
| * | Produce an error when a class has the same name as a SingletonMitch Curtis2019-09-061-0/+9
| |/
* / GDScript: add an optional message parameter to assert()Mitch Curtis2019-09-111-6/+27
|/
* Merge pull request #31893 from bojidar-bg/25081-gdscript-index-selfRémi Verschelde2019-09-021-1/+1
|\
| * Re-allow indexing on "self" and object types in GDScriptBojidar Marinov2019-09-021-1/+1
* | Merge pull request #31843 from 2shady4u/parserCtrlClickRémi Verschelde2019-09-021-1/+11
|\ \
| * | Solves ctrl+click on functions by ignoring the cursorshaderbeast2019-09-021-1/+11
* | | Merge pull request #24925 from Mr-Slurpy/typed-autoloadRémi Verschelde2019-09-021-2/+67
|\ \ \ | |_|/ |/| |
| * | Added autoloads as a potential type.Daniel Eliasinski2019-01-111-2/+67
* | | Merge pull request #31738 from bojidar-bg/31056-class_name-extendsRémi Verschelde2019-08-291-1/+1
|\ \ \
| * | | Remove check for class_name and extends orderBojidar Marinov2019-08-281-1/+1
* | | | Merge pull request #29780 from GodotExplorer/gdscript-lspRémi Verschelde2019-08-281-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Add GDScript Language Protocol plugingeequlim2019-08-111-0/+4
* | | | Make 'break' and 'continue' be marked as safeMichael Alexsander Silva Dias2019-08-271-2/+4
* | | | Improve writing style in GDScript error/warning messagesHugo Locurcio2019-08-231-224/+224
* | | | 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
| |/ /