summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_compiler.cpp
AgeCommit message (Expand)Author
2023-01-12Merge pull request #70987 from vonagam/fix-parameter-conversion-assignGeorge Marques
2023-01-09Merge pull request #69590 from anvilfolk/enumsRémi Verschelde
2023-01-09Assorted enum and native type fixesocean (they/them)
2023-01-09GDScript: Don't use the NIL address to hold return value of functionsGeorge Marques
2023-01-06GDScript: Fix missing conversion for default argument valuesDmitrii Maganov
2023-01-06GDScript: Fix array as default value for parameterDmitrii Maganov
2023-01-06Unify typing of variables, constants and parameters in GDScriptDmitrii Maganov
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-03Merge pull request #70702 from vnen/gdscript-error-on-assign-voidRémi Verschelde
2023-01-03Merge pull request #70503 from rune-scape/inner-class-docsRémi Verschelde
2022-12-30GDScript: Error when assigning return value of void functionGeorge Marques
2022-12-28Fix usage of Enum as constantDmitrii Maganov
2022-12-23Inner classes get their docs backrune-scape
2022-12-23Merge pull request #69991 from rune-scape/cast-typeRémi Verschelde
2022-12-15GDScript: Fix built-in script and other `find_class` bugsrune-scape
2022-12-14GDScript: Allow out of order member resolutionrune-scape
2022-12-12GDScript: Fix cast producing nullrune-scape
2022-12-11Add GDScript member initializer implicit type conversionocean (they/them)
2022-12-10Merge pull request #69467 from rune-scape/rune-subclass-script-pathRémi Verschelde
2022-12-09Merge pull request #68747 from rune-scape/rune-stringname-unificationRémi Verschelde
2022-12-05Unify String and StringNamerune-scape
2022-12-06Fix incomplete shadowing of member properties by parametersDmitrii Maganov
2022-12-01GDScript: Fix subclass script path issuesrune-scape
2022-11-28Reset unassigned local variables to null in the loopsYuri Rubinsky
2022-11-27Fix cyclic reference base being loaded but not valid (which is ok)Adam Scott
2022-11-18Fix cyclic references in GDScript 2.0Adam Scott
2022-11-15GDScript Compiler: regression fixRune
2022-11-13GDScript compiler subclass bugfixesRune
2022-11-08Fix named enums to use int64 typeYuri Rubinsky
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-24Remove redundant "if" condition in GDScriptCompiler::_parse_function()Andy Maloney
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli
2022-07-18Check for parameters shadowing class memberscdemirer
2022-07-05Add grouping annotations for class properties in GDScriptYuri Sizov
2022-06-28Fix set chain bug with jump_if_sharedcdemirer
2022-06-27Merge pull request #62462 from vnen/gdscript-setter-chainingRémi Verschelde
2022-06-27GDScript: Fix setter being called in chains for shared typesGeorge Marques
2022-06-24GDScript: Use implicit method for @onready variablesGeorge Marques
2022-06-24GDScript: Don't add implicit constructor to the list of functionsGeorge Marques
2022-06-17Make enum/constant binds 64-bit.bruvzg
2022-06-14Merge pull request #57151 from cdemirer/fix-match-array-dict-pattern-logic-errorGeorge Marques
2022-05-27GDScript: Support `%` in shorthand for `get_node`George Marques
2022-05-18Fix crash when extending inner class in GDScriptYuri Rubinsky
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Add a new HashMap implementationreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-24GDScript: Allow using self in lambdasGeorge Marques
2022-04-08GDScript: Fix method call on singletonsGeorge Marques
2022-04-06GDScript: Add support for static method calls in native typesGeorge Marques
2022-03-04Merge pull request #56830 from strank/parent-signalsRémi Verschelde