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
/
gdscript_editor.cpp
Age
Commit message (
Expand
)
Author
2021-08-17
Remove underscore hacks
Max Hilbrunner
2021-08-16
Reorganise text editor settings
Paulb23
2021-08-13
Style: Cleanup code using `text_editor/completion/use_single_quotes`
Rémi Verschelde
2021-08-05
Merge pull request #48615 from Razoric480/lsp-rename
Rémi Verschelde
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-21
Use the standard C `INFINITY` and `NAN` constants directly
Hugo Locurcio
2021-07-17
Implement didSave notification and rename request
Francois Belair
2021-06-30
Remove singleton variable shadowing.
K. S. Ernest (iFire) Lee
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
Added support for scripts reporting multiple errors to ScriptTextEditor
Eric M
2021-06-15
Adding some more missing renames for Transform3D and Quaternion
Bastiaan Olij
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-05-20
Change behavior of String.right
Tomasz Chabora
2021-05-19
Show colored rects for autocompletion of Color constants in functions
Yuri Roubinsky
2021-05-06
Merge pull request #47776 from Razoric480/foreport
Rémi Verschelde
2021-05-04
Merge pull request #47798 from ray90514/bug#47620
Rémi Verschelde
2021-04-29
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-11
Fix Constants at function scope are not defined as constants for autocompletion
ray90514
2021-04-10
Implement LSP didDeleteFiles & make parser aware of sub-nodes
Francois Belair
2021-04-05
Fix infinite loop when guessing argument type from parent class
Julien Nguyen
2021-04-05
Style: Apply clang-tidy's `modernize-use-nullptr`
Rémi Verschelde
2021-03-30
Move GDSript annotation application after type-checking
George Marques
2021-03-01
[script editor] Fix two special cases not being checked in code completion
Andy Maloney
2021-01-11
Merge pull request #43980 from gvekan/fix-missing-function-hints
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-15
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
Rémi Verschelde
2020-12-03
Add bracket or space to some keyword completions
Gustav
2020-12-02
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-11-30
Fix missing function hints
Gustav
2020-11-26
GDScript: Refactor builtin functions
George Marques
2020-11-10
Fix completion for built-in load function
Gustav
2020-11-09
Refactored variant constructor logic
reduz
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-23
Shows ColorRect in Color constants autocompletion
Yuri Roubinsky
2020-08-26
GDScript: Add recursion depth limit for completion
George Marques
2020-08-26
GDScript: Fix crash when completing code with signals
George Marques
2020-08-13
Merge pull request #41224 from ThakeeNathees/fix-ctrl+click-not-working
George Marques
2020-08-13
Fix: ctrl + click not working
Thakee Nathees
2020-08-05
Fixing null callee crash.
Stephen Nichols
2020-07-22
Wrap up GDScript 2.0 base implementation
George Marques
2020-07-20
Reintroduce code completion
George Marques
2020-07-20
Add warning checks in GDScript analyzer
George Marques
2020-07-20
Add new GDScript type checker
George Marques
2020-07-20
New GDScript tokenizer and parser
George Marques
2020-06-16
Merge pull request #39315 from ThakeeNathees/ctrl-click-fix-for-subclasses
Rémi Verschelde
2020-06-05
Fix: Ctrl + Click not working for subclasses
Thakee Nathees
2020-05-24
regression: dictionary key no autocomplete fix
Thakee Nathees
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
[next]