godot/core/variant
reduz 44d62a9f4b Implement NativeExtension pointer arguments
* Allows calling into native extensions directly with a pointer
* Makes it easier to implement some APIs more efficiently
* Appears with a "*" in the documentation for the argument.
* Implementing the pointer handling is entirely up to the implementation, although the extension API provides some hint.
* AudioStream has been implemented as an example, allowing to create NativeExtension based AudioStreams.
2021-08-23 19:58:40 -03:00
..
array.cpp Remove alloca from loop and use a single fixed size array declaration 2021-05-21 13:04:55 +01:00
array.h Add filter, map and reduce to Array 2021-05-05 15:54:57 +02:00
binder_common.h Use Key enum instead of plain integers 2021-08-10 16:26:55 -05:00
callable.cpp Use const references where possible for List range iterators 2021-07-25 12:22:25 +02:00
callable.h Add Callable.is_valid() analogous to FuncRef.is_valid() from 3.x 2021-07-01 02:54:01 -07:00
callable_bind.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
callable_bind.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
container_type_validate.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
dictionary.cpp Force String as Dictionary key instead of StringName 2021-07-01 16:03:37 -03:00
dictionary.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
method_ptrcall.h Implement NativeExtension pointer arguments 2021-08-23 19:58:40 -03:00
native_ptr.h Implement NativeExtension pointer arguments 2021-08-23 19:58:40 -03:00
SCsub
type_info.h Namespaces instead of underscore prefix for binds 2021-08-17 16:10:09 +02:00
typed_array.h Replace BIND_VMETHOD by new GDVIRTUAL syntax 2021-08-22 08:23:58 -03:00
variant.cpp Improve extension system 2021-08-05 14:57:31 -03:00
variant.h Improve extension system 2021-08-05 14:57:31 -03:00
variant_call.cpp Merge pull request #51017 from vnen/extension-fixes 2021-08-10 16:42:31 +02:00
variant_construct.cpp Make some variant internal functions public. 2021-06-17 19:59:28 -03:00
variant_construct.h Make some variant internal functions public. 2021-06-17 19:59:28 -03:00
variant_destruct.cpp Improve extension system 2021-08-05 14:57:31 -03:00
variant_destruct.h Improve extension system 2021-08-05 14:57:31 -03:00
variant_internal.h Fix initialization of objects in VariantInternal 2021-08-19 20:19:47 -03:00
variant_op.cpp Implement native extension system 2021-06-25 17:32:45 -03:00
variant_op.h Fix 'in' operator to check if an object member exists 2021-07-01 20:59:26 +02:00
variant_parser.cpp Fixes to tests for Variant and Geometry3D 2021-08-17 16:46:08 -05:00
variant_parser.h VariantParser: Fix uninitialized ResourceParser funcs 2021-07-30 23:23:31 +02:00
variant_setget.cpp Use const references where possible for List range iterators 2021-07-25 12:22:25 +02:00
variant_setget.h Make some variant internal functions public. 2021-06-17 19:59:28 -03:00
variant_utility.cpp Merge pull request #38992 from Dragoncraft89/master 2021-08-11 18:43:27 +02:00