index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
gdscript_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GDScript: Allow constant expressions in annotations
Danil Alexeev
2023-01-25
1
-0
/
+3
*
Merge pull request #69970 from poohcom1/fix/autocomplete-custom-class
George Marques
2023-01-16
1
-0
/
+8
|
\
|
*
Add identifier completion for custom classes.
poohcom1
2023-01-16
1
-0
/
+8
*
|
Fix GDScript script templates to use a PascalCase style for `_CLASS_`
Yuri Rubinsky
2023-01-14
1
-1
/
+1
*
|
Assorted enum and native type fixes
ocean (they/them)
2023-01-09
1
-6
/
+13
*
|
Force double quotes for NodePaths with apostrophes
jordi
2023-01-07
1
-1
/
+3
*
|
Unify typing of variables, constants and parameters in GDScript
Dmitrii Maganov
2023-01-06
1
-13
/
+13
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
Remove unused code paragraph from gdscript_editor.cpp/complete_code
Yuri Rubinsky
2022-12-22
1
-10
/
+0
|
/
*
Fix autocomplete on functions returning variants
poohcom1
2022-12-11
1
-4
/
+5
*
Fix autocomplete crash as it would infinite loop
Adam Scott
2022-12-08
1
-1
/
+1
*
Fix lookup to docs for variables initialized with `get_node`
Yuri Rubinsky
2022-12-07
1
-2
/
+5
*
Fix completion for the raw `get_node` call
Yuri Rubinsky
2022-12-06
1
-35
/
+47
*
Fix lookup code to pass functions with the same name as built-ins
Yuri Rubinsky
2022-11-28
1
-11
/
+15
*
Fix GDScript completion crash
Yuri Rubinsky
2022-11-21
1
-1
/
+1
*
Fix completion popup for the variables created with `get_node` call
Yuri Rubinsky
2022-11-14
1
-61
/
+63
*
Merge pull request #65712 from Chaosus/gds_fix_completion
Rémi Verschelde
2022-11-14
1
-1
/
+55
|
\
|
*
Fix completion for variables initialized by `get_node` call
Yuri Rubinsky
2022-09-12
1
-1
/
+55
*
|
GDScript compiler subclass bugfixes
Rune
2022-11-13
1
-2
/
+3
*
|
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-2
/
+2
*
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-14
/
+14
*
|
Fix outdated keywords autocompletion
VolTer
2022-10-06
1
-3
/
+3
*
|
Fix hide_slider vs no_slider inconsistency in editor property code
Aaron Franke
2022-10-03
1
-1
/
+1
|
/
*
Rename `or_lesser` range property hint to `or_less`
Hugo Locurcio
2022-09-02
1
-1
/
+1
*
Fix action name completion for `Input`
Haoyu Qiu
2022-08-15
1
-2
/
+7
*
Merge pull request #63015 from Xwdit/fix_gds_editor_tooltip_arg_type
Rémi Verschelde
2022-08-10
1
-1
/
+5
|
\
|
*
Fixed incorrect type display of function argument in GDScript editor tooltips
Xwdit
2022-08-10
1
-1
/
+5
*
|
Fixed incorrect type display of void return in GDScript editor tooltips
Xwdit
2022-08-10
1
-1
/
+7
|
/
*
Prevent global functions from overriding completion of subscript
Yuri Rubinsky
2022-08-10
1
-33
/
+33
*
fix(gdscript): Fix infinite loop on type inferernce from super method calls
Antonio Dell'Annunziata
2022-07-29
1
-5
/
+10
*
Fix crash while trying to autocomplete non-global Autoload
cdemirer
2022-07-18
1
-2
/
+2
*
Merge pull request #62699 from cdemirer/fix-autocomplete-var-assigned-same-st...
Rémi Verschelde
2022-07-06
1
-1
/
+1
|
\
|
*
Fix autocomplete for variable which is assigned to in the current statement
cdemirer
2022-07-04
1
-1
/
+1
*
|
Merge pull request #62690 from cdemirer/fix-infinite-guess-recursion
Rémi Verschelde
2022-07-06
1
-1
/
+1
|
\
\
|
*
|
Fix infinite recursion when guessing type of variable which is being assigned to
cdemirer
2022-07-04
1
-1
/
+1
|
|
/
*
|
Merge pull request #62760 from cdemirer/fix-annotation-initializer-conflict
Rémi Verschelde
2022-07-06
1
-4
/
+4
|
\
\
|
*
|
Fix priority of annotated type vs initializer type
cdemirer
2022-07-06
1
-4
/
+4
|
|
/
*
|
Merge pull request #62713 from YuriSizov/docs-scripting-annotations
Rémi Verschelde
2022-07-06
1
-0
/
+19
|
\
\
|
*
|
Add support for documenting built-in annotations
Yuri Sizov
2022-07-04
1
-0
/
+19
|
|
/
*
|
Merge pull request #62707 from YuriSizov/gdscript-group-those-props
Rémi Verschelde
2022-07-06
1
-0
/
+4
|
\
\
|
*
|
Add grouping annotations for class properties in GDScript
Yuri Sizov
2022-07-05
1
-0
/
+4
|
|
/
*
/
Implement a BitField hint
reduz
2022-07-05
1
-3
/
+3
|
/
*
Rename export_range's noslider option to no_slider
Marcus Elg
2022-06-24
1
-1
/
+1
*
Allow autocompletion of "noslider" in export_range
Marcus Elg
2022-06-19
1
-1
/
+4
*
Merge pull request #61389 from snailrhymer/lookup-fix
Rémi Verschelde
2022-05-25
1
-2
/
+4
|
\
|
*
Make Lookup Symbol recognize assert and preload in the script editor
SnailRhymer
2022-05-25
1
-2
/
+4
*
|
Fix lookup_code to properly handle symbols at start of assignments
SnailRhymer
2022-05-25
1
-0
/
+1
|
/
*
Add a new HashSet template
reduz
2022-05-20
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-22
/
+22
*
Fix signal completion in GDScript editor
Yuri Rubinsky
2022-05-12
1
-0
/
+15
[next]