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_compiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GDScript: Fix stack address test in compiler
George Marques
2018-09-19
1
-8
/
+8
*
Misc. typos
luz.paz
2018-09-12
1
-1
/
+1
*
Merge pull request #21449 from vnen/gdscript-builtin-is
Rémi Verschelde
2018-08-27
1
-0
/
+19
|
\
|
*
GDScript: Allow `is` operator to test built-in types
George Marques
2018-08-26
1
-0
/
+19
*
|
Fixes several resource leaks in ...
Crazy-P
2018-08-26
1
-0
/
+9
|
/
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-4
/
+0
*
GDSCript: Fix cyclic class dependency detection
George Marques
2018-08-21
1
-2
/
+4
*
GDScript: Fix main script detection
George Marques
2018-07-25
1
-4
/
+4
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-18
/
+18
*
Use type information to enable GDScript introspection
George Marques
2018-07-20
1
-39
/
+61
*
Add typed instructions to GDScript
George Marques
2018-07-20
1
-6
/
+165
*
Add static type checks in the parser
George Marques
2018-07-20
1
-13
/
+6
*
Move inheritance resolution to the parser
George Marques
2018-07-20
1
-227
/
+113
*
Add typing syntax
George Marques
2018-07-20
1
-0
/
+4
*
Style: Format code with clang-format 6.0.1
Rémi Verschelde
2018-07-18
1
-1
/
+1
*
Global class names (and GDScript support for it)
Juan Linietsky
2018-07-15
1
-0
/
+35
*
Fix onready vars / vars accessing class members if _ready / _init not present
Marcin Zawiejski
2018-06-18
1
-1
/
+1
*
Fix positive operator in GDScript compiler
George Marques
2018-05-23
1
-0
/
+3
*
Enable autoload in editor
George Marques
2018-05-01
1
-0
/
+24
*
Fix typos with codespell
luz.paz
2018-02-21
1
-1
/
+1
*
Allow shadowing class members with local variables in GDScript, closes #15896
Juan Linietsky
2018-01-20
1
-14
/
+24
*
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
*
Allow to extends constant variable
sanikoyes
2017-11-20
1
-1
/
+24
*
GDScript: Refactor "GD" class prefix to "GDScript"
Rémi Verschelde
2017-11-16
1
-0
/
+2044