COMMITS
/ modules/gdscript/gdscript_compiler.cpp May 10, 2022
R
Fix warnings found by Emscripten 3.1.10
Rémi Verschelde committed
May 20, 2021
R
Fix typos with codespell
Rémi Verschelde committed
January 1, 2021
R
Update copyright statements to 2021
Rémi Verschelde committed
December 10, 2020
P
Fix regression in gdscript initialization
PouleyKetchoupp committed
December 4, 2020
P
Fix base script not initialized properly in some cases
PouleyKetchoupp committed
September 24, 2020
P
Fix GDScript leak avoidance
Pedro J. Estébanez committed
September 9, 2020
P
Prevent cyclic reference between script and its members
Pedro J. Estébanez committed
April 21, 2020
T
GDScript debugger incorrect error line fixed
Thakee Nathees committed
January 13, 2020
C
Keep a weak reference to orphan subclasses to reuse on class reload
ChibiDenDen committed
January 14, 2020
D
Add fully_qualified_name for GDScript class
Dani Frank committed
January 9, 2020
G
GDScript: Don't re-evaluate index on assigment with operation
George Marques committed
January 1, 2020
R
Update copyright statements to 2020
Rémi Verschelde committed
December 13, 2019
G
GDScript: Fix type conversion in assignment with operation
George Marques committed
September 20, 2019
R
Merge pull request #32150 from luzpaz/typos
Rémi Verschelde committed
September 19, 2019
L
Fix misc. source comment typos
luz.paz committed
August 6, 2019
M
GDScript: add an optional message parameter to assert()
Mitch Curtis committed
August 9, 2019
July 1, 2019
Q
Remove unnecessary code and add some error explanations
qarmin committed
June 26, 2019
Q
Some code changed with Clang-Tidy
qarmin committed
June 2, 2019
G
Fix GDSCript inner classes be freed after compile
geequlim committed
April 9, 2019
B
Fix `as` operator generating opcode 38 errors
Bojidar Marinov committed
March 27, 2019
R
Merge pull request #27128 from bojidar-bg/27111-gdscript-confounding-class
Rémi Verschelde committed
March 16, 2019
B
Fix GDScriptCompiler bugging out with identically-named inner class
Bojidar Marinov committed
March 14, 2019
B
Fix duplicated lines in GDScript bytecode
Bojidar Marinov committed
February 12, 2019
M
Add -Wshadow=local to warnings and fix reported issues.
marxin committed
February 19, 2019
R
GDScript: Remove unused `switch`, `case` and `do` CF keywords
Rémi Verschelde committed
January 16, 2019
G
GDScript compiler: check if subclass exists before comparison
George Marques committed
January 1, 2019
R
Update copyright statements to 2019
Rémi Verschelde committed
November 28, 2018
A
Fix many errors found by PVS-Studio
Aaron Franke committed
November 24, 2018
P
Revert "Fix crash on signal/resume to dangling target"
Pedro J. Estébanez committed
October 17, 2018
P
Fix crash on signal/resume to dangling target
Pedro J. Estébanez committed
September 7, 2018
G
GDScript: Fix stack address test in compiler
George Marques committed
September 13, 2018
L
Misc. typos
luz.paz committed
August 27, 2018
R
Merge pull request #21449 from vnen/gdscript-builtin-is
Rémi Verschelde committed
August 26, 2018
G
GDScript: Allow `is` operator to test built-in types
George Marques committed
C
Fixes several resource leaks in ...
Crazy-P committed
August 24, 2018
R
Make some debug prints verbose-only, remove others
Rémi Verschelde committed
August 21, 2018
G
GDSCript: Fix cyclic class dependency detection
George Marques committed
July 25, 2018
G
GDScript: Fix main script detection
George Marques committed
H
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam committed
May 30, 2018
G
Use type information to enable GDScript introspection
George Marques committed
G
Add typed instructions to GDScript
George Marques committed
G
Add static type checks in the parser
George Marques committed
G
Move inheritance resolution to the parser
George Marques committed
G
Add typing syntax
George Marques committed
July 18, 2018
R
Style: Format code with clang-format 6.0.1
Rémi Verschelde committed
July 15, 2018
J
Global class names (and GDScript support for it)
Juan Linietsky committed
June 18, 2018
M
Fix onready vars / vars accessing class members if _ready / _init not present
Marcin Zawiejski committed
May 23, 2018
G
Fix positive operator in GDScript compiler
George Marques committed
May 1, 2018
G
Enable autoload in editor
George Marques committed