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_functions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GDScript: enable type checks on release mode
George Marques
2020-01-08
1
-3
/
+4
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Updates docs for GDScript built-in functions
Haoyu Qiu
2019-12-15
1
-1
/
+1
*
Merge pull request #33018 from Xrayez/fix-inst2dict-getters
Rémi Verschelde
2019-12-11
1
-17
/
+3
|
\
|
*
Fix `inst2dict` calling to getters to retrieve value
Andrii Doroshenko (Xrayez)
2019-10-24
1
-17
/
+3
*
|
Use GDScript resource path over script path for `inst2dict`
Andrii Doroshenko (Xrayez)
2019-11-02
1
-1
/
+1
*
|
Provide and print error messages for JSON parsing
Andrii Doroshenko (Xrayez)
2019-10-31
1
-0
/
+1
*
|
Fixed leak in gdscript when creating empty WeakRef
PouleyKetchoupp
2019-10-29
1
-1
/
+2
|
/
*
Allow weakref(null) in gdscript
Windy Darian
2019-09-16
1
-25
/
+19
*
Add ord() function to return Unicode code point of a string of length one
Masoud Montazeri
2019-08-28
1
-0
/
+36
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-08-09
1
-2
/
+1
*
Added lerp_angles built-in function
Chaosus
2019-07-20
1
-0
/
+13
*
Add integer posmod and rename default arg names
Aaron Franke
2019-07-18
1
-3
/
+16
*
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-11
1
-1
/
+1
*
Added move_toward functions for float, Vector2 and Vector3
Giacom
2019-05-28
1
-0
/
+14
*
Make "decimal" functions more consistent
Aaron Franke
2019-04-30
1
-1
/
+15
*
[Core] Expose approximate equality methods to GDScript
Aaron Franke
2019-04-25
1
-0
/
+23
*
Merge pull request #27231 from Chaosus/smoothstep
Rémi Verschelde
2019-04-08
1
-0
/
+14
|
\
|
*
Added smoothstep built-in function
Chaosus
2019-04-07
1
-0
/
+14
*
|
Add object encoding param to serialization methods
Fabio Alessandrelli
2019-04-01
1
-8
/
+49
|
/
*
GDScript: Fix return value of "lerp" builtin
Rémi Verschelde
2019-01-18
1
-1
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
i18n: Sync translation template with current source
Rémi Verschelde
2018-12-13
1
-1
/
+1
*
Merge pull request #22934 from SeleckyErik/issue-11457
Rémi Verschelde
2018-12-07
1
-10
/
+2
|
\
|
*
GDscript function str2var now returns input string on invalid input
Erik
2018-11-28
1
-10
/
+2
*
|
Add new "push_*()" functions to GDScript
Michael Alexsander Silva Dias
2018-10-31
1
-4
/
+47
|
/
*
Fixed argument names being swapped for atan2
DualMatrix
2018-09-16
1
-1
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-8
/
+8
*
Fixed return type for get_stack() function call
WiggleWizard
2018-09-05
1
-1
/
+1
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-6
/
+0
*
GDScript: Enable built-in function introspection in non-tools
George Marques
2018-07-25
1
-1
/
+1
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-1
/
+1
*
Add static type checks in the parser
George Marques
2018-07-20
1
-11
/
+12
*
Merge pull request #18966 from chanon/new-debug-print
Max Hilbrunner
2018-07-04
1
-0
/
+26
|
\
|
*
add new print_debug method which shows source and line number
chanon
2018-05-28
1
-0
/
+26
*
|
add new get_stack function to get GDScript stack trace as array
chanon
2018-05-17
1
-0
/
+22
|
/
*
Merge pull request #16106 from poke1024/gdscript-lerp
Juan Linietsky
2018-05-07
1
-4
/
+18
|
\
|
*
GDScript: generalize lerp
Bernhard Liebl
2018-01-27
1
-4
/
+18
*
|
Add is_instance_valid() method to GDScript, ending more than a decade of pain.
Juan Linietsky
2018-05-07
1
-1
/
+17
*
|
Merge pull request #16173 from vnen/gdscript-arguments
Rémi Verschelde
2018-02-19
1
-0
/
+10
|
\
\
|
*
|
Add argument count check for some GDScript functions
George Marques
2018-01-30
1
-0
/
+10
|
|
/
*
/
Show default values in docs for GDScript built-in functions
George Marques
2018-01-30
1
-0
/
+2
|
/
*
Fixes for parameter names of builtin functions in visual scripts/core
Chaosus
2018-01-16
1
-3
/
+3
*
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
*
Add cartesian to polar conversion functions
pablotato
2017-11-20
1
-0
/
+30
*
Add print_error function, akin to print_line
George Marques
2017-11-16
1
-1
/
+1
*
GDScript: Refactor "GD" class prefix to "GDScript"
Rémi Verschelde
2017-11-16
1
-0
/
+1767