godot/core/variant
George Marques fafa8c7f6e
Enable method type information on release builds
This is needed to ensure GDScript compilation works properly on release
builds and make use of optimized typed instructions.
2021-10-07 16:13:44 -03:00
..
array.cpp Implement bsearch for Vector and Packed*Array 2021-09-30 23:57:26 +00:00
array.h Merge pull request #47406 from mashumafi/master-Array-insert-rc 2021-08-28 21:18:39 +02:00
binder_common.h Enable method type information on release builds 2021-10-07 16:13:44 -03:00
callable.cpp Remove binds from Signal.connect 2021-09-24 17:07:33 +02:00
callable.h Remove binds from Signal.connect 2021-09-24 17:07:33 +02:00
callable_bind.cpp Implement properties arrays in the Inspector. 2021-09-07 09:51:28 +02: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 Fix const pointers types in docs and extension API. 2021-09-29 16:04:20 +02: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 Added explicit type conversions 2021-09-13 14:26:47 +00:00
variant.h Improve extension system 2021-08-05 14:57:31 -03:00
variant_call.cpp Merge pull request #52850 from mashumafi/vector-bsearch 2021-10-01 07:52:51 +02:00
variant_construct.cpp Expose get_skew for transform2d and add new constructor 2021-09-19 17:10:05 +02: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 Allow comparing equality between builtin types and null 2021-09-17 12:33:52 -03:00
variant_op.h Fix crash when dividing by 0 in Vector2/3i 2021-08-15 22:18:17 +02:00
variant_parser.cpp NaN, INF read/write bug fixed 2021-10-05 09:25:49 -04:00
variant_parser.h VariantParser: Fix uninitialized ResourceParser funcs 2021-07-30 23:23:31 +02:00
variant_setget.cpp Allow indexing of String values in scripting languages 2021-09-17 16:24:56 -03:00
variant_setget.h Make some variant internal functions public. 2021-06-17 19:59:28 -03:00
variant_utility.cpp Add print_verbose() built-in function to print in verbose mode only 2021-09-21 15:59:49 +02:00