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 #57591 from vnen/gdscript-enum-fixes
Rémi Verschelde
2022-02-04
1
-1
/
+1
|
\
|
*
GDScript: Consolidate behavior for assigning enum types
George Marques
2022-02-03
1
-1
/
+1
*
|
String: Add contains().
Anilforextra
2022-02-04
1
-7
/
+7
|
/
*
Merge pull request #56268 from KoBeWi/🚗complete_setters
Rémi Verschelde
2022-01-13
1
-2
/
+1
|
\
|
*
Remove autocomplete_setters_and_getters setting
kobewi
2021-12-27
1
-2
/
+1
*
|
Merge pull request #56326 from NNesh/fix/unknown_default_value_callable
Rémi Verschelde
2022-01-10
1
-6
/
+44
|
\
\
|
*
|
Fixed <unknown> text for callable default value for a function arguments hint
NNesh
2022-01-10
1
-6
/
+44
|
|
/
*
|
Merge pull request #55213 from Scony/fix-gdscript-crash
Rémi Verschelde
2022-01-06
1
-0
/
+4
|
\
\
|
*
|
Fix godot crash on null expression, fixes #53862
Pawel Lampe
2021-11-21
1
-0
/
+4
*
|
|
Merge pull request #56483 from vnen/gdscript-warning-annotation
Rémi Verschelde
2022-01-05
1
-0
/
+5
|
\
\
\
|
*
|
|
GDScript: Add annotation to ignore warnings
George Marques
2022-01-04
1
-0
/
+5
|
|
|
/
|
|
/
|
*
|
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
|
|
Improve editor template workflow
fabriceci
2022-01-02
1
-57
/
+34
|
/
/
*
|
Fix "Lookup Symbol" on global class members
cdemirer
2021-12-10
1
-0
/
+1
*
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-2
/
+2
|
/
*
Fix autocompletion of built-in functions in GDScript
Yuri Roubinsky
2021-10-11
1
-1
/
+14
*
GDScript completion: Handle quote style ad-hoc to remove editor dependency
Rémi Verschelde
2021-10-04
1
-11
/
+17
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-19
/
+19
*
Merge pull request #52800 from akien-mga/gdscript-remove-exp_range
Rémi Verschelde
2021-09-29
1
-1
/
+1
|
\
|
*
GDScript: Remove reference to remove `@export_exp_range`
Rémi Verschelde
2021-09-17
1
-1
/
+1
*
|
Prevent local constant default value from incorrect override by a global
Yuri Roubinsky
2021-09-21
1
-0
/
+3
|
/
*
Merge pull request #52362 from vnen/gdscript-lambda-completion-crash
Rémi Verschelde
2021-09-13
1
-1
/
+1
|
\
|
*
GDScript: Do not complete lambda arguments from parent class
George Marques
2021-09-02
1
-1
/
+1
*
|
Show help for built-in functions (@GlobalScope)
William Deurwaarder
2021-08-30
1
-0
/
+9
|
/
*
Use OrderedHashMap for autoloads to preserve order
Lyuma
2021-08-26
1
-14
/
+14
*
Remove underscore hacks
Max Hilbrunner
2021-08-17
1
-30
/
+13
*
Reorganise text editor settings
Paulb23
2021-08-16
1
-2
/
+2
*
Style: Cleanup code using `text_editor/completion/use_single_quotes`
Rémi Verschelde
2021-08-13
1
-14
/
+12
*
Merge pull request #48615 from Razoric480/lsp-rename
Rémi Verschelde
2021-08-05
1
-0
/
+1
|
\
|
*
Implement didSave notification and rename request
Francois Belair
2021-07-17
1
-0
/
+1
*
|
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-20
/
+20
*
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-85
/
+81
*
|
Use the standard C `INFINITY` and `NAN` constants directly
Hugo Locurcio
2021-07-21
1
-2
/
+2
|
/
*
Remove singleton variable shadowing.
K. S. Ernest (iFire) Lee
2021-06-30
1
-3
/
+3
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
Added support for scripts reporting multiple errors to ScriptTextEditor
Eric M
2021-06-19
1
-7
/
+13
*
Adding some more missing renames for Transform3D and Quaternion
Bastiaan Olij
2021-06-15
1
-1
/
+1
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Change behavior of String.right
Tomasz Chabora
2021-05-20
1
-2
/
+2
*
Show colored rects for autocompletion of Color constants in functions
Yuri Roubinsky
2021-05-19
1
-0
/
+1
*
Merge pull request #47776 from Razoric480/foreport
Rémi Verschelde
2021-05-06
1
-0
/
+1
|
\
|
*
Implement LSP didDeleteFiles & make parser aware of sub-nodes
Francois Belair
2021-04-10
1
-0
/
+1
*
|
Merge pull request #47798 from ray90514/bug#47620
Rémi Verschelde
2021-05-04
1
-1
/
+6
|
\
\
|
*
|
Fix Constants at function scope are not defined as constants for autocompletion
ray90514
2021-04-11
1
-1
/
+6
|
|
/
*
/
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
1
-1
/
+1
|
/
*
Fix infinite loop when guessing argument type from parent class
Julien Nguyen
2021-04-05
1
-1
/
+1
*
Style: Apply clang-tidy's `modernize-use-nullptr`
Rémi Verschelde
2021-04-05
1
-4
/
+4
*
Move GDSript annotation application after type-checking
George Marques
2021-03-30
1
-38
/
+8
*
[script editor] Fix two special cases not being checked in code completion
Andy Maloney
2021-03-01
1
-2
/
+1
*
Merge pull request #43980 from gvekan/fix-missing-function-hints
Rémi Verschelde
2021-01-11
1
-1
/
+1
|
\
[next]