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
2021-09-07
Merge pull request #52267 from williamd67/lookup-symbol-builtin-functions
Max Hilbrunner
2021-09-07
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-03
Merge pull request #52329 from ZuBsPaCe/gdscript-unused-private-class-variabl...
Max Hilbrunner
2021-09-03
GDScript: Count usages of member variables.
ZuBsPaCe
2021-09-02
Check for GDScript member and class naming conflicts in a variety of conditions.
SaracenOne
2021-08-30
Merge pull request #52240 from Rubonnek/rename-rel-path
Juan Linietsky
2021-08-30
Show help for built-in functions (@GlobalScope)
William Deurwaarder
2021-08-29
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-30
[GDScript] [Net] Allow mixing rpc annotation paramters.
Fabio Alessandrelli
2021-08-30
[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".
Fabio Alessandrelli
2021-08-28
Merge pull request #52085 from williamd67/fix-await-without-argument
Hugo Locurcio
2021-08-28
Merge pull request #52164 from mhilbrunner/gd-style-fixup
Max Hilbrunner
2021-08-28
Print error message when await is not followed by signal or coroutine
William Deurwaarder
2021-08-27
Merge pull request #52122 from V-Sekai/autoload_list
K. S. Ernest (iFire) Lee
2021-08-27
GDScript test style fix
Max Hilbrunner
2021-08-27
Merge pull request #52090 from balloonpopper/bug52060
Max Hilbrunner
2021-08-27
Merge pull request #52105 from ldmnt/master
Hugo Locurcio
2021-08-26
Use OrderedHashMap for autoloads to preserve order
Lyuma
2021-08-26
Correct null and boolean values being capitalised by the str command
Balloonpopper
2021-08-25
Fixed crash when parsing an empty assignment.
Louis Dumont
2021-08-25
Add a README to link to the GDScript integration tests documentation
Hugo Locurcio
2021-08-23
Merge pull request #51971 from aaronfranke/https
Max Hilbrunner
2021-08-23
Merge pull request #51947 from AnilBK/redundant-assignments
Michael Alexsander
2021-08-22
Replace HTTP links with HTTPS for sites with HTTPS versions
Aaron Franke
2021-08-22
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-21
Remove redundant assignments.
Anilforextra
2021-08-20
Merge pull request #49105 from vnen/gdscript-inner-preload-type
Rémi Verschelde
2021-08-20
GDScript: Make singleton functions be seen as static
George Marques
2021-08-20
Merge pull request #51902 from vnen/variant-internal-constructor
Rémi Verschelde
2021-08-19
Fix initialization of objects in VariantInternal
George Marques
2021-08-18
GDScript: Fix memory leak when using self class as type
George Marques
2021-08-18
GDScript: Fix calling builtin static functions
George Marques
2021-08-18
GDScript: Fix issue when calling `new()` on its own
George Marques
2021-08-18
GDScript: Fix inner classes and preloaded scripts as types
George Marques
2021-08-17
Remove underscore hacks
Max Hilbrunner
2021-08-17
Merge pull request #51762 from nekomatata/fix-crash-gdscript-cache
Rémi Verschelde
2021-08-16
Fix crash when failing to load script from cache
PouleyKetchoupp
2021-08-16
Reorganise text editor settings
Paulb23
2021-08-13
Style: Cleanup code using `text_editor/completion/use_single_quotes`
Rémi Verschelde
2021-08-10
Fix crash when parsing Dictionary
kobewi
2021-08-09
Fix infinite loop when creating a newly inherited GdScript file
Julien Nguyen
2021-08-06
Fix LSP completion crashing on scene-less scripts
Francois Belair
2021-08-06
Merge pull request #51283 from Razoric480/lsp-parse-from
Rémi Verschelde
2021-08-06
[Net] Default @rpc annotation should be puppet, not master.
Fabio Alessandrelli
2021-08-05
Fix LSP parsing get_node only from the scene root
Francois Belair
2021-08-05
Merge pull request #51247 from pycbouh/docs-extract-theme-items
Rémi Verschelde
2021-08-05
Merge pull request #48615 from Razoric480/lsp-rename
Rémi Verschelde
2021-08-04
Add theme item descriptions to the online documentation
Yuri Sizov
2021-08-03
Merge pull request #50454 from Ev1lbl0w/gsoc21-dap
Fabio Alessandrelli
2021-08-02
Implemented initial DAP support
Ev1lbl0w
[next]