COMMITS
/ modules/gdscript/gdscript_functions.cpp May 3, 2021
K
Make posmod use int64_t instead of int
kleonc committed
July 25, 2020
M
GDScript: Clarified/fixed inaccuracies in the built-in function docs.
Meriipu committed
January 1, 2021
R
Update copyright statements to 2021
Rémi Verschelde committed
November 10, 2020
A
Minor clamp and float fixes
Aaron Franke committed
April 30, 2020
T
fix: dict2inst crash when constructor has arguments
Thakee Nathees committed
January 8, 2020
G
GDScript: enable type checks on release mode
George Marques committed
January 1, 2020
R
Update copyright statements to 2020
Rémi Verschelde committed
December 15, 2019
H
Updates docs for GDScript built-in functions
Haoyu Qiu committed
December 11, 2019
R
Merge pull request #33018 from Xrayez/fix-inst2dict-getters
Rémi Verschelde committed
November 2, 2019
A
Use GDScript resource path over script path for `inst2dict`
Andrii Doroshenko (Xrayez) committed
October 31, 2019
A
Provide and print error messages for JSON parsing
Andrii Doroshenko (Xrayez) committed
October 29, 2019
P
Fixed leak in gdscript when creating empty WeakRef
PouleyKetchoupp committed
October 23, 2019
A
Fix `inst2dict` calling to getters to retrieve value
Andrii Doroshenko (Xrayez) committed
September 17, 2019
W
Allow weakref(null) in gdscript
Windy Darian committed
August 26, 2018
M
Add ord() function to return Unicode code point of a string of length one
Masoud Montazeri committed
August 9, 2019
July 14, 2019
C
Added lerp_angles built-in function
Chaosus committed
October 27, 2018
A
Add integer posmod and rename default arg names
Aaron Franke committed
June 11, 2019
R
Fix error macro calls not ending with semicolon
Rémi Verschelde committed
April 7, 2019
G
Added move_toward functions for float, Vector2 and Vector3
Giacom committed
October 26, 2018
A
Make "decimal" functions more consistent
Aaron Franke committed
July 31, 2018
A
[Core] Expose approximate equality methods to GDScript
Aaron Franke committed
April 8, 2019
R
Merge pull request #27231 from Chaosus/smoothstep
Rémi Verschelde committed
March 19, 2019
C
Added smoothstep built-in function
Chaosus committed
March 26, 2019
F
Add object encoding param to serialization methods
Fabio Alessandrelli committed
January 18, 2019
R
GDScript: Fix return value of "lerp" builtin
Rémi Verschelde committed
January 1, 2019
R
Update copyright statements to 2019
Rémi Verschelde committed
December 13, 2018
R
i18n: Sync translation template with current source
Rémi Verschelde committed
December 7, 2018
R
Merge pull request #22934 from SeleckyErik/issue-11457
Rémi Verschelde committed
October 11, 2018
October 30, 2018
M
Add new "push_*()" functions to GDScript
Michael Alexsander Silva Dias committed
September 16, 2018
D
Fixed argument names being swapped for atan2
DualMatrix committed
September 11, 2018
R
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde committed
September 5, 2018
W
Fixed return type for get_stack() function call
WiggleWizard committed
August 24, 2018
R
Make some debug prints verbose-only, remove others
Rémi Verschelde committed
July 25, 2018
G
GDScript: Enable built-in function introspection in non-tools
George Marques committed
H
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam committed
May 30, 2018
G
Add static type checks in the parser
George Marques committed
July 4, 2018
M
Merge pull request #18966 from chanon/new-debug-print
Max Hilbrunner committed
May 17, 2018
C
add new print_debug method which shows source and line number
chanon committed
C
add new get_stack function to get GDScript stack trace as array
chanon committed
May 7, 2018
J
Merge pull request #16106 from poke1024/gdscript-lerp
Juan Linietsky committed
J
Add is_instance_valid() method to GDScript, ending more than a decade of pain.
Juan Linietsky committed
February 19, 2018
R
Merge pull request #16173 from vnen/gdscript-arguments
Rémi Verschelde committed
January 30, 2018
G
Show default values in docs for GDScript built-in functions
George Marques committed
G
Add argument count check for some GDScript functions
George Marques committed
January 27, 2018
B
GDScript: generalize lerp
Bernhard Liebl committed
January 16, 2018
C
Fixes for parameter names of builtin functions in visual scripts/core
Chaosus committed
January 4, 2018
R
Add missing copyright headers and fix formatting
Rémi Verschelde committed
January 1, 2018
R
Update copyright statements to 2018
Rémi Verschelde committed