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
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-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
2021-09-25
Remove duplicate WorkspaceEdit from LSP
Francois Belair
2021-09-25
Merge pull request #50378 from Razoric480/apply-edit-40
Rémi Verschelde
2021-09-20
LSP: Add support for custom host setting
John J. Donna II
2021-08-13
Style: Cleanup code using `text_editor/completion/use_single_quotes`
Rémi Verschelde
2021-08-06
Fix LSP completion crashing on scene-less scripts
Francois Belair
2021-08-05
Fix LSP parsing get_node only from the scene root
Francois Belair
2021-08-05
Merge pull request #51247 from pycbouh/docs-extract-theme-items
Rémi Verschelde
2021-08-05
Merge pull request #48615 from Razoric480/lsp-rename
Rémi Verschelde
2021-08-04
Add theme item descriptions to the online documentation
Yuri Sizov
2021-08-03
Merge pull request #50454 from Ev1lbl0w/gsoc21-dap
Fabio Alessandrelli
2021-08-02
Implemented initial DAP support
Ev1lbl0w
2021-07-26
Fix LSP reporting wrong types
Francois Belair
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-20
[Net] Single `rpc` annotation. "sync" no longer part of mode.
Fabio Alessandrelli
2021-07-18
Optimize StringName usage
reduz
2021-07-17
Implement didSave notification and rename request
Francois Belair
2021-07-15
Misc cleanup of header includes
Rémi Verschelde
2021-07-13
Implement the ability to disable classes
reduz
2021-07-11
Implement applyEdit in LSP for signal connecting
Francois Belair
2021-07-08
Implement didClose notification in LSP
Francois Belair
[next]