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 #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
|
/
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-17
/
+34
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+5
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-65
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-17
/
+10
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-10
/
+30
*
Merge pull request #37293 from Janglee123/ctrl-click-improvements
Rémi Verschelde
2020-05-05
1
-0
/
+12
|
\
|
*
Improved go-to definition (Ctrl + Click)
janglee
2020-05-05
1
-0
/
+12
*
|
Merge pull request #37172 from theoway/autoCompletionBug
Rémi Verschelde
2020-04-24
1
-1
/
+1
|
\
\
|
*
|
Fixed the bool _static logic
Umang Kalra
2020-04-16
1
-1
/
+1
*
|
|
Merge pull request #37954 from ThakeeNathees/autocomplete-indexing-native-types
Rémi Verschelde
2020-04-21
1
-1
/
+1
|
\
\
\
|
*
|
|
autocompleting with indexing for native types added
Thakee Nathees
2020-04-17
1
-1
/
+1
|
|
/
/
*
/
/
Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editor
Rémi Verschelde
2020-04-20
1
-1
/
+1
|
/
/
*
|
autocomplete for disconnect, is_connected implemented
Thakee Nathees
2020-04-13
1
-3
/
+6
*
|
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-45
/
+45
*
|
Add missing docs for assert message in GDScript
Thomas ten Cate
2020-03-31
1
-0
/
+2
|
/
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-6
/
+6
*
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-08
1
-4
/
+4
*
Fix autocomplete and GDScript Highlighting for types
nathanwfranke
2020-02-26
1
-2
/
+2
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-2
/
+2
*
Replace FALLTHROUGH macro by C++17 [[fallthrough]]
Rémi Verschelde
2020-02-23
1
-4
/
+4
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-14
/
+14
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-3
/
+3
*
Remove deprecated sync and slave networking keywords
Rémi Verschelde
2020-02-13
1
-1
/
+1
*
Merge pull request #35218 from bojidar-bg/26691-parse-error-errors
Rémi Verschelde
2020-01-16
1
-1
/
+3
|
\
|
*
Fix errors raised when showing parse errors in the editor
Bojidar Marinov
2020-01-16
1
-1
/
+3
*
|
Fix function arguments hint format in GDScript editor
Danil Alexeev
2020-01-16
1
-15
/
+3
|
/
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fix GDScript autocompletion with `as` or typed variables
Bojidar Marinov
2019-12-12
1
-0
/
+11
*
Make the script templates' blank lines conform with the official style guide
Michael Alexsander
2019-11-17
1
-0
/
+3
[next]