1
0
Fork 0
godot/core/variant
Thaddeus Crews d90d8afa5a
Merge pull request #108118 from YYF233333/varray_and_vformat
Simplify `varray`
2025-09-18 12:42:25 -05:00
..
SCsub
array.cpp Use `Span` for `String.sprintf`, to accelerate `vformat` not needing to allocate an `Array`. 2025-09-18 19:29:04 +02:00
array.h Use `Span` for `String.sprintf`, to accelerate `vformat` not needing to allocate an `Array`. 2025-09-18 19:29:04 +02:00
binder_common.h Style: Remove redundant `DEBUG_METHODS_ENABLED` 2025-05-15 13:09:41 -05:00
callable.cpp Fix crash when calling get_argument_count() on invalid Callable 2025-03-04 13:32:34 +09:00
callable.h Make more types (`Callable`, `Signal`) conversion to `String` explicit. 2025-06-10 23:55:35 +02:00
callable_bind.cpp
callable_bind.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
container_type_validate.h Expose type validator from Dictionary and allow testing without error 2025-07-24 13:35:48 -03:00
dictionary.cpp Expose type validator from Dictionary and allow testing without error 2025-07-24 13:35:48 -03:00
dictionary.h Expose type validator from Dictionary and allow testing without error 2025-07-24 13:35:48 -03:00
method_ptrcall.h Make more types (`Callable`, `Signal`) conversion to `String` explicit. 2025-06-10 23:55:35 +02:00
native_ptr.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
type_info.h Remove unused parameter in __constant_get_enum_name/__constant_get_bitfield_name 2025-09-02 13:13:12 -04:00
typed_array.h Typed array equality operator logic updated 2025-05-13 14:41:16 -05:00
typed_dictionary.h Core: Natively convert enum/BitField with Variant 2025-04-05 12:35:34 -05:00
variant.cpp Merge pull request #107457 from akien-mga/improve-error-message-call-single-argument 2025-06-12 22:49:36 +02:00
variant.h Merge pull request #108118 from YYF233333/varray_and_vformat 2025-09-18 12:42:25 -05:00
variant_call.cpp Core: Integrate semantic constants in math structs 2025-08-19 10:15:08 -05:00
variant_callable.cpp GDScript: Fix `Callable` call error text 2025-05-02 18:30:35 +03:00
variant_callable.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
variant_construct.cpp
variant_construct.h Remove `OAHashMap`, in favour of `AHashMap`. 2025-05-31 15:50:10 +02:00
variant_deep_duplicate.h Overhaul `Variant::duplicate()` for resources 2025-05-26 10:06:40 +02:00
variant_destruct.cpp
variant_destruct.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
variant_internal.h Make `IPAddress` to `String` conversion explicit. 2025-06-11 15:44:16 +02:00
variant_op.cpp Merge pull request #90971 from billuo/string-format-rid 2025-04-14 19:39:50 -05:00
variant_op.h Use initializer list in Arrays 2025-03-26 18:38:15 +01:00
variant_parser.cpp Implement uid Resource references in VariantWriter 2025-06-08 06:11:35 -07:00
variant_parser.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
variant_setget.cpp Overhaul `Variant::duplicate()` for resources 2025-05-26 10:06:40 +02:00
variant_setget.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
variant_utility.cpp Fix `printraw` causing infinite recursion in `Logger._log_message` 2025-07-31 20:24:47 +02:00
variant_utility.h Rename `VariantUtilityFunctions::join()` to `join_string()` 2025-05-12 17:51:09 -05:00