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
*
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
|
\
|
*
Fix missing function hints
Gustav
2020-11-30
1
-1
/
+1
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-4
/
+4
*
|
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
Rémi Verschelde
2020-12-15
1
-17
/
+22
|
\
\
|
*
|
GDScript: Refactor builtin functions
George Marques
2020-11-26
1
-17
/
+22
|
|
/
*
|
Add bracket or space to some keyword completions
Gustav
2020-12-03
1
-4
/
+29
*
|
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-0
/
+4
|
/
*
Fix completion for built-in load function
Gustav
2020-11-10
1
-5
/
+0
*
Refactored variant constructor logic
reduz
2020-11-09
1
-8
/
+17
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-8
/
+8
*
Shows ColorRect in Color constants autocompletion
Yuri Roubinsky
2020-10-23
1
-0
/
+8
*
GDScript: Add recursion depth limit for completion
George Marques
2020-08-26
1
-14
/
+20
*
GDScript: Fix crash when completing code with signals
George Marques
2020-08-26
1
-1
/
+0
*
Merge pull request #41224 from ThakeeNathees/fix-ctrl+click-not-working
George Marques
2020-08-13
1
-0
/
+1
|
\
|
*
Fix: ctrl + click not working
Thakee Nathees
2020-08-13
1
-0
/
+1
*
|
Fixing null callee crash.
Stephen Nichols
2020-08-05
1
-4
/
+7
|
/
*
Wrap up GDScript 2.0 base implementation
George Marques
2020-07-22
1
-2
/
+4
*
Reintroduce code completion
George Marques
2020-07-20
1
-2
/
+2545
*
Add warning checks in GDScript analyzer
George Marques
2020-07-20
1
-14
/
+16
*
Add new GDScript type checker
George Marques
2020-07-20
1
-0
/
+5
*
New GDScript tokenizer and parser
George Marques
2020-07-20
1
-2985
/
+51
*
Merge pull request #39315 from ThakeeNathees/ctrl-click-fix-for-subclasses
Rémi Verschelde
2020-06-16
1
-0
/
+8
|
\
|
*
Fix: Ctrl + Click not working for subclasses
Thakee Nathees
2020-06-05
1
-0
/
+8
*
|
regression: dictionary key no autocomplete fix
Thakee Nathees
2020-05-24
1
-1
/
+5
|
/
[next]