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
*
Fix warning about functions defined but not used [-Wunused-function]
Rémi Verschelde
2018-09-29
1
-6
/
+0
*
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-27
1
-0
/
+2
*
Fix warnings about unused variables [-Wunused-variable]
Rémi Verschelde
2018-09-27
1
-3
/
+0
*
GDScript: Fix autocompletion inference after `is` check
George Marques
2018-09-19
1
-0
/
+1
*
GDScript: Fix infinite loop in autocomplete
George Marques
2018-09-19
1
-4
/
+8
*
GDScript: Fix autocomplete crash when searching default values
George Marques
2018-09-19
1
-1
/
+1
*
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-15
1
-2
/
+2
*
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-1
/
+1
|
\
|
*
Misc. typos
luz.paz
2018-09-12
1
-1
/
+1
*
|
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+3
|
/
*
GDScript: Remove space before colon on type hints
George Marques
2018-08-26
1
-7
/
+7
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-3
/
+0
*
Highlight multiline strings as strings instead of comments
Hugo Locurcio
2018-08-19
1
-1
/
+1
*
Added system for GDScript warnings
George Marques
2018-08-10
1
-1
/
+14
*
Allow some non-integer built-in constants in gdscript
Bernhard Liebl
2018-07-31
1
-2
/
+2
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-1
/
+1
*
Rewrite code completion
George Marques
2018-07-20
1
-1993
/
+2150
*
Add editor highlight for type-safe lines
George Marques
2018-07-20
1
-2
/
+2
*
Use type hints to improve completion
George Marques
2018-07-20
1
-53
/
+182
*
Add static type checks in the parser
George Marques
2018-07-20
1
-20
/
+12
*
Style: Format code with clang-format 6.0.1
Rémi Verschelde
2018-07-18
1
-1
/
+1
*
Merge pull request #19251 from YeldhamDev/script_templates_changes
Max Hilbrunner
2018-07-03
1
-12
/
+12
|
\
|
*
Small changes to the comments in the script templates.
Michael Alexsander Silva Dias
2018-06-11
1
-12
/
+12
*
|
Inner classes' functions now appear in the editor's functions panel
Jairo Honorio
2018-06-12
1
-0
/
+7
|
/
*
Capitalized comments of methods created by the Connect Signal dialog.
Michael Alexsander Silva Dias
2018-05-23
1
-1
/
+1
*
Merge pull request #18405 from flashyincceo/gdscript-constants-help
Rémi Verschelde
2018-05-17
1
-0
/
+7
|
\
|
*
Fix Ctrl+click on @GDScript constants
Peter Folkins
2018-04-24
1
-0
/
+7
*
|
Merge pull request #18406 from YeldhamDev/script_templates_period
Max Hilbrunner
2018-05-04
1
-1
/
+1
|
\
\
|
*
|
Changed periods in the script templates.
Michael Alexsander Silva Dias
2018-05-02
1
-1
/
+1
|
|
/
*
|
Merge pull request #18452 from flashyincceo/enum-no-class
Rémi Verschelde
2018-05-02
1
-0
/
+12
|
\
\
|
*
|
Fix enums without class name not opening docs page
Peter Folkins
2018-05-01
1
-0
/
+12
|
|
/
*
|
Merge pull request #18531 from KidRigger/issue5972
Rémi Verschelde
2018-05-02
1
-0
/
+7
|
\
\
|
*
|
Adds keywords to autocomplete predictions.
Anish
2018-05-01
1
-0
/
+7
|
|
/
*
/
Fix Coverity reports of uninitialized scalar variable
Rémi Verschelde
2018-04-19
1
-2
/
+3
|
/
*
Merge pull request #16556 from aragar/master
Juan Linietsky
2018-04-08
1
-3
/
+13
|
\
|
*
For-in loop variable added to autocompletion
Rado'sPC\aRaGaR
2018-02-11
1
-3
/
+13
*
|
Ctrl+Clicking a enum now scrolls down to it in the docs.
Felix Yang
2018-04-03
1
-1
/
+26
*
|
Fix script template on `_ready` behavior
Poommetee Ketson
2018-03-15
1
-1
/
+1
*
|
Removed whitespaces around arguments of functions.
anakimluke
2018-02-24
1
-2
/
+0
*
|
Show default values in docs for GDScript built-in functions
George Marques
2018-01-30
1
-2
/
+2
|
/
*
Merge pull request #15849 from poke1024/preload-completion
Rémi Verschelde
2018-01-18
1
-1
/
+3
|
\
|
*
GDScript: fix autocompletion for preload() (issue 15766)
Bernhard Liebl
2018-01-18
1
-1
/
+3
*
|
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
1
-6
/
+6
|
/
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-1
/
+1
*
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
1
-3
/
+3
*
Move the remote scene tree to the scene tree dock.
Geequlim
2017-11-17
1
-4
/
+17
*
Abstract some method for script system
geequlim
2017-11-17
1
-3
/
+42
*
GDScript: Refactor "GD" class prefix to "GDScript"
Rémi Verschelde
2017-11-16
1
-0
/
+2950