godot/core/variant
Thaddeus Crews 22a7079afd
Merge pull request #104047 from YYF233333/dict_iter
Add const iteration support to `Dictionary`
2025-03-13 08:57:23 -05:00
..
array.cpp Remove unneeded read_only check for Array const operator. 2025-03-12 07:22:42 +08:00
array.h Remove unneeded read_only check for Array const operator. 2025-03-12 07:22:42 +08:00
binder_common.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
callable.cpp Fix crash when calling get_argument_count() on invalid Callable 2025-03-04 13:32:34 +09:00
callable.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
callable_bind.cpp Merge pull request #98713 from dalexeev/core-fix-callable-get-bound-arguments 2024-11-12 12:13:04 -06:00
callable_bind.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
container_type_validate.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
dictionary.cpp Add ConstIterator to Dictionary. 2025-03-13 01:28:46 +08:00
dictionary.h Add ConstIterator to Dictionary. 2025-03-13 01:28:46 +08:00
method_ptrcall.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
native_ptr.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
type_info.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
typed_array.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
typed_dictionary.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
variant.cpp Add ConstIterator to Dictionary. 2025-03-13 01:28:46 +08:00
variant.h Merge pull request #103999 from YYF233333/unneeded_array_read_only 2025-03-13 08:57:22 -05:00
variant_call.cpp Merge pull request #92737 from AThousandShips/packed_erase 2025-03-10 10:01:06 -05:00
variant_callable.cpp Add methods to get argument count of methods 2024-03-10 11:02:43 +01:00
variant_callable.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
variant_construct.cpp [Core] Improve error messages with vformat 2024-10-30 15:55:51 +01:00
variant_construct.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
variant_destruct.cpp Apply iwyu suggestion in core. 2024-12-19 00:43:47 +08:00
variant_destruct.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
variant_internal.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
variant_op.cpp [GDScript] Fix Packed*Array OP_IN using low precision int and float as input. 2024-12-18 23:41:27 +02:00
variant_op.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
variant_parser.cpp VariantParser: Fix reading negated identifiers, replace inf_neg with -inf 2025-02-12 02:40:38 -08:00
variant_parser.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
variant_setget.cpp Merge pull request #104047 from YYF233333/dict_iter 2025-03-13 08:57:23 -05:00
variant_setget.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
variant_utility.cpp Clean up some uses of String::substr 2025-03-07 14:50:38 +01:00
variant_utility.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00