HP van Braam
|
240f510fa7
Core ubsan fixes
|
8 months ago |
Danil Alexeev
|
bd1a35ce9e
Core: Fix `JSON.{from,to}_native()` issues
|
8 months ago |
Danil Alexeev
|
9ba098b670
Core: Add typed dictionary support for binary serialization
|
9 months ago |
A Thousand Ships
|
38f9769bc6
[Core] Improve error messages with `vformat`
|
10 months ago |
Fabio Alessandrelli
|
31454423ba
[Core] Fix TypedArray encoding when full objects is disabled
|
1 year ago |
kobewi
|
413c11357d
Use Core/Scene stringnames consistently
|
1 year ago |
kobewi
|
a262d2d881
Add shorthand for using singleton string names
|
1 year ago |
K. S. Ernest (iFire) Lee
|
f9b488508c
Add PackedVector4Array Variant type
|
1 year ago |
Danil Alexeev
|
27b94eb44c
Core: Fix binary serialization of objects in typed arrays
|
1 year ago |
Danil Alexeev
|
3c62f5fe5c
Core: Fix `RefCounted` handling in `marshalls.cpp`
|
1 year ago |
A Thousand Ships
|
64146cb7f3
[Core] Add iteration support to `Array`
|
1 year ago |
Fabio Alessandrelli
|
8addab785d
[IO] Fix marshall decoding when script is NIL
|
1 year ago |
Danil Alexeev
|
c30bec7fca
Core: Add typed array support for binary serialization
|
2 years ago |
A Thousand Ships
|
c1b8b87736
Prevent encoding/decoding objects that cannot be instantiated
|
1 year ago |
A Thousand Ships
|
210461f2ed
Prevent `encode_variant` doing `memcpy` from `nullptr`
|
1 year ago |
Thaddeus Crews
|
d8fdd419fa
Apply missing flag to vector4/projection
|
1 year ago |
A Thousand Ships
|
893f889d74
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 year ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Marc Gilleron
|
2aefdcc26e
Fix usages of mesh simplification functions in float=64 builds
|
2 years ago |
Aaron Franke
|
2cea42cc7f
Rename Projection `matrix` to `columns`
|
2 years ago |
Aaron Franke
|
0eb420679c
Fix a minor bug in the Projection binary decode logic
|
3 years ago |
reduz
|
455c06ecd4
Implement Vector4, Vector4i, Projection
|
3 years ago |
bruvzg
|
0c5431644d
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose.
|
3 years ago |
MinusKube
|
f67891fcd1
Add serialization for RID and Signal
|
3 years ago |
Rémi Verschelde
|
931838b330
Merge pull request #60627 from aaronfranke/rename-elements
|
3 years ago |
Hugo Locurcio
|
180e5d3028
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
3 years ago |
Aaron Franke
|
1bf94dff3a
Rename Basis "elements" to "rows"
|
3 years ago |
Aaron Franke
|
b831fb0a54
Rename Transform2D "elements" to "columns"
|
3 years ago |
Rémi Verschelde
|
420ad25348
Merge pull request #58205 from Zylann/fix_variant_encode_with_doubles
|
3 years ago |
Marc Gilleron
|
c69d303ba9
Add missing flag when encode_variant writes math types with doubles
|
3 years ago |