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 autocompletion for singletons
EbbDrop
2019-10-17
1
-5
/
+4
*
Adds skip-breakpoints feature
iwek7
2019-09-03
1
-2
/
+3
*
Try and show all the properties added with _get_property_list() when triggeri...
MrCdK
2019-09-03
1
-3
/
+12
*
gdscript: Fix build after #24925
Rémi Verschelde
2019-09-02
1
-1
/
+2
*
Merge pull request #24925 from Mr-Slurpy/typed-autoload
Rémi Verschelde
2019-09-02
1
-0
/
+9
|
\
|
*
Added autoloads as a potential type.
Daniel Eliasinski
2019-01-11
1
-0
/
+9
*
|
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
Rémi Verschelde
2019-08-17
1
-1
/
+1
*
|
Merge pull request #30576 from qarmin/lgtm_coverage
Rémi Verschelde
2019-07-20
1
-2
/
+0
|
\
\
|
*
|
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-2
/
+0
*
|
|
Remove useless casts to String
Nils ANDRÉ-CHANG
2019-07-17
1
-2
/
+2
*
|
|
Show static functions inside classes in method list
Nils ANDRÉ-CHANG
2019-07-15
1
-0
/
+4
|
/
/
*
|
Parse more informations for code completion
Geequlim
2019-07-04
1
-75
/
+144
*
|
Many fallthrough switch cases now have the FALLTHROUGH macro to tell the comp...
hbina085
2019-06-29
1
-4
/
+8
*
|
Merge pull request #28099 from lupoDharkael/fix-completion
Rémi Verschelde
2019-06-03
1
-7
/
+7
|
\
\
|
*
|
Don't allow class_name in built-in scripts
lupoDharkael
2019-04-17
1
-3
/
+3
|
*
|
Fix code completion not working with class_name
lupoDharkael
2019-04-16
1
-4
/
+4
*
|
|
autocomplete for enum values
hilfazer
2019-05-26
1
-1
/
+1
*
|
|
Fix slight issues with autocompletion and member lists in GDScript
Bojidar Marinov
2019-05-02
1
-1
/
+1
*
|
|
Merge pull request #27676 from qarmin/small_fixes_2
Rémi Verschelde
2019-05-01
1
-7
/
+4
|
\
\
\
|
*
|
|
Small fixes to static analyzer bugs
qarmin
2019-04-04
1
-7
/
+4
*
|
|
|
Merge pull request #24437 from mateusfccp/single_quotes_option
Rémi Verschelde
2019-04-30
1
-12
/
+20
|
\
\
\
\
|
*
|
|
|
Add settings for single-quotes on completion
Mateus Felipe C. C. Pinto
2018-12-18
1
-12
/
+20
*
|
|
|
|
Merge pull request #27673 from qarmin/small_fixes
Rémi Verschelde
2019-04-22
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Small fixes, mostly dupicated code
qarmin
2019-04-08
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-3
/
+6
*
|
|
|
Add support for type hints in non-default script editor templates
Hugo Locurcio
2019-04-05
1
-25
/
+34
|
/
/
/
*
|
|
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-14
/
+14
*
|
|
Merge pull request #25715 from hpvb/fix-25598
Rémi Verschelde
2019-02-16
1
-9
/
+18
|
\
\
\
|
*
|
|
Add a maximum recusion depth to _guess_expression_type
Hein-Pieter van Braam
2019-02-08
1
-9
/
+18
*
|
|
|
Fix many asan and ubsan reported issues
Hein-Pieter van Braam
2019-01-30
1
-0
/
+3
|
/
/
/
*
|
/
GDScript autocomplete: don't carry values when guessing from `is`
George Marques
2019-01-15
1
-1
/
+5
|
|
/
|
/
|
*
|
Fix code completion on nodes in current scene
Timo Schwarzer
2019-01-05
1
-1
/
+1
*
|
Fix segfault when trying to autocomplete in inner classes
Timo Schwarzer
2019-01-03
1
-2
/
+6
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
|
/
*
Fix GDScript assuming awareness of whole ClassDB
Pedro J. Estébanez
2018-10-28
1
-1
/
+6
*
Unify ClassDB lookups for code completion
Pedro J. Estébanez
2018-10-28
1
-28
/
+24
*
Optional getters/setters editor autocomplete
Jakub Grzesik
2018-10-23
1
-1
/
+2
*
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
[next]