godot/core/variant
K. S. Ernest (iFire) Lee 39922d7167 Handle gltf binary
[ Ignore and Warn | Extract Textures (default) | Optimize Loading Embedded as Basisu ]

Enable compressed mip maps from Basis Universal for faster compressions.

Increase the quality of Basis to avoid corruption.

To keep compatibility use the first mip of the previous internal Godot format.

Because texture names may have invalid filename characters, adds String::validate_filename to sanitize filenames for import pipeline use.
2023-01-27 02:02:02 -08:00
..
array.cpp GDScript: Begin making constants deep, not shallow or flat 2023-01-08 07:29:10 +02:00
array.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
binder_common.h Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
callable_bind.cpp Fix Callable call error reporting. 2023-01-10 13:56:27 +01:00
callable_bind.h Fix Callable call error reporting. 2023-01-10 13:56:27 +01:00
callable.cpp Fix Callable call error reporting. 2023-01-10 13:56:27 +01:00
callable.h Fix Callable call error reporting. 2023-01-10 13:56:27 +01:00
container_type_validate.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
dictionary.cpp GDScript: Begin making constants deep, not shallow or flat 2023-01-08 07:29:10 +02:00
dictionary.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
method_ptrcall.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
native_ptr.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
type_info.h Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
typed_array.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_call.cpp Handle gltf binary 2023-01-27 02:02:02 -08:00
variant_construct.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_construct.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_destruct.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_destruct.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_internal.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_op.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_op.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_parser.cpp Merge pull request #68450 from KoBeWi/bracket_escapist 2023-01-12 21:53:15 +01:00
variant_parser.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_setget.cpp Use range iterators in LocalVector loops 2023-01-21 18:44:42 +01:00
variant_setget.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_utility.cpp Add @GlobalScope is_same(a, b) and Variant::identity_compare() 2023-01-25 10:46:21 -05:00
variant.cpp Add @GlobalScope is_same(a, b) and Variant::identity_compare() 2023-01-25 10:46:21 -05:00
variant.h Add @GlobalScope is_same(a, b) and Variant::identity_compare() 2023-01-25 10:46:21 -05:00