virtualx-engine/modules/gdnative
Hugo Locurcio 74fc4410f4
Remove support for ARMv7 (32-bit) on iOS
All iOS devices since the iPhone 5S support ARMv8 (64-bit).

The last iOS version supported on ARMv7 devices is 10.x, which is
too old to run Godot 4.0 projects since the minimum supported
iOS version is 11.0.
2022-02-08 22:11:29 +01:00
..
android Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
doc_classes Replace Godot docs URL with $DOCS_URL in XML class reference 2021-11-15 13:02:21 +01:00
gdnative Core: Move Vector2i to its own vector2i.h header 2022-02-04 16:32:21 +01:00
icons Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
include Improve locale detection. 2022-01-18 14:30:00 +02:00
nativescript Refactor some object type checking code with cast_to 2022-02-08 10:08:34 +01:00
pluginscript Refactor some object type checking code with cast_to 2022-02-08 10:08:34 +01:00
tests Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
videodecoder Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
config.py [Net/GDNative] Remove GDNative network bits. 2021-09-24 21:23:43 +02:00
gdnative.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gdnative.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gdnative_api.json Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00
gdnative_builders.py Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00
gdnative_library_editor_plugin.cpp Remove support for ARMv7 (32-bit) on iOS 2022-02-08 22:11:29 +01:00
gdnative_library_editor_plugin.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gdnative_library_singleton_editor.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gdnative_library_singleton_editor.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_types.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00