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-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
2022-10-03
Fix hide_slider vs no_slider inconsistency in editor property code
Aaron Franke
2022-10-03
Merge pull request #66759 from Chaosus/gds_fix_param_completion
Yuri Rubinsky
2022-10-03
Merge pull request #66709 from MewPurPur/fix-unary-operators-being-STILL-broken
Rémi Verschelde
2022-10-02
Fix more highlighting bugs
VolTer
2022-10-02
Fix completion of parameters in function call (2)
Yuri Rubinsky
2022-09-30
Merge pull request #64717 from Chaosus/gds_fix_param_completion
Yuri Rubinsky
2022-09-30
Fix completion of parameters in function call
Yuri Rubinsky
2022-09-30
Fix typos with codespell
Rémi Verschelde
2022-09-30
Merge pull request #66242 from akien-mga/scons-unify-tools-target
Rémi Verschelde
2022-09-28
Document `print_stack()` and `get_stack()` requiring a debugger connection
Hugo Locurcio
2022-09-27
Merge pull request #65074 from MewPurPur/booleans-highlighting-fix
Rémi Verschelde
2022-09-26
SCons: Unify tools/target build type configuration
Rémi Verschelde
2022-09-26
Merge pull request #66366 from asmaloney/script-fix-redundant-if
Rémi Verschelde
2022-09-25
Fix out of sync when the script is edited externally via lsp
Rindbee
2022-09-25
Merge pull request #63224 from Rindbee/update-GDScript-cache
Rémi Verschelde
[next]