COMMITS
/ modules/gdscript/gdscript_byte_codegen.cpp March 25, 2026
M
Change `GDScriptFunction::temporary_slots` to be a `LocalVector`
Mikael Hermansson committed
February 3, 2026
D
GDScript: Fix compiler generates incorrect bytecode for conversion return
Danil Alexeev committed
March 12, 2026
R
Remove unused includes in `modules` with clangd-tidy
Rémi Verschelde committed
February 27, 2026
S
rm `class_db.h` from `resource.h`
StarryWorm committed
January 31, 2026
S
Fix null values for local const in debugger
scrawach committed
October 1, 2025
D
GDScript: Remove some unnecessary booleans
Danil Alexeev committed
July 1, 2025
T
Merge pull request #101536 from xsellier/gdscript_crash_modulo
Thaddeus Crews committed
June 11, 2025
D
GDScript: Add missing type conversions in `for range`
Danil Alexeev committed
May 2, 2025
D
GDScript: Optimize non-constant `for`-`range`
Danil Alexeev committed
May 16, 2025
S
Fix backtrace reporting wrong line numbers in release exports
Serhii Snitsaruk committed
March 31, 2025
R
Ability to print and log script backtraces
reduz committed
January 14, 2025
X
Fix crash when using a modulo operator between a float and an integer
Xavier Sellier committed
November 28, 2024
R
Fix various typos and code style issues
Rémi Verschelde committed
August 5, 2024
C
Fix crash when division by zero/modulo by zero happen on vectors
Chaosus committed
June 24, 2023
T
Implement typed dictionaries
Thaddeus Crews committed
April 8, 2024
K
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee committed
April 26, 2024
G
GDScript: Perform validated calls with static methods
George Marques committed
March 28, 2024
D
GDScript: Fix uninitialized local variables not being reset
Danil Alexeev committed
February 6, 2024
E
set has_type false if it is BUILTIN but Variant::NIL
emre0altan committed
September 14, 2023
T
Change container_element_type to vector container
Thaddeus Crews committed
July 25, 2023
G
GDScript: Replace ptrcalls on MethodBind to validated calls
George Marques committed
August 28, 2023
D
GDScript: Fix `get_*_list()` methods return incorrect info
Danil Alexeev committed
August 4, 2023
D
GDScript: Add static typing for `for` loop variable
Danil Alexeev committed
July 28, 2023
G
GDScript: Optimize operators by assuming the types
George Marques committed
May 16, 2023
D
GDScript: Fix some bugs with static variables and functions
Danil Alexeev committed
June 13, 2023
R
Style: Harmonize header includes in modules
Rémi Verschelde committed
April 11, 2023
P
Fix edge cases of object lifetime when signals involved
Pedro J. Estébanez committed
February 27, 2023
G
GDScript: Don't use pool for reference types
George Marques committed
February 24, 2023
G
GDScript: Don't use validated call for vararg methods
George Marques committed
February 21, 2023
G
GDScript: Avoid validated division operation to test for zero
George Marques committed
February 20, 2023
R
Merge pull request #73489 from vonagam/type-check-node
Rémi Verschelde committed
February 17, 2023
P
Avoid GDScript bookkeeping from referencing objects longer than necessary
Pedro J. Estébanez committed
February 16, 2023
D
GDScript: Rework type check
Dmitrii Maganov committed
November 27, 2022
D
GDScript: Fix issues with typed arrays
Dmitrii Maganov committed
January 23, 2023
G
Merge pull request #70948 from vnen/gdscript-ptr-method-name-in-debug
George Marques committed
December 29, 2022
G
GDScript: Add names for disassembling function pointers
George Marques committed
January 21, 2023
G
GDScript: Remove function of `continue` for match statement
George Marques committed
January 12, 2023
G
Merge pull request #70987 from vonagam/fix-parameter-conversion-assign
George Marques committed
January 11, 2023
G
GDScript: Fix temp values being written without proper clear
George Marques committed
January 9, 2023
G
GDScript: Don't use the NIL address to hold return value of functions
George Marques committed
January 6, 2023
D
GDScript: Fix missing conversion for default argument values
Dmitrii Maganov committed
January 5, 2023
R
One Copyright Update to rule them all
Rémi Verschelde committed
January 2, 2023
J
Optimizations for GDScript VM
Juan Linietsky committed
December 1, 2022
R
GDScript: Fix subclass script path issues
rune-scape committed
July 28, 2022
R
Merge pull request #63049 from Faless/mp/4.x_as_module
Rémi Verschelde committed
July 27, 2022
R
Merge pull request #63325 from EIRTeam/typed_array_fix
Rémi Verschelde committed
July 12, 2022
F
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli committed
July 19, 2022
R
Implement Vector4, Vector4i, Projection
reduz committed
July 22, 2022
Á
Fix typed array returns returning the incorrect contained type
Álex Román Núñez committed
June 27, 2022
G
GDScript: Fix setter being called in chains for shared types
George Marques committed