Rémi Verschelde
|
b61a496aa7
Merge pull request #38357 from ThakeeNathees/dict2inst-crash-fix
|
5 years ago |
Andrii Doroshenko (Xrayez)
|
7001d06f9d
Make `dict2inst` to work with arbitrary `_init` parameters
|
5 years ago |
Thakee Nathees
|
9f6b20936e
fix: dict2inst crash when constructor has arguments
|
5 years ago |
Aaron Franke
|
540156b387
[Core] Rename linear_interpolate to lerp
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Juan Linietsky
|
33b5c57199
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
|
5 years ago |
Juan Linietsky
|
6da0eef9e6
Add support for Vector2i, Rect2i and Vector3i to Variant
|
5 years ago |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Juan Linietsky
|
867d073b98
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
|
5 years ago |
Rémi Verschelde
|
506df14595
Merge pull request #36142 from akien-mga/remove-deprecated-decimals
|
5 years ago |
Juan Linietsky
|
cf8c679a23
ObjectID converted to a structure, fixes many bugs where used incorrectly as 32 bits.
|
5 years ago |
Rémi Verschelde
|
bd78b9f445
Remove deprecated decimals builtin
|
5 years ago |
Marcel Admiraal
|
f0db13502a
Remove duplicate WARN_PRINT macro.
|
5 years ago |
Marcel Admiraal
|
5af3b4ca27
Remove duplicate ERR_PRINT macro.
|
5 years ago |
George Marques
|
d26414f9fe
GDScript: enable type checks on release mode
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Haoyu Qiu
|
468fcd80bb
Updates docs for GDScript built-in functions
|
5 years ago |
Rémi Verschelde
|
df2e3e3f7f
Merge pull request #33018 from Xrayez/fix-inst2dict-getters
|
5 years ago |
Andrii Doroshenko (Xrayez)
|
7f40b69022
Use GDScript resource path over script path for `inst2dict`
|
5 years ago |
Andrii Doroshenko (Xrayez)
|
56925b9c28
Provide and print error messages for JSON parsing
|
5 years ago |
PouleyKetchoupp
|
bcbe5b5850
Fixed leak in gdscript when creating empty WeakRef
|
5 years ago |
Andrii Doroshenko (Xrayez)
|
1b9a7e1c21
Fix `inst2dict` calling to getters to retrieve value
|
5 years ago |
Windy Darian
|
628f467605
Allow weakref(null) in gdscript
|
5 years ago |
Masoud Montazeri
|
5565f5591f
Add ord() function to return Unicode code point of a string of length one
|
7 years ago |
Robin Hübner
|
6ab118c464
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories.
|
6 years ago |
Chaosus
|
6694c119d0
Added lerp_angles built-in function
|
6 years ago |
Aaron Franke
|
a60f242982
Add integer posmod and rename default arg names
|
6 years ago |
Rémi Verschelde
|
6d16f2f053
Fix error macro calls not ending with semicolon
|
6 years ago |
Giacom
|
c00427add3
Added move_toward functions for float, Vector2 and Vector3
|
6 years ago |