summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_compiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #70948 from vnen/gdscript-ptr-method-name-in-debugGeorge Marques2023-01-231-3/+3
|\
| * GDScript: Add names for disassembling function pointersGeorge Marques2023-01-231-3/+3
* | GDScript: Remove function of `continue` for match statementGeorge Marques2023-01-221-10/+1
|/
* Fix cyclic reference errors while reducing identifiers.Adam Scott2023-01-151-1/+1
* Merge pull request #70987 from vonagam/fix-parameter-conversion-assignGeorge Marques2023-01-121-1/+1
|\
| * GDScript: Fix missing conversion for default argument valuesDmitrii Maganov2023-01-061-1/+1
* | Merge pull request #69590 from anvilfolk/enumsRémi Verschelde2023-01-091-1/+1
|\ \
| * | Assorted enum and native type fixesocean (they/them)2023-01-091-1/+1
| |/
* / GDScript: Don't use the NIL address to hold return value of functionsGeorge Marques2023-01-091-22/+24
|/
* GDScript: Fix array as default value for parameterDmitrii Maganov2023-01-061-1/+12
* Unify typing of variables, constants and parameters in GDScriptDmitrii Maganov2023-01-061-3/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #70702 from vnen/gdscript-error-on-assign-voidRémi Verschelde2023-01-031-14/+14
|\
| * GDScript: Error when assigning return value of void functionGeorge Marques2022-12-301-14/+14
* | Merge pull request #70503 from rune-scape/inner-class-docsRémi Verschelde2023-01-031-4/+4
|\ \
| * | Inner classes get their docs backrune-scape2022-12-231-4/+4
* | | Fix usage of Enum as constantDmitrii Maganov2022-12-281-13/+7
| |/ |/|
* | Merge pull request #69991 from rune-scape/cast-typeRémi Verschelde2022-12-231-12/+17
|\ \ | |/ |/|
| * GDScript: Fix cast producing nullrune-scape2022-12-121-12/+17
* | GDScript: Fix built-in script and other `find_class` bugsrune-scape2022-12-151-3/+2
* | GDScript: Allow out of order member resolutionrune-scape2022-12-141-0/+1
* | Add GDScript member initializer implicit type conversionocean (they/them)2022-12-111-0/+15
|/
* Merge pull request #69467 from rune-scape/rune-subclass-script-pathRémi Verschelde2022-12-101-2/+2
|\
| * GDScript: Fix subclass script path issuesrune-scape2022-12-011-2/+2
* | Merge pull request #68747 from rune-scape/rune-stringname-unificationRémi Verschelde2022-12-091-0/+21
|\ \
| * | Unify String and StringNamerune-scape2022-12-051-0/+21
* | | Fix incomplete shadowing of member properties by parametersDmitrii Maganov2022-12-061-3/+7
|/ /
* / Reset unassigned local variables to null in the loopsYuri Rubinsky2022-11-281-0/+9
|/
* Fix cyclic reference base being loaded but not valid (which is ok)Adam Scott2022-11-271-1/+1
* Fix cyclic references in GDScript 2.0Adam Scott2022-11-181-7/+34
* GDScript Compiler: regression fixRune2022-11-151-0/+1
* GDScript compiler subclass bugfixesRune2022-11-131-180/+136
* Fix named enums to use int64 typeYuri Rubinsky2022-11-081-2/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-52/+52
* Remove redundant "if" condition in GDScriptCompiler::_parse_function()Andy Maloney2022-09-241-1/+1
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-1/+1
* Check for parameters shadowing class memberscdemirer2022-07-181-1/+1
* Add grouping annotations for class properties in GDScriptYuri Sizov2022-07-051-0/+19
* Fix set chain bug with jump_if_sharedcdemirer2022-06-281-10/+10
* Merge pull request #62462 from vnen/gdscript-setter-chainingRémi Verschelde2022-06-271-19/+47
|\
| * GDScript: Fix setter being called in chains for shared typesGeorge Marques2022-06-271-19/+47
* | GDScript: Use implicit method for @onready variablesGeorge Marques2022-06-241-13/+14
* | GDScript: Don't add implicit constructor to the list of functionsGeorge Marques2022-06-241-1/+5
|/
* Make enum/constant binds 64-bit.bruvzg2022-06-171-1/+1
* Merge pull request #57151 from cdemirer/fix-match-array-dict-pattern-logic-errorGeorge Marques2022-06-141-49/+44
|\
| * Fix logic errors in match-statement Array & Dictionary Patternscdemirer2022-03-021-49/+44
* | GDScript: Support `%` in shorthand for `get_node`George Marques2022-05-271-13/+1
* | Fix crash when extending inner class in GDScriptYuri Rubinsky2022-05-181-8/+37
* | Replace most uses of Map by HashMapreduz2022-05-161-9/+9
* | Add a new HashMap implementationreduz2022-05-121-1/+1