1
0
Fork 0
godot/core/variant
Rémi Verschelde 2fa721b1bc
Merge pull request #104127 from Ivorforce/360-noclip
Remove `String` clipping constructors.
2025-03-19 12:27:10 +01:00
..
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -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 Core: Expand `is_zero_constructible` coverage 2025-03-17 11:45:26 -05: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
type_info.h Core: Expand `is_zero_constructible` coverage 2025-03-17 11:45:26 -05: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 StringLikeVariantOrder: Compare in-place 2025-03-18 11:21:30 -07:00
variant.h StringLikeVariantOrder: Compare in-place 2025-03-18 11:21:30 -07:00
variant_call.cpp Remove `String` clipping constructors. 2025-03-15 12:34:44 +01:00
variant_callable.cpp
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