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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Highlight multiline strings as strings instead of comments
Hugo Locurcio
2018-08-19
1
-1
/
+1
*
Fix error spam from loading script class icons
Will Nations
2018-08-15
1
-1
/
+1
*
Add custom icons to script classes.
Will Nations
2018-08-14
4
-2
/
+35
*
Merge pull request #20583 from neikeq/issue-15371
Rémi Verschelde
2018-08-14
2
-23
/
+32
|
\
|
*
Fix case where exported properties value is lost
Ignacio Etcheverry
2018-07-29
2
-23
/
+32
*
|
Remove usage console spam
Chaosus
2018-08-13
1
-1
/
+0
*
|
Added system for GDScript warnings
George Marques
2018-08-10
7
-35
/
+693
*
|
Allow some non-integer built-in constants in gdscript
Bernhard Liebl
2018-07-31
2
-4
/
+4
|
/
*
GDScript: Fix parse error in string formatting
George Marques
2018-07-26
1
-1
/
+1
*
GDScript: Add type inference syntax for function arguments
George Marques
2018-07-25
1
-11
/
+19
*
GDScript: Fix type detection for String formatting operator
George Marques
2018-07-25
1
-0
/
+3
*
GDScript: Fix type detection on Object typed assign
George Marques
2018-07-25
1
-3
/
+14
*
GDScript: Allow accessing constants of outer classes
George Marques
2018-07-25
1
-0
/
+3
*
GDScript: Enable built-in function introspection in non-tools
George Marques
2018-07-25
1
-1
/
+1
*
GDScript: Fix bogus error when a cursor token is found on class
George Marques
2018-07-25
1
-0
/
+3
*
GDScript: Allow strict conversion when assigning typed variables
George Marques
2018-07-25
1
-5
/
+10
*
GDScript: Fix mismatching between export hint and type hint
George Marques
2018-07-25
1
-0
/
+2
*
GDScript: Allow inherited method to add optional arguments
George Marques
2018-07-25
1
-3
/
+30
*
GDScript: Fix returned value of get_default_argument_count()
George Marques
2018-07-25
1
-1
/
+1
*
GDScript: Fix main script detection
George Marques
2018-07-25
1
-4
/
+4
*
GDScript: Look up local scope first for detecting type
George Marques
2018-07-25
1
-22
/
+20
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
8
-61
/
+61
*
Rewrite code completion
George Marques
2018-07-20
2
-2010
/
+2172
*
Add ability to infer variable type from assigned value
George Marques
2018-07-20
2
-3
/
+48
*
Add editor highlight for type-safe lines
George Marques
2018-07-20
4
-103
/
+192
*
Fix line number detection in some parser nodes
George Marques
2018-07-20
1
-4
/
+14
*
Use type hints to improve completion
George Marques
2018-07-20
1
-53
/
+182
*
Add syntax highlighting to type hints
George Marques
2018-07-20
2
-1
/
+33
*
Use type information to enable GDScript introspection
George Marques
2018-07-20
6
-93
/
+124
*
Add typed instructions to GDScript
George Marques
2018-07-20
4
-10
/
+469
*
Add static type checks in the parser
George Marques
2018-07-20
8
-274
/
+2981
*
Store type hint of declared identifiers
George Marques
2018-07-20
2
-19
/
+78
*
Move inheritance resolution to the parser
George Marques
2018-07-20
5
-234
/
+395
*
Add typing syntax
George Marques
2018-07-20
6
-76
/
+147
*
Style: Format code with clang-format 6.0.1
Rémi Verschelde
2018-07-18
3
-3
/
+3
*
Global class names (and GDScript support for it)
Juan Linietsky
2018-07-15
6
-1
/
+116
*
Merge pull request #19637 from dragmz/19548
Max Hilbrunner
2018-07-05
1
-1
/
+1
|
\
|
*
Fix onready vars / vars accessing class members if _ready / _init not present
Marcin Zawiejski
2018-06-18
1
-1
/
+1
*
|
Merge pull request #18966 from chanon/new-debug-print
Max Hilbrunner
2018-07-04
2
-0
/
+27
|
\
\
|
*
|
add new print_debug method which shows source and line number
chanon
2018-05-28
2
-0
/
+27
*
|
|
Merge pull request #19828 from jjay/fix_yield_leak
Max Hilbrunner
2018-07-03
2
-11
/
+11
|
\
\
\
|
*
|
|
Fix memory leak in GDScript during infinnity loops with yields
Yasha Borevich
2018-06-28
2
-11
/
+11
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #18976 from chanon/new-get-stack
Max Hilbrunner
2018-07-03
2
-0
/
+23
|
\
\
\
|
*
|
|
add new get_stack function to get GDScript stack trace as array
chanon
2018-05-17
2
-0
/
+23
|
|
|
/
|
|
/
|
*
|
|
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
*
|
|
|
Add proper type information to array property
Bojidar Marinov
2018-06-18
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Removed duplicate default colours and removed GDScriptHighligher colours from...
Paulb23
2018-06-13
1
-2
/
+18
*
|
|
Merge pull request #19526 from robojumper/fix_tutorials
Rémi Verschelde
2018-06-13
1
-1
/
+1
|
\
\
\
|
*
|
|
Add support for tutorial links to makerst.py
robojumper
2018-06-12
1
-1
/
+1
|
|
/
/
[next]