godot/core/variant
reduz b1d15c51bc Implement native extension system
* Deprecates GDNative in favor of a simpler, lower level interface.
* New extension system allows registering core engine classes.
* Simple header interface in gdnative_interace.h
2021-06-25 17:32:45 -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 Implement native extension system 2021-06-25 17:32:45 -03:00
callable.cpp Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
callable.h GDNative: Fix size mismatch on 32-bit platforms for Signal and Callable 2021-05-11 20:25:01 +02:00
callable_bind.cpp
callable_bind.h
container_type_validate.h
dictionary.cpp
dictionary.h
method_ptrcall.h Implement native extension system 2021-06-25 17:32:45 -03:00
SCsub
type_info.h Rename Quat to Quaternion 2021-06-04 18:14:32 +01:00
typed_array.h Rename Quat to Quaternion 2021-06-04 18:14:32 +01:00
variant.cpp Consolidate JSON, JSONParseResults and JSONParser into JSON 2021-06-19 08:01:40 +01:00
variant.h Implement native extension system 2021-06-25 17:32:45 -03:00
variant_call.cpp Implement native extension system 2021-06-25 17:32:45 -03: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_internal.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
variant_op.cpp Implement native extension system 2021-06-25 17:32:45 -03:00
variant_op.h Make some variant internal functions public. 2021-06-17 19:59:28 -03:00
variant_parser.cpp Rename instance()->instantiate() when it's a verb 2021-06-19 20:49:18 -06:00
variant_parser.h Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
variant_setget.cpp Implement native extension system 2021-06-25 17:32:45 -03:00
variant_setget.h Make some variant internal functions public. 2021-06-17 19:59:28 -03:00
variant_utility.cpp Implement native extension system 2021-06-25 17:32:45 -03:00