summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_compiler.cpp
AgeCommit message (Expand)Author
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
2022-03-04Merge pull request #58320 from mphe/fix_object_typed_arraysRémi Verschelde
2022-03-02Fix logic errors in match-statement Array & Dictionary Patternscdemirer
2022-02-19Fix typed arrays for Object based typesMarvin Ewald
2022-02-17Fix using typed arrays based on script classesSaracenOne
2022-02-11Fix "Identifier not found" compiler error when accessing inherited signals or...strank
2022-02-03GDScript: Treat enum values as int and enum types as dictionaryGeorge Marques
2022-02-03GDScript: Consolidate behavior for assigning enum typesGeorge Marques
2022-01-13GDScript: Fix parsing default parameter values from function callsstrank
2022-01-11Assign member type when parsing setters to preventSaracenOne
2022-01-10Merge pull request #56260 from cdemirer/fix-type-mutation-upon-assignment-wit...Rémi Verschelde
2022-01-10Merge pull request #56287 from cdemirer/fix-member-property-only-getter-cant-...Rémi Verschelde
2022-01-10Merge pull request #56288 from cdemirer/fix-member-property-getter-dont-updat...Rémi Verschelde
2022-01-10Fix leak when function returning self typeGer Hean
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-28Fix member properties with getters don't update as subscript chain rootcdemirer
2021-12-28Fix member properties with only getters can't be setcdemirer
2021-12-27Fix type mutation upon compound assignmentcdemirer
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-10-14GDScript: Make sure calls don't use return when not neededGeorge Marques
2021-10-08GDScript: Report property type errorsZuBsPaCe
2021-10-04GDScript fix wrong base class assignmentBrian Semrau
2021-10-04GDScript: Fix member assignment with operationGeorge Marques
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-29GDScript: Fix assignment with operation for propertiesGeorge Marques
2021-09-15Merge pull request #49765 from Blackiris/fix-assignment-with-operator-on-type...George Marques
2021-09-15GDScript: Allow string keys on Lua-style dictionariesGeorge Marques
2021-09-13Merge pull request #52323 from vnen/gdscript-singleton-interdependence-fixRémi Verschelde
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli
2021-09-02Check for GDScript member and class naming conflicts in a variety of conditions.SaracenOne
2021-09-01GDScript: Fix loading of interdependent autoloadsGeorge Marques
2021-08-21Fix assignment with operator on type memberJulien Nguyen