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
*
Add fully_qualified_name for GDScript class
Dani Frank
2020-01-14
1
-0
/
+4
*
GDScript: Don't re-evaluate index on assigment with operation
George Marques
2020-01-09
1
-7
/
+9
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
GDScript: Fix type conversion in assignment with operation
George Marques
2019-12-13
1
-1
/
+1
*
Merge pull request #32150 from luzpaz/typos
Rémi Verschelde
2019-09-20
1
-1
/
+1
|
\
|
*
Fix misc. source comment typos
luz.paz
2019-09-19
1
-1
/
+1
*
|
GDScript: add an optional message parameter to assert()
Mitch Curtis
2019-09-11
1
-0
/
+8
|
/
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-08-09
1
-4
/
+2
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-2
/
+0
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Fix GDSCript inner classes be freed after compile
geequlim
2019-06-02
1
-4
/
+4
*
Fix `as` operator generating opcode 38 errors
Bojidar Marinov
2019-04-10
1
-5
/
+18
*
Merge pull request #27128 from bojidar-bg/27111-gdscript-confounding-class
Rémi Verschelde
2019-03-27
1
-124
/
+66
|
\
|
*
Fix GDScriptCompiler bugging out with identically-named inner class
Bojidar Marinov
2019-03-16
1
-124
/
+66
*
|
Fix duplicated lines in GDScript bytecode
Bojidar Marinov
2019-03-14
1
-5
/
+0
|
/
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-27
/
+27
*
GDScript: Remove unused `switch`, `case` and `do` CF keywords
Rémi Verschelde
2019-02-20
1
-3
/
+0
*
GDScript compiler: check if subclass exists before comparison
George Marques
2019-01-17
1
-2
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix many errors found by PVS-Studio
Aaron Franke
2018-11-28
1
-1
/
+1
*
Revert "Fix crash on signal/resume to dangling target"
Pedro J. Estébanez
2018-11-24
1
-10
/
+10
*
Fix crash on signal/resume to dangling target
Pedro J. Estébanez
2018-10-17
1
-10
/
+10
*
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