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
*
Minor clamp and float fixes
Aaron Franke
2020-11-10
1
-8
/
+8
*
Refactored variant constructor logic
reduz
2020-11-09
1
-1
/
+1
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-37
/
+3
*
Exposed randi_range to global funcs + renamed rand_range to randf_range
Yuri Roubinsky
2020-11-06
1
-6
/
+18
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-1
/
+1
*
GDScript: Clarified/fixed inaccuracies in the built-in function docs.
Meriipu
2020-07-25
1
-1
/
+1
*
Add new GDScript type checker
George Marques
2020-07-20
1
-0
/
+4
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-5
/
+9
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-114
/
+0
*
Merge pull request #38357 from ThakeeNathees/dict2inst-crash-fix
Rémi Verschelde
2020-05-09
1
-0
/
+5
|
\
|
*
fix: dict2inst crash when constructor has arguments
Thakee Nathees
2020-04-30
1
-0
/
+5
*
|
Make `dict2inst` to work with arbitrary `_init` parameters
Andrii Doroshenko (Xrayez)
2020-04-30
1
-2
/
+1
|
/
*
[Core] Rename linear_interpolate to lerp
Aaron Franke
2020-04-29
1
-3
/
+3
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-3
/
+3
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-97
/
+107
*
Add support for Vector2i, Rect2i and Vector3i to Variant
Juan Linietsky
2020-02-22
1
-1
/
+1
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-67
/
+67
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-25
/
+25
*
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-15
1
-2
/
+2
*
Merge pull request #36142 from akien-mga/remove-deprecated-decimals
Rémi Verschelde
2020-02-12
1
-13
/
+0
|
\
|
*
Remove deprecated decimals builtin
Rémi Verschelde
2020-02-12
1
-13
/
+0
*
|
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
2020-02-12
1
-1
/
+1
|
/
*
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-2
/
+2
*
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
|
/
[next]