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-05-12
Fix first value update
JoJoX
2022-05-12
Fix signal completion in GDScript editor
Yuri Rubinsky
2022-05-12
Add a new HashMap implementation
reduz
2022-05-12
Fix incorrect precedence of pow operator in GDScript
Yuri Rubinsky
2022-05-11
Implement exponential operator (**) to GDScript/Expressions
Yuri Roubinsky
2022-05-11
Merge pull request #59863 from cdemirer/fix-match-multiple-bind-single-pattern
Rémi Verschelde
2022-05-11
Merge pull request #60229 from Dorodri/improve-gdscript-range-description
Rémi Verschelde
2022-05-11
Merge pull request #60732 from CalebJohn/matching_signature_regression_test
Rémi Verschelde
2022-05-06
Merge pull request #60609 from nathanfranke/string-quotes
Rémi Verschelde
2022-05-04
Merge pull request #60723 from reduz/refactor-module-initialization
Rémi Verschelde
2022-05-04
Refactor module initialization
reduz
2022-05-03
Add regression test for gdscript valid function signature
CalebJohn
2022-05-03
quote strings inside arrays and dictionaries
Nathan Franke
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-04-30
Improve description for GDScript built-in range
Eduardo Rodrigues
2022-04-28
Fix cppcheck const parameters
Markus Sauermann
2022-04-27
Merge pull request #60396 from vnen/gdscript-self-lambda
Rémi Verschelde
2022-04-27
Merge pull request #59613 from PastMoments/dict-arr-const-fix
Rémi Verschelde
2022-04-26
Merge pull request #60418 from ShimmyShaman/master
Rémi Verschelde
2022-04-25
Merge pull request #60445 from nathanfranke/minor-changes
Rémi Verschelde
2022-04-24
GDScript: Allow using self in lambdas
George Marques
2022-04-22
improve OS.get_name classref, misc/scripts fixes, remove trailing quote
Nathan Franke
2022-04-22
improved error msg for gdscript load_source_code
ShimmyShaman
2022-04-20
Fix typo in `GDScript::range` doc
Yuri Roubinsky
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
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
[next]