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
/
language_server
Age
Commit message (
Expand
)
Author
2023-01-06
Unify typing of variables, constants and parameters in GDScript
Dmitrii Maganov
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-17
Fix use of comma instead of semicolon
Quentin Guidée
2022-12-06
Keep GDScriptAnalyzer alive for whole parse()
Bartosz Bielecki
2022-11-29
Use forward-declarations in big editor classes
trollodel
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
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
Implement `GDScriptTextDocument::willSaveWaitUntil` to clean up outdated docu...
Rindbee
2022-09-25
Fix out of sync when the script is edited externally via lsp
Rindbee
2022-08-31
fix: add uri_decode to root_uri #63388
Lamia
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-08
fix: modifies workspace->root_uri so that p_uri is symmetrical to other opera...
Lamia
2022-07-31
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-28
Merge pull request #63049 from Faless/mp/4.x_as_module
Rémi Verschelde
2022-07-28
LSP: Sanitizes protocol URI `file:///c%3A` in file path
Lamia
2022-07-26
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-05
Add grouping annotations for class properties in GDScript
Yuri Sizov
2022-06-15
Merge pull request #59482 from kurtlachmann/lsp_better_parentheses
Rémi Verschelde
2022-05-20
Add a new HashSet template
reduz
2022-05-19
Use range iterators for RBSet in most cases
Aaron Record
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-12
Add a new HashMap implementation
reduz
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
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-24
Use insertText from the internal autocompletion
Kurt Lachmann
2022-02-16
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-04
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
String: Add contains().
Anilforextra
2022-01-27
Merge pull request #57205 from TechnoPorg/variant-template-cast
Rémi Verschelde
2022-01-26
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-25
Allow method binds to take Object subclasses as arguments
TechnoPorg
2022-01-03
Update copyright statements to 2022
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-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-12
Modules: Make sure to include modules_enabled.gen.h where needed
Rémi Verschelde
2021-11-07
Fix LSP crash when parsing signal symbols.
Francois Belair
2021-10-29
Move the docs for constructors and operators out of methods section
Aaron Franke
2021-10-28
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-21
Remove unimplemented methods
Marcel Admiraal
2021-10-08
GDScript: Report property type errors
ZuBsPaCe
2021-10-01
Fix empty line hover; fix open non-res:// script
Francois Belair
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-29
Make LSP report _init instead of Object::new
Francois Belair
[next]