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
...
*
|
|
Merge pull request #76591 from HolonProduction/complete-tween
Yuri Sizov
2023-12-14
1
-0
/
+58
|
\
\
\
|
*
|
|
Autocomplete properties in tween_property
HolonProduction
2023-11-19
1
-0
/
+58
|
|
|
/
|
|
/
|
*
|
|
Fix regression when autocompleting subscript on get node
HolonProduction
2023-12-13
1
-4
/
+5
*
|
|
Merge pull request #85196 from HolonProduction/completion-filter-groups
Rémi Verschelde
2023-12-05
1
-1
/
+10
|
\
\
\
|
*
|
|
Filter groups and categories from autocompletion
HolonProduction
2023-12-04
1
-1
/
+10
|
|
|
/
|
|
/
|
*
/
|
Improve autocompletion with get_node
HolonProduction
2023-12-04
1
-2
/
+16
|
/
/
*
/
Codestyle: Fix some comment issues
Rémi Verschelde
2023-11-21
1
-2
/
+0
|
/
*
GDScript: Add autocompletion for static variables accessed via class
Danil Alexeev
2023-10-11
1
-10
/
+13
*
Highlight doc comments in a different color
Danil Alexeev
2023-10-08
1
-0
/
+4
*
GDScript: Fix `native_type` is empty for autoload without script
Danil Alexeev
2023-10-04
1
-1
/
+7
*
GDScript: Improve highlighting of types
Danil Alexeev
2023-10-03
1
-0
/
+6
*
Merge pull request #78573 from dalexeev/editor-create-script-class-name
Rémi Verschelde
2023-09-25
1
-9
/
+11
|
\
|
*
Editor: Remove unused Class Name field from Create Script dialog
Danil Alexeev
2023-09-12
1
-9
/
+11
*
|
Merge pull request #74995 from dalexeev/gds-r-strings
Rémi Verschelde
2023-09-20
1
-0
/
+1
|
\
\
|
*
|
GDScript: Add raw string literals (r-strings)
Danil Alexeev
2023-09-11
1
-0
/
+1
*
|
|
Merge pull request #79366 from dalexeev/gds-signal-info-and-callback
Rémi Verschelde
2023-09-17
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Editor: Improve signal callback generation
Danil Alexeev
2023-09-11
1
-1
/
+1
|
|
/
*
/
Language Server: Improve hovered symbol resolution, fix renaming bugs, implem...
BooksBaum
2023-09-11
1
-2
/
+7
|
/
*
Add coloring for completion of vector components
Yuri Rubinsky
2023-08-30
1
-0
/
+3
*
Fix completion option location not found
ajreckof
2023-08-05
1
-2
/
+2
*
Merge pull request #79935 from dalexeev/gds-validate-node-path-annotation
Yuri Sizov
2023-08-01
1
-3
/
+15
|
\
|
*
GDScript: Add validation for `@export_node_path` annotation arguments
Danil Alexeev
2023-07-26
1
-3
/
+15
*
|
Merge pull request #79880 from dalexeev/gds-fix-id-shadowing-below
Yuri Sizov
2023-07-31
1
-46
/
+59
|
\
\
|
*
|
GDScript: Fix bug with identifier shadowed below in current scope
Danil Alexeev
2023-07-26
1
-46
/
+59
|
|
/
*
/
Support threads in the script debugger
Juan Linietsky
2023-07-26
1
-22
/
+32
|
/
*
Merge pull request #75216 from rune-scape/rune-dependancy-errors
Yuri Sizov
2023-07-24
1
-2
/
+14
|
\
|
*
Script editor: Show depended script errors
rune-scape
2023-07-24
1
-2
/
+14
*
|
Merge pull request #73196 from Vilcrow/fix-lookup-symbol
Yuri Sizov
2023-07-24
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Fixed the jumping to function definition using 'Ctrl+LMB' and the 'Lookup Sym...
S.V.I. Vilcrow
2023-07-12
1
-5
/
+5
*
|
Fix "Go to definition" for GDScript type hints
Ben
2023-06-19
1
-0
/
+28
*
|
Merge pull request #68311 from RobertMasek/fix-go-to-definition
Rémi Verschelde
2023-06-18
1
-1
/
+2
|
\
\
|
*
|
Add case for COMPLETION_PROPERTY_METHOD
RobertMasek
2022-11-05
1
-1
/
+2
*
|
|
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-4
/
+8
*
|
|
sort code completions with rules
ajreckof
2023-05-23
1
-7
/
+8
*
|
|
Merge pull request #72288 from MewPurPur/use-string-repeat
Clay John
2023-05-05
1
-12
/
+2
|
\
\
\
|
*
|
|
Use String.repeat() in more places
VolTer
2023-05-01
1
-12
/
+2
*
|
|
|
Add support for static variables in GDScript
George Marques
2023-04-27
1
-0
/
+9
*
|
|
|
Merge pull request #76170 from HolonProduction/string-highlight
Yuri Sizov
2023-04-18
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Fix multi-line string highlighting with single quotes.
HolonProduction
2023-04-17
1
-0
/
+1
*
|
|
|
|
Add GDScript template to RichTextEffect
RedMser
2023-04-18
1
-0
/
+2
|
/
/
/
/
*
|
|
|
GDScript: Misc fixes and improvements for signature generation
Danil Alexeev
2023-04-07
1
-34
/
+27
*
|
|
|
GDScript: Change parser representation of class extends
Dmitrii Maganov
2023-03-13
1
-2
/
+2
*
|
|
|
GDScript: Fix autocomplete inside a block with a type test condition
Dmitrii Maganov
2023-03-09
1
-1
/
+1
*
|
|
|
GDScript: Limit recursion depth for completion functions
George Marques
2023-02-20
1
-0
/
+39
*
|
|
|
GDScript: Rework type check
Dmitrii Maganov
2023-02-17
1
-8
/
+6
|
|
_
|
/
|
/
|
|
*
|
|
Revert "Fixed the jumping to function definition using 'Ctrl+LMB'."
Rémi Verschelde
2023-02-13
1
-8
/
+0
*
|
|
Merge pull request #72789 from Vilcrow/fix-jump-to-definition
Rémi Verschelde
2023-02-07
1
-0
/
+8
|
\
\
\
|
*
|
|
Fixed the jumping to function definition using 'Ctrl+LMB'.
S.V.I. Vilcrow
2023-02-07
1
-0
/
+8
*
|
|
|
Merge pull request #70002 from poohcom1/fix/static-subscript-autocomplete
Yuri Sizov
2023-02-06
1
-17
/
+19
|
\
\
\
\
|
*
|
|
|
Fix code-completion suggesting non-static members
poohcom1
2023-01-16
1
-17
/
+19
[prev]
[next]