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-08-22
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
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
2021-07-30
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-26
Fix LSP reporting wrong types
Francois Belair
2021-07-26
Use Ref<T> references as iterators where relevant
Rémi Verschelde
2021-07-25
Fix instantiate line class
Julien Nguyen
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-22
Improve documentation for GDScript constants
Hugo Locurcio
2021-07-21
Use the standard C `INFINITY` and `NAN` constants directly
Hugo Locurcio
2021-07-20
[Net] Single `rpc` annotation. "sync" no longer part of mode.
Fabio Alessandrelli
2021-07-18
Optimize StringName usage
reduz
2021-07-17
Implement didSave notification and rename request
Francois Belair
2021-07-15
Misc cleanup of header includes
Rémi Verschelde
2021-07-13
Implement the ability to disable classes
reduz
2021-07-12
[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.
Fabio Alessandrelli
2021-07-08
Implement didClose notification in LSP
Francois Belair
2021-06-30
Merge pull request #50009 from reduz/fix-suffixes-and-degrees
Rémi Verschelde
2021-06-30
Fix editor suffixes and degrees conversion
reduz
2021-06-30
Remove singleton variable shadowing.
K. S. Ernest (iFire) Lee
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-20
Merge pull request #48804 from EricEzaM/scripting-multi-error-support
Rémi Verschelde
2021-06-19
Merge pull request #44806 from madmiraal/consolidate_json
Rémi Verschelde
2021-06-19
Added support for scripts reporting multiple errors to ScriptTextEditor
Eric M
2021-06-19
Consolidate JSON, JSONParseResults and JSONParser into JSON
Marcel Admiraal
2021-06-19
Merge pull request #49287 from reduz/expose-variant-internal-binders
Rémi Verschelde
2021-06-18
Merge pull request #49449 from SpectralDragon/fix-enum-equal-operation
George Marques
[next]