COMMITS
/ modules/gdscript/gdscript_editor.cpp April 23, 2021
L
Fix Array.max() navigating to @GDScript.max() etc.
Lightning_A committed
January 1, 2021
R
Update copyright statements to 2021
Rémi Verschelde committed
October 28, 2020
Y
[3.2] Shows ColorRect in Color constants autocompletion
Yuri Roubinsky committed
October 3, 2020
P
Fix gdscript multiline string nested highlighting
Paulb23 committed
September 9, 2020
P
Prevent cyclic reference between script and its members
Pedro J. Estébanez committed
August 17, 2020
T
Auto completion enhanced for extends and class level identifier
Thakee Nathees committed
June 5, 2020
T
Fix: Ctrl + Click not working for subclasses
Thakee Nathees committed
May 24, 2020
T
regression: dictionary key no autocomplete fix
Thakee Nathees committed
April 17, 2020
T
autocompleting with indexing for native types added
Thakee Nathees committed
March 28, 2020
J
Improved go-to definition (Ctrl + Click)
janglee committed
March 20, 2020
U
Fixed the bool _static logic
Umang Kalra committed
April 12, 2020
T
autocomplete for disconnect, is_connected implemented
Thakee Nathees committed
March 31, 2020
T
Add missing docs for assert message in GDScript
Thomas ten Cate committed
January 16, 2020
R
Merge pull request #35218 from bojidar-bg/26691-parse-error-errors
Rémi Verschelde committed
B
Fix errors raised when showing parse errors in the editor
Bojidar Marinov committed
D
Fix function arguments hint format in GDScript editor
Danil Alexeev committed
January 1, 2020
R
Update copyright statements to 2020
Rémi Verschelde committed
December 11, 2019
B
Fix GDScript autocompletion with `as` or typed variables
Bojidar Marinov committed
November 17, 2019
M
Make the script templates' blank lines conform with the official style guide
Michael Alexsander committed
October 16, 2019
E
Fix autocompletion for singletons
EbbDrop committed
July 29, 2019
I
Adds skip-breakpoints feature
iwek7 committed
April 17, 2019
M
L
Don't allow class_name in built-in scripts
lupoDharkael committed
September 2, 2019
R
gdscript: Fix build after #24925
Rémi Verschelde committed
R
Merge pull request #24925 from Mr-Slurpy/typed-autoload
Rémi Verschelde committed
August 17, 2019
R
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
Rémi Verschelde committed
July 20, 2019
R
Merge pull request #30576 from qarmin/lgtm_coverage
Rémi Verschelde committed
Q
Changed some code showed in LGTM and Coverage
qarmin committed
July 17, 2019
N
Remove useless casts to String
Nils ANDRÉ-CHANG committed
July 13, 2019
N
Show static functions inside classes in method list
Nils ANDRÉ-CHANG committed
June 13, 2019
G
Parse more informations for code completion
Geequlim committed
June 29, 2019
June 3, 2019
R
Merge pull request #28099 from lupoDharkael/fix-completion
Rémi Verschelde committed
May 26, 2019
H
autocomplete for enum values
hilfazer committed
May 2, 2019
B
Fix slight issues with autocompletion and member lists in GDScript
Bojidar Marinov committed
May 1, 2019
R
Merge pull request #27676 from qarmin/small_fixes_2
Rémi Verschelde committed
April 30, 2019
R
Merge pull request #24437 from mateusfccp/single_quotes_option
Rémi Verschelde committed
April 22, 2019
R
Merge pull request #27673 from qarmin/small_fixes
Rémi Verschelde committed
April 16, 2019
L
Fix code completion not working with class_name
lupoDharkael committed
April 9, 2019
R
Style: Apply new changes from clang-format 8.0
Rémi Verschelde committed
April 8, 2019
Q
Small fixes, mostly dupicated code
qarmin committed
April 5, 2019
H
Add support for type hints in non-default script editor templates
Hugo Locurcio committed
April 4, 2019
Q
Small fixes to static analyzer bugs
qarmin committed
February 12, 2019
M
Add -Wshadow=local to warnings and fix reported issues.
marxin committed
February 16, 2019
R
Merge pull request #25715 from hpvb/fix-25598
Rémi Verschelde committed
February 8, 2019
H
Add a maximum recusion depth to _guess_expression_type
Hein-Pieter van Braam committed
January 30, 2019
H
Fix many asan and ubsan reported issues
Hein-Pieter van Braam committed
January 15, 2019
G
GDScript autocomplete: don't carry values when guessing from `is`
George Marques committed
January 11, 2019
D
Added autoloads as a potential type.
Daniel Eliasinski committed
January 5, 2019
T
Fix code completion on nodes in current scene
Timo Schwarzer committed