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-01-06
Merge pull request #55213 from Scony/fix-gdscript-crash
Rémi Verschelde
2022-01-06
Fix multiple missing UTF-8 decoding.
bruvzg
2022-01-06
Add a GDScript template for `VisualShaderNodeCustom`
Yuri Roubinsky
2022-01-05
Merge pull request #56483 from vnen/gdscript-warning-annotation
Rémi Verschelde
2022-01-04
GDScript: Add annotation to ignore warnings
George Marques
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
Merge pull request #53957 from fabriceci/new-template-workflow
Rémi Verschelde
2022-01-02
Improve editor template workflow
fabriceci
2022-01-02
Fix various typos
luz paz
2021-12-14
Avoid a crash in the gdscript analyser
Gilles Roudière
2021-12-13
Fix shadowed global identifier warning duplication
Yuri Roubinsky
2021-12-10
Revert "Fix auto reload scripts on external change"
Rémi Verschelde
2021-12-10
Fix "Lookup Symbol" on global class members
cdemirer
2021-12-10
Merge pull request #43181 from nathanfranke/string-empty
Rémi Verschelde
2021-12-09
Merge pull request #55700 from Razoric480/raz/lsp-extraneous-code
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
Merge pull request #49473 from cptchuckles/fix-auto-reload-scripts
Rémi Verschelde
2021-12-07
Remove extraneous return to LSP
Francois Belair
2021-12-06
Merge pull request #55624 from Razoric480/raz/cs-lsp-signal
Rémi Verschelde
2021-12-04
Auto-Increment Debugger Port
Nathan Franke
2021-12-04
Prevent LSP adding signal func to non GDScripts
Francois Belair
2021-12-03
Fix typo in `gdscript_parser`
Raul Santos
2021-11-30
Don't return reference on copy assignment operators
Rémi Verschelde
2021-11-25
Enchance descriptions of @GlobalScope/@GDScript
Yuri Roubinsky
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
Merge pull request #54949 from Chaosus/fix_warning
Rémi Verschelde
2021-11-23
Improve various texts
kobewi
2021-11-21
Fix godot crash on null expression, fixes #53862
Pawel Lampe
2021-11-15
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Rémi Verschelde
2021-11-13
Allow using built-in names for variables, push warnings instead
Yuri Roubinsky
2021-11-12
Modules: Make sure to include modules_enabled.gen.h where needed
Rémi Verschelde
2021-11-11
Show built-in script names in the debugger
kobewi
2021-11-11
[GDScript] Check string literals for Unicode direction control characters.
bruvzg
2021-11-10
Merge pull request #54676 from Chaosus/gds_restrict_names
Rémi Verschelde
2021-11-10
Merge pull request #54358 from Shawak/feature-allow-root-node-paths-without-q...
Rémi Verschelde
2021-11-09
Allow using $/root node paths
Maximilian
2021-11-09
Remove hash symbol in front of opcode error messages in GDScript
Hugo Locurcio
2021-11-08
Merge pull request #54473 from briansemrau/no-debug-functions-on-thread
Rémi Verschelde
2021-11-08
Prevent identifiers from naming as built-in funcs and global classes
Yuri Roubinsky
2021-11-08
Merge pull request #54118 from Pineapple/dont-ignore-type-mismatch-in-setter-...
Rémi Verschelde
2021-11-07
Fix LSP crash when parsing signal symbols.
Francois Belair
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-02
Merge pull request #54346 from mhilbrunner/used-what-instead-of-what
Rémi Verschelde
2021-11-01
GDScript gracefully handle debug functions from separate thread
Brian Semrau
2021-10-29
Move the docs for constructors and operators out of methods section
Aaron Franke
2021-10-28
Merge pull request #54350 from akien-mga/clang-format-dont-align-operands
Rémi Verschelde
2021-10-28
Merge pull request #53526 from KoBeWi/super_print
Rémi Verschelde
2021-10-28
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
Improve GDScript indentation error message
Max Hilbrunner
[next]