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
*
Merge pull request #21449 from vnen/gdscript-builtin-is
Rémi Verschelde
2018-08-27
5
-3
/
+75
|
\
|
*
GDScript: Allow `is` operator to test built-in types
George Marques
2018-08-26
5
-3
/
+75
*
|
Merge pull request #21369 from Noshyaar/exportflag
Rémi Verschelde
2018-08-27
1
-2
/
+3
|
\
\
|
*
|
Deprecating bit flags export with no hint text
Poommetee Ketson
2018-08-24
1
-2
/
+3
*
|
|
Merge pull request #21450 from vnen/gdscript-type-space
Rémi Verschelde
2018-08-27
1
-7
/
+7
|
\
\
\
|
*
|
|
GDScript: Remove space before colon on type hints
George Marques
2018-08-26
1
-7
/
+7
|
|
|
/
|
|
/
|
*
/
|
Fixes several resource leaks in ...
Crazy-P
2018-08-26
2
-4
/
+31
|
/
/
*
/
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
6
-48
/
+5
|
/
*
GDScript: Ignore unused arguments/local vars that start with _
George Marques
2018-08-21
1
-5
/
+7
*
GDScript: Show warning messages only on debugger
George Marques
2018-08-21
1
-3
/
+5
*
GDScript: Fix undefined behavior on GDScriptTokenizerBuffer
George Marques
2018-08-21
1
-2
/
+8
*
GDScript: Forbid invalid identifiers in match bindings
George Marques
2018-08-21
1
-4
/
+12
*
GDSCript: Fix cyclic class dependency detection
George Marques
2018-08-21
1
-2
/
+4
*
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
|
\
[next]