virtualx-engine/core/variant
Gilles Roudière be1c9d677d Rename all gdnative occurences to gdextension
Non-exhaustive list of case-sensitive renames:

GDExtension -> GDNative
GDNATIVE -> GDEXTENSION
gdextension -> gdnative
ExtensionExtension ->Extension (for where there was GDNativeExtension)
EXTENSION_EXTENSION ->EXTENSION (for where there was GDNATIVE_EXTENSION)
gdnlib -> gdextension
gdn_interface -> gde_interface
gdni -> gde_interface
2022-12-12 11:04:57 +01:00
..
array.cpp Remove Array.find_last() 2022-11-25 18:34:50 +01:00
array.h Remove Array.find_last() 2022-11-25 18:34:50 +01:00
binder_common.h Move EulerOrder enum to math_defs.h and global scope 2022-11-02 13:44:13 -05:00
callable.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
callable.h Add call_deferred() method to Callable 2022-11-04 17:24:34 +01:00
callable_bind.cpp Remove Signal connect binds 2022-07-29 16:26:13 +02:00
callable_bind.h Remove Signal connect binds 2022-07-29 16:26:13 +02:00
container_type_validate.h Fix Typed Array of Objects not accepting null. 2022-10-09 10:32:48 +02:00
dictionary.cpp Add Dictionary.find_key() 2022-08-16 13:48:59 +02:00
dictionary.h Add Dictionary.find_key() 2022-08-16 13:48:59 +02:00
method_ptrcall.h Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
native_ptr.h Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
SCsub
type_info.h Merge pull request #66583 from bruvzg/constexpr 2022-09-29 10:44:22 +02:00
typed_array.h Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
variant.cpp Fix periods in editor strings and messages 2022-11-14 19:36:36 +01:00
variant.h Unify Node3D RotationOrder with global EulerOrder 2022-11-02 17:46:03 -05:00
variant_call.cpp Remove Array.find_last() 2022-11-25 18:34:50 +01:00
variant_construct.cpp Merge pull request #62814 from KoBeWi/strint 2022-11-15 22:29:55 +01:00
variant_construct.h Merge pull request #62814 from KoBeWi/strint 2022-11-15 22:29:55 +01:00
variant_destruct.cpp Remove Transfor2/3D,AABB,Basis,RID from Variant destructors given Variant::clear() considers they don't need to be destroyed 2022-09-17 23:48:50 +02:00
variant_destruct.h Remove Transfor2/3D,AABB,Basis,RID from Variant destructors given Variant::clear() considers they don't need to be destroyed 2022-09-17 23:48:50 +02:00
variant_internal.h Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
variant_op.cpp Merge pull request #66361 from dalexeev/remove-int-plus-string 2022-11-02 18:51:16 +01:00
variant_op.h Fix suppressed error message on error when using % format string 2022-12-05 22:09:10 +08:00
variant_parser.cpp Merge pull request #69119 from lawnjelly/faster_variant_parser_master 2022-12-05 00:06:14 +01:00
variant_parser.h Add readahead to VariantParser 2022-11-24 15:54:16 +00:00
variant_setget.cpp Rename Projection matrix to columns 2022-10-04 12:34:19 -05:00
variant_setget.h Rename Projection matrix to columns 2022-10-04 12:34:19 -05:00
variant_utility.cpp Merge pull request #68386 from MewPurPur/snappedi-snappedf 2022-11-24 18:54:49 +01:00