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
/
gdscript.h
Age
Commit message (
Expand
)
Author
2022-06-24
GDScript: Use implicit method for @onready variables
George Marques
2022-06-15
Improve stack overflow error message in GDScript and VisualScript
Hugo Locurcio
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-04-24
GDScript: Allow using self in lambdas
George Marques
2022-04-06
GDScript: Add support for static method calls in native types
George Marques
2022-04-04
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-03-27
Add GDExtension support to Script
reduz
2022-03-09
Remove VARIANT_ARG* macros
reduz
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-02
Improve editor template workflow
fabriceci
2021-11-11
Show built-in script names in the debugger
kobewi
2021-09-10
Merge pull request #51456 from SaracenOne/super_init_fix
George Marques
2021-09-07
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-08-10
Automatically call the _init function on base class if one does not exist.
SaracenOne
2021-07-20
[Net] Single `rpc` annotation. "sync" no longer part of mode.
Fabio Alessandrelli
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
Added support for scripts reporting multiple errors to ScriptTextEditor
Eric M
2021-06-13
Fix slow load/save of scenes with many instances of the same script
Pedro J. Estébanez
2021-06-11
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-01
[Net] Refactor RPCs, remove RSETs
Fabio Alessandrelli
2021-05-05
Highlight control flow keywords with a different color
Hugo Locurcio
2021-04-28
GDScript: Implement lambdas compilation and runtime
George Marques
2021-02-11
Improve resource load cache
reduz
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-15
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
Rémi Verschelde
2020-12-08
Constify ScriptLanguage.can_inherit_from_file
Emmanuel Leblond
2020-12-02
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-11-29
Documentation generation for GDScript
Thakee Nathees
2020-11-26
GDScript: Refactor builtin functions
George Marques
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-08-23
GDScript: Properly resolve external inner classes from preload
George Marques
2020-07-24
Remove multilevel calls
George Marques
2020-07-20
Add warning checks in GDScript analyzer
George Marques
2020-07-20
New GDScript tokenizer and parser
George Marques
2020-07-10
Add override keywords.
Marcel Admiraal
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-10
fixed: saving gdscript with cyclic inheritance crash the editor
Thakee Nathees
2020-05-05
Fix object leaks caused by unfulfilled yields
Pedro J. Estébanez
2020-04-21
Add ability to bind typed arrays to script API
Juan Linietsky
2020-04-20
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-13
Merge pull request #36599 from AndreaCatania/gen_rpc_data_export
Rémi Verschelde
2020-03-08
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-02-28
Removed interactive loader, added proper thread loading.
Juan Linietsky
[next]