summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.h
Commit message (Expand)AuthorAgeFilesLines
...
| * Parser: Properly set node extentscdemirer2022-07-111-7/+8
* | Add default argument bindings to GDScript annotationsYuri Sizov2022-07-111-1/+1
|/
* Merge pull request #62713 from YuriSizov/docs-scripting-annotationsRémi Verschelde2022-07-061-0/+1
|\
| * Add support for documenting built-in annotationsYuri Sizov2022-07-041-0/+1
* | Add grouping annotations for class properties in GDScriptYuri Sizov2022-07-051-0/+21
|/
* GDScript: Support `%` in shorthand for `get_node`George Marques2022-05-271-2/+4
* Add a new HashSet templatereduz2022-05-201-4/+4
* Replace most uses of Map by HashMapreduz2022-05-161-6/+6
* Add a new HashMap implementationreduz2022-05-121-1/+1
* Fix incorrect precedence of pow operator in GDScript Yuri Rubinsky2022-05-121-0/+1
* Implement exponential operator (**) to GDScript/ExpressionsYuri Roubinsky2022-05-111-0/+2
* GDScript: Allow using self in lambdasGeorge Marques2022-04-241-0/+2
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* Fix autocompletion of static methods in built-in types in GDScriptYuri Roubinsky2022-03-301-1/+1
* GDScript: Consolidate behavior for assigning enum typesGeorge Marques2022-02-031-4/+1
* Merge pull request #55715 from nathanfranke/enum-orderedRémi Verschelde2022-01-101-1/+1
|\
| * Use OrderedHashMap for enum_valuesNathan Franke2021-12-161-1/+1
* | Merge pull request #56483 from vnen/gdscript-warning-annotationRémi Verschelde2022-01-051-0/+2
|\ \
| * | GDScript: Add annotation to ignore warningsGeorge Marques2022-01-041-0/+2
| |/
* / Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-2/+1
* GDScript: Report property type errorsZuBsPaCe2021-10-081-2/+2
* Merge pull request #52906 from vnen/gdscript-show-error-on-yieldRémi Verschelde2021-09-211-0/+1
|\
| * GDScript: Show specific error when "yield" is usedGeorge Marques2021-09-211-0/+1
* | GDScript: Allow classes declaration to be done in single lineGeorge Marques2021-09-211-1/+1
|/
* Merge pull request #51671 from RandomShaper/fix_gdscript_crashGeorge Marques2021-09-171-0/+4
|\
| * Implement iterator variable typing in GDScriptPedro J. Estébanez2021-09-111-0/+4
* | [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-3/+3
|/
* Remove underscore hacksMax Hilbrunner2021-08-171-1/+0
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* [Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli2021-07-201-2/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
* GDScript: Use analyzer data to decide assignment conversionGeorge Marques2021-05-261-0/+2
* GDScript: Implement lambdas compilation and runtimeGeorge Marques2021-04-281-1/+2
* GDScript: Add lambdas to the type analyzerGeorge Marques2021-04-281-6/+16
* GDScript: Add lambda syntax parsingGeorge Marques2021-04-281-5/+24
* GDScript: Allow export of enum variablesGeorge Marques2021-03-301-1/+1
* Move GDSript annotation application after type-checkingGeorge Marques2021-03-301-0/+1
* Add typed arrays to GDScriptGeorge Marques2021-03-291-2/+58
* Merge pull request #41897 from strank/not-in-conditional-doneRémi Verschelde2021-03-021-0/+1
|\
| * Add a "not in" operator to GDScript.strank2020-09-211-0/+1
* | Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-3/+3
* | Merge pull request #44719 from ThakeeNathees/assert-argument-bug-fixedRémi Verschelde2021-01-111-1/+1
|\ \
| * | GDScript assert message parsing bug fixedThakee Nathees2020-12-271-1/+1
* | | Merge pull request #45076 from ThakeeNathees/gdscript-operator-precedence-bug...Rémi Verschelde2021-01-111-2/+1
|\ \ \
| * | | GDScript operator `+` `-` precedence bug fixThakee Nathees2021-01-101-2/+1
| |/ /
* / / Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
|/ /
* | Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde2020-12-151-2/+0
|\ \
| * | GDScript: Refactor builtin functionsGeorge Marques2020-11-261-2/+0
* | | Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-1/+1