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-11-18
Merge pull request #68854 from anvilfolk/highlight-var
Rémi Verschelde
2022-11-18
Merge pull request #67714 from adamscott/fix-preload-cyclic-references-part2
Rémi Verschelde
2022-11-18
Fix cyclic references in GDScript 2.0
Adam Scott
2022-11-18
Add error highlighting for duplicate variables/constants
ocean (they/them)
2022-11-17
Fix ability to overload "script" variable
ocean (they/them)
2022-11-16
Merge pull request #68717 from rune-scape/rune-compiler-regression
Yuri Rubinsky
2022-11-15
GDScript Compiler: regression fix
Rune
2022-11-15
Merge pull request #65372 from Mickeon/fix-treat-warnings-as-errors
Rémi Verschelde
2022-11-15
Merge pull request #68663 from Chaosus/gds_fix_completion
Yuri Rubinsky
2022-11-14
Merge pull request #68657 from Sauermann/fix-redundant-initialization
Rémi Verschelde
2022-11-14
Fix completion popup for the variables created with `get_node` call
Yuri Rubinsky
2022-11-14
Remove redundant Variant-types initializations
Markus Sauermann
2022-11-14
Merge pull request #65712 from Chaosus/gds_fix_completion
Rémi Verschelde
2022-11-13
GDScript compiler subclass bugfixes
Rune
2022-11-08
Fix named enums to use int64 type
Yuri Rubinsky
2022-11-02
Merge pull request #68125 from kleonc/range-fix-single-arg-optimized-type-mis...
Rémi Verschelde
2022-11-02
Merge pull request #68136 from qarmin/projection_not_equal
Rémi Verschelde
2022-11-02
Merge pull request #68040 from adamscott/fix-property-getter-return-type
Rémi Verschelde
2022-11-02
GDScript Fix type mismatch in optimized single arg `range`
kleonc
2022-11-01
Support for checking that Projection is(not) null
Rafał Mikrut
2022-10-31
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
Merge pull request #67826 from Chaosus/gds_fix_enum
Rémi Verschelde
2022-10-31
Merge pull request #67055 from GuilhermeGSousa/custom-node-export
Rémi Verschelde
2022-10-31
Merge pull request #68065 from zCubed3/fix_min_max_crash
Rémi Verschelde
2022-10-31
Merge pull request #62695 from Spartan322/relax-constant-asserts
Rémi Verschelde
2022-10-30
Fix math utility functions crashing when invalid args passed
zCubed3
2022-10-29
[godot#68001] Fix property getter with custom return type
Adam Scott
2022-10-25
Fix enum type to use int64_t instead of int in GDScript
Yuri Rubinsky
2022-10-25
Fix built-in script path of GDScript
Wei Guo
2022-10-21
Merge pull request #67656 from MewPurPur/instance🧹
Max Hilbrunner
2022-10-21
Fix small mistakes throughout much of the documentation
VolTer
2022-10-19
Merge pull request #67100 from Mickeon/doc-peeves
Max Hilbrunner
2022-10-18
Tweak `@GDScript` documentation overall
Micky
2022-10-18
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-16
Clarified reason why a resource cannot be loaded.
João Martins
2022-10-14
Add STATIC_CALLED_ON_INSTANCE warning to highlight
clayjohn
2022-10-14
Added custom node export
Guilherme Sousa
2022-10-14
Merge pull request #67361 from clayjohn/GDScript-unused-return-warning
Rémi Verschelde
2022-10-13
Implement RETURN_VALUE_DISCARDED warning in GDscript
clayjohn
2022-10-11
GDScript: fix highlighting '.' after global class name
Rune
2022-10-07
Fix more MSVC C4702 (unreachable code) warnings
Rémi Verschelde
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-06
Fix outdated keywords autocompletion
VolTer
2022-10-05
Merge pull request #66839 from aaronfranke/editor-prop-hide-slider
Rémi Verschelde
2022-10-05
Merge pull request #66873 from akien-mga/script-tweak-error-invalid-script-type
Rémi Verschelde
2022-10-05
Merge pull request #66885 from atirut-w/lsp-doc-fix
Rémi Verschelde
2022-10-05
LSP: Fix GDScript doc comments
Atirut Wattanamongkol
2022-10-04
Improve dictionary printing to avoid confusion with arrays
Hugo Locurcio
2022-10-04
GDScript/C#: Tweak error message for invalid script type for object
Rémi Verschelde
2022-10-04
Implement `GDScriptTextDocument::willSaveWaitUntil` to clean up outdated docu...
Rindbee
[next]