summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2022-03-23Merge pull request #59065 from fabriceci/script-template-condition-too-wideRémi Verschelde
2022-03-23Restrict the condition when checking if a script is a templatefabriceci
2022-03-22Merge pull request #59056 from Chaosus/gds_fix_extends_crashYuri Rubinsky
2022-03-22Merge pull request #58971 from Chaosus/gds_multiline_annotationYuri Rubinsky
2022-03-21Merge pull request #59194 from Chaosus/gds_export_flags_limit_errorRémi Verschelde
2022-03-16Add an error emitting when the `@export_flags` arg count is exceededYuri Roubinsky
2022-03-14Fix default value count checking for inherited functionYuri Roubinsky
2022-03-12Prevent crash due to empty error message on empty extends in GDScriptYuri Roubinsky
2022-03-10Allow making multiline annotations in GDScriptYuri Roubinsky
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-03-09Fix `VisualShaderNodeCustom` script templateYuri Roubinsky
2022-03-07Merge pull request #58853 from V-Sekai/default-arg-valuesRémi Verschelde
2022-03-07Restore building web platform by enclosing resolve_function_signature.K. S. Ernest (iFire) Lee
2022-03-07Merge pull request #58847 from KoBeWi/editor_settings_messRémi Verschelde
2022-03-06Remove duplicate editor settings definitionskobewi
2022-03-06GDScript: Check if method signature matches the parentGeorge Marques
2022-03-04Add test cases for accessing parent elements from child classstrank
2022-03-04Merge pull request #56830 from strank/parent-signalsRémi Verschelde
2022-03-04Merge pull request #58185 from V-Sekai/explicit_variant_assignment_fixRémi Verschelde
2022-03-04Merge pull request #58201 from V-Sekai/debugger_localsRémi Verschelde
2022-03-04Merge pull request #58320 from mphe/fix_object_typed_arraysRémi Verschelde
2022-03-04Merge pull request #58250 from V-Sekai/typed_array_fixRémi Verschelde
2022-03-04Merge pull request #58626 from groud/fix_gdscript_analyser_crashRémi Verschelde
2022-03-04Merge pull request #58670 from KoBeWi/internal_debuggerRémi Verschelde
2022-03-03Merge pull request #58262 from Sauermann/fix-range-docMax Hilbrunner
2022-03-02Fix debugger not opening built-in scriptskobewi
2022-02-28Fix a crash in GDScriptAnalyzer when a script class's file is not foundGilles Roudière
2022-02-23Merge pull request #58244 from V-Sekai/typed_fail_case_returnRémi Verschelde
2022-02-23Merge pull request #58415 from V-Sekai/cyclic_assignment_gdscript_fixesRémi Verschelde
2022-02-22Rename motion_velocity to velocityChris Bradfield
2022-02-22Fixes cyclic detection from variables assigning themselves to themselves in a...SaracenOne
2022-02-19Fix typed arrays for Object based typesMarvin Ewald
2022-02-18Make 'is_attribute' false during parse error to prevent crashSaracenOne
2022-02-18Describe usage of float in range documentationMarkus Sauermann
2022-02-17Fix using typed arrays based on script classesSaracenOne
2022-02-17Return a correctly typed variant in case of a function error to prevent hard ...SaracenOne
2022-02-16Fix local variables not showing when breaking on final lineSaracenOne
2022-02-16Convert _notification methods to switch - Chunk CJakob Bouchard
2022-02-16Fix error when assigning to an explicitly annotated variant from an ambiguous...SaracenOne
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-11Fix "Identifier not found" compiler error when accessing inherited signals or...strank
2022-02-08Refactor some object type checking code with `cast_to`Rémi Verschelde
2022-02-07[Net] Add type check to GDScriptRPCCallable.Fabio Alessandrelli
2022-02-07[Net] Implement GDScript custom RPC callable.Fabio Alessandrelli
2022-02-07Merge pull request #57748 from fabriceci/rename-script-template-variableRémi Verschelde
2022-02-07rename jump force to jump velocityfabriceci
2022-02-07Add some more fixes to visual shaderYuri Roubinsky
2022-02-04Highlight "namespace" as a GDScript keyword in the syntax highlighterHugo Locurcio
2022-02-04Merge pull request #57591 from vnen/gdscript-enum-fixesRémi Verschelde