index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gdscript
Age
Commit message (
Expand
)
Author
2022-04-19
Fixes GDScript define nested dictionary and array as constants #50285
PastMoments
2022-04-15
Merge pull request #60007 from aaronfranke/gds-op-adj-tr3d
Rémi Verschelde
2022-04-12
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-08
GDScript: Fix method call on singletons
George Marques
2022-04-07
GDScript: Rename OPCODE_TYPE_ADJUST_TRANSFORM to have a 3D suffix
Aaron Franke
2022-04-07
Add built-in Variant types to autocompletion list
David Maziarka
2022-04-06
Merge pull request #59947 from vnen/gdscript-static-methods-classdb
Rémi Verschelde
2022-04-06
GDScript: Add support for static method calls in native types
George Marques
2022-04-06
Add enum values (Ignore, Warn, Error) to GDScript warnings
jordi
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-04-04
Merge pull request #59885 from Jayman2000/autoload-inheritance-message
Rémi Verschelde
2022-04-04
Improve autoload inheritance error message
Jason Yundt
2022-04-04
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
Fix issues with multiple bind patterns in match statement
cdemirer
2022-04-03
Merge pull request #59633 from EricEzaM/better-code-complete-update
Rémi Verschelde
2022-04-01
Improve sorting of Code Completion options.
Eric M
2022-03-31
Fix some issues found by clang sanitizers.
bruvzg
2022-03-31
Fix typos with codespell
Rémi Verschelde
2022-03-30
Merge pull request #59694 from vnen/gdscript-better-call-super
Rémi Verschelde
2022-03-30
GDScript: Fix issues with completion and `super` calls
George Marques
2022-03-30
Fix autocompletion of static methods in built-in types in GDScript
Yuri Roubinsky
2022-03-28
Refactor GDScript/C# script templates logic to be editor-only
Rémi Verschelde
2022-03-28
Merge pull request #59553 from reduz/script-extension-support
Rémi Verschelde
2022-03-28
Revert "Sort autocomplete/code completion options in a better way"
Juan Linietsky
2022-03-28
Merge pull request #59612 from YeldhamDev/style_and_grace
Rémi Verschelde
2022-03-28
Merge pull request #58931 from EricEzaM/proposals/4189-better-code-completion
Rémi Verschelde
2022-03-28
Merge pull request #59064 from Chaosus/gds_fix_narrowing_conv_warning
Rémi Verschelde
2022-03-28
Make script templates follow the GDScript style guide
Michael Alexsander
2022-03-27
Add GDExtension support to Script
reduz
2022-03-24
Improve sorting of Code Completion options.
Eric M
2022-03-23
Merge pull request #59065 from fabriceci/script-template-condition-too-wide
Rémi Verschelde
2022-03-23
Restrict the condition when checking if a script is a template
fabriceci
2022-03-22
Prevent NARROWING_CONVERSION warning for int(float) function in GDScript
Yuri Roubinsky
2022-03-22
Merge pull request #59056 from Chaosus/gds_fix_extends_crash
Yuri Rubinsky
2022-03-22
Merge pull request #58971 from Chaosus/gds_multiline_annotation
Yuri Rubinsky
2022-03-21
Merge pull request #59194 from Chaosus/gds_export_flags_limit_error
Rémi Verschelde
2022-03-16
Add an error emitting when the `@export_flags` arg count is exceeded
Yuri Roubinsky
2022-03-14
Fix default value count checking for inherited function
Yuri Roubinsky
2022-03-12
Prevent crash due to empty error message on empty extends in GDScript
Yuri Roubinsky
2022-03-10
Allow making multiline annotations in GDScript
Yuri Roubinsky
2022-03-09
Remove VARIANT_ARG* macros
reduz
2022-03-09
Fix `VisualShaderNodeCustom` script template
Yuri Roubinsky
2022-03-07
Merge pull request #58853 from V-Sekai/default-arg-values
Rémi Verschelde
2022-03-07
Restore building web platform by enclosing resolve_function_signature.
K. S. Ernest (iFire) Lee
2022-03-07
Merge pull request #58847 from KoBeWi/editor_settings_mess
Rémi Verschelde
2022-03-06
Remove duplicate editor settings definitions
kobewi
2022-03-06
GDScript: Check if method signature matches the parent
George Marques
2022-03-04
Add test cases for accessing parent elements from child class
strank
2022-03-04
Merge pull request #56830 from strank/parent-signals
Rémi Verschelde
[prev]
[next]