godot/core/variant
Rémi Verschelde 7434f8b4e3
Merge pull request #88959 from akien-mga/pre-commit-clang-17.0.6-black-24.2.0
Pre-commit: Update to clang-format 17.0.6 and black 24.2.0
2024-02-29 13:54:38 +01:00
..
array.cpp Replace error checks against size with is_empty 2024-02-09 12:50:15 +01:00
array.h Merge pull request #71786 from raulsntos/dotnet/array 2023-02-04 00:24:06 +01:00
binder_common.h Use '_v' shorthand for type traits and 'if constexpr' where appropriate 2024-02-02 15:43:21 +01:00
callable_bind.cpp Fix sizeof usage for Variant pointers in alloca 2023-11-16 07:13:14 +11:00
callable_bind.h Fix rpc calls with binds 2023-06-22 11:07:53 +02:00
callable.cpp Core: Add Callable.create static method for Variant callables 2024-02-29 10:45:00 +03:00
callable.h Core: Add Callable.create static method for Variant callables 2024-02-29 10:45:00 +03:00
container_type_validate.h [Core] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-09-11 19:45:49 +02:00
dictionary.cpp Remove unnecessary this-> expressions 2024-01-29 09:59:18 +01:00
dictionary.h Add a get_or_add method to Dictionary 2023-12-06 11:43:58 -06:00
method_ptrcall.h Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
native_ptr.h Fix GDVIRTUAL_NATIVE_PTR 2023-07-03 10:52:02 +02:00
SCsub Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
type_info.h Use '_v' shorthand for type traits and 'if constexpr' where appropriate 2024-02-02 15:43:21 +01:00
typed_array.h Merge pull request #87992 from allenwp/87991-typed-array-additions 2024-02-07 11:04:01 +01:00
variant_call.cpp Merge pull request #88948 from dalexeev/core-add-callable-create 2024-02-29 13:54:22 +01:00
variant_callable.cpp Core: Allow methods of built-in Variant types to be used as Callables 2023-10-25 15:53:52 +03:00
variant_callable.h Core: Allow methods of built-in Variant types to be used as Callables 2023-10-25 15:53:52 +03:00
variant_construct.cpp Add ValidatedCall to MethodBind 2023-04-30 20:01:26 +02:00
variant_construct.h Remove word duplicates in comments and strings, and fix casing and punctuation 2024-02-23 17:28:28 -05: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 Pre-commit: Update to clang-format 17.0.6 and black 24.2.0 2024-02-28 14:25:35 +01:00
variant_op.cpp Add and expose Basis/Transform2D/3D division by float operator 2023-12-20 18:24:03 -06:00
variant_op.h Merge pull request #73896 from vnen/object-null-boolean-consistency 2023-12-16 17:49:05 +01:00
variant_parser.cpp Don't abort loading when ext_resource is missing 2023-11-22 12:13:32 +01:00
variant_parser.h Core: Fix recursion level check for VariantWriter::write() with objects 2023-08-29 15:05:53 +03:00
variant_setget.cpp Pre-commit: Update to clang-format 17.0.6 and black 24.2.0 2024-02-28 14:25:35 +01:00
variant_setget.h Revert "Add API for HSL conversion" 2023-05-10 17:45:56 -03:00
variant_utility.cpp Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
variant_utility.h Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
variant.cpp Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
variant.h Make Callable bind method const 2024-02-22 00:14:02 -06:00