summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #60007 from aaronfranke/gds-op-adj-tr3dRémi Verschelde2022-04-154-5/+5
|\
| * GDScript: Rename OPCODE_TYPE_ADJUST_TRANSFORM to have a 3D suffixAaron Franke2022-04-074-5/+5
* | Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-6/+8
* | Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-118-29/+17
* | GDScript: Fix method call on singletonsGeorge Marques2022-04-081-1/+3
|/
* Add built-in Variant types to autocompletion listDavid Maziarka2022-04-071-11/+16
* Merge pull request #59947 from vnen/gdscript-static-methods-classdbRémi Verschelde2022-04-0611-20/+135
|\
| * GDScript: Add support for static method calls in native typesGeorge Marques2022-04-0611-20/+135
* | Fix some issues found by cppcheck.bruvzg2022-04-062-6/+6
|/
* Merge pull request #59885 from Jayman2000/autoload-inheritance-messageRémi Verschelde2022-04-041-1/+1
|\
| * Improve autoload inheritance error messageJason Yundt2022-04-041-1/+1
* | Zero initialize all pointer class and struct membersRémi Verschelde2022-04-043-11/+11
|/
* Merge pull request #59633 from EricEzaM/better-code-complete-updateRémi Verschelde2022-04-031-23/+116
|\
| * Improve sorting of Code Completion options.Eric M2022-04-011-23/+116
* | Fix some issues found by clang sanitizers.bruvzg2022-03-311-1/+1
* | Fix typos with codespellRémi Verschelde2022-03-311-1/+1
* | Merge pull request #59694 from vnen/gdscript-better-call-superRémi Verschelde2022-03-302-5/+13
|\ \
| * | GDScript: Fix issues with completion and `super` callsGeorge Marques2022-03-302-5/+13
* | | Fix autocompletion of static methods in built-in types in GDScriptYuri Roubinsky2022-03-303-18/+73
|/ /
* / Refactor GDScript/C# script templates logic to be editor-onlyRémi Verschelde2022-03-2810-14/+10
|/
* Merge pull request #59553 from reduz/script-extension-supportRémi Verschelde2022-03-285-119/+121
|\
| * Add GDExtension support to Scriptreduz2022-03-275-119/+121
* | Revert "Sort autocomplete/code completion options in a better way"Juan Linietsky2022-03-281-118/+23
* | Merge pull request #59612 from YeldhamDev/style_and_graceRémi Verschelde2022-03-287-12/+38
|\ \
| * | Make script templates follow the GDScript style guideMichael Alexsander2022-03-287-12/+38
| |/
* | Merge pull request #58931 from EricEzaM/proposals/4189-better-code-completionRémi Verschelde2022-03-281-23/+118
|\ \
| * | Improve sorting of Code Completion options.Eric M2022-03-241-23/+118
* | | Merge pull request #59064 from Chaosus/gds_fix_narrowing_conv_warningRémi Verschelde2022-03-281-1/+1
|\ \ \ | |_|/ |/| |
| * | Prevent NARROWING_CONVERSION warning for int(float) function in GDScriptYuri Roubinsky2022-03-221-1/+1
* | | Merge pull request #59065 from fabriceci/script-template-condition-too-wideRémi Verschelde2022-03-231-4/+0
|\ \ \ | |/ / |/| |
| * | Restrict the condition when checking if a script is a templatefabriceci2022-03-231-4/+0
* | | Merge pull request #59056 from Chaosus/gds_fix_extends_crashYuri Rubinsky2022-03-221-0/+1
|\ \ \
| * | | Prevent crash due to empty error message on empty extends in GDScriptYuri Roubinsky2022-03-121-0/+1
| |/ /
* | | Merge pull request #58971 from Chaosus/gds_multiline_annotationYuri Rubinsky2022-03-221-0/+2
|\ \ \
| * | | Allow making multiline annotations in GDScriptYuri Roubinsky2022-03-101-0/+2
| |/ /
* | | Merge pull request #59194 from Chaosus/gds_export_flags_limit_errorRémi Verschelde2022-03-211-0/+9
|\ \ \
| * | | Add an error emitting when the `@export_flags` arg count is exceededYuri Roubinsky2022-03-161-0/+9
| |/ /
* / / Fix default value count checking for inherited functionYuri Roubinsky2022-03-141-4/+12
|/ /
* / Remove VARIANT_ARG* macrosreduz2022-03-095-18/+18
|/
* Fix `VisualShaderNodeCustom` script templateYuri Roubinsky2022-03-091-1/+1
* Merge pull request #58853 from V-Sekai/default-arg-valuesRémi Verschelde2022-03-071-1/+1
|\
| * Restore building web platform by enclosing resolve_function_signature.K. S. Ernest (iFire) Lee2022-03-071-1/+1
* | Merge pull request #58847 from KoBeWi/editor_settings_messRémi Verschelde2022-03-071-3/+3
|\ \ | |/ |/|
| * Remove duplicate editor settings definitionskobewi2022-03-061-3/+3
* | GDScript: Check if method signature matches the parentGeorge Marques2022-03-0614-9/+141
|/
* Add test cases for accessing parent elements from child classstrank2022-03-042-0/+56
* Merge pull request #56830 from strank/parent-signalsRémi Verschelde2022-03-041-9/+14
|\
| * Fix "Identifier not found" compiler error when accessing inherited signals or...strank2022-02-111-9/+14
* | Merge pull request #58185 from V-Sekai/explicit_variant_assignment_fixRémi Verschelde2022-03-041-1/+1
|\ \
| * | Fix error when assigning to an explicitly annotated variant from an ambiguous...SaracenOne2022-02-161-1/+1