godot/modules/mono/mono_gd
Juan Linietsky 33b5c57199 Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
- Renames PackedIntArray to PackedInt32Array.
- Renames PackedFloatArray to PackedFloat32Array.
- Adds PackedInt64Array and PackedFloat64Array.
- Renames Variant::REAL to Variant::FLOAT for consistency.

Packed arrays are for storing large amount of data and creating stuff like
meshes, buffers. textures, etc. Forcing them to be 64 is a huge waste of
memory. That said, many users requested the ability to have 64 bits packed
arrays for their games, so this is just an optional added type.

For Variant, the float datatype is always 64 bits, and exposed as `float`.

We still have `real_t` which is the datatype that can change from 32 to 64
bits depending on a compile flag (not entirely working right now, but that's
the idea). It affects math related datatypes and code only.

Neither Variant nor PackedArray make use of real_t, which is only intended
for math precision, so the term is removed from there to keep only float.
2020-02-25 12:55:53 +01:00
..
android_mono_config.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono.cpp Remove duplicate WARN_PRINT macro. 2020-02-05 11:13:24 +01:00
gd_mono.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_android.cpp Remove the last ERR_PRINTS that was missed by #33391 2020-02-07 00:15:46 +05:30
gd_mono_android.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_assembly.cpp Mono: Fix parsing assembly names as UTF-8 2020-01-15 11:51:03 +01:00
gd_mono_assembly.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_cache.cpp Remove deprecated sync and slave networking keywords 2020-02-13 08:59:36 +01:00
gd_mono_cache.h Remove deprecated sync and slave networking keywords 2020-02-13 08:59:36 +01:00
gd_mono_class.cpp Remove duplicate WARN_PRINT macro. 2020-02-05 11:13:24 +01:00
gd_mono_class.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_field.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
gd_mono_field.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_header.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_internals.cpp Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. 2020-02-15 08:36:04 -03:00
gd_mono_internals.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_log.cpp Remove duplicate ERR_PRINT macro. 2020-02-05 11:13:24 +01:00
gd_mono_log.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_marshal.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
gd_mono_marshal.h Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
gd_mono_method.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_method.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_method_thunk.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_property.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_property.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gd_mono_utils.cpp Huge Debugger/EditorDebugger refactor. 2020-02-21 11:12:03 +01:00
gd_mono_utils.h Mono/C#: Script interface calls now attach the current thread 2020-01-16 17:47:36 +01:00
i_mono_class_member.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
managed_type.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
managed_type.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00