Marcus Elg
|
ec7b481170
Renamed plane's d to distance
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Rémi Verschelde
|
6c8f2ae53a
Update docs and bindings for new integer vector types
|
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
|
3c0059650d
Added StringName as a variant type.
|
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 |
Juan Linietsky
|
cf8c679a23
ObjectID converted to a structure, fixes many bugs where used incorrectly as 32 bits.
|
5 years ago |
George Marques
|
3718f8f592
GDScript: Validate object instance on `is` operation
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
qarmin
|
17732fe698
Added some obvious errors explanations
|
5 years ago |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
6 years ago |
Ibrahn Sahir
|
4e4697b1c4
Added release function to PoolVector::Access.
|
6 years ago |
Rémi Verschelde
|
eaaff9da31
Merge pull request #29941 from qarmin/redundant_code_and_others
|
6 years ago |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 years ago |
Rémi Verschelde
|
a9cff880d6
doc: Document EncodedObjectAsID, expose its property
|
6 years ago |
qarmin
|
072e40368e
Fix always true/false values
|
6 years ago |
Lukas Zanner
|
c35f4e8808
Initialize padding on PoolByteArray serialization
|
6 years ago |
Rémi Verschelde
|
c8994b56f9
Style: Apply new changes from clang-format 8.0
|
6 years ago |
Fabio Alessandrelli
|
e61a074a8e
Use same boolean for objects encode and decode.
|
6 years ago |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Wilson E. Alvarez
|
08f22f1cf0
Moved member variables to initializer list
|
6 years ago |
Fabio Alessandrelli
|
83acd5f17e
One less local variable in marshalls
|
6 years ago |
Rémi Verschelde
|
6ab78d9ffb
Fix some more warnings reported by CI
|
6 years ago |
Rémi Verschelde
|
ffa8420aec
Merge pull request #22223 from Faless/fix_int32_encode
|
6 years ago |
Rémi Verschelde
|
7b081a7fc8
Fix warnings about unhandled enum value in switch [-Wswitch]
|
6 years ago |
Fabio Alessandrelli
|
dba8c3999d
Fix put_var encoding some 32bits ints as 64bits.
|
7 years ago |