pandemonium_engine/platform
Rémi Verschelde d111a460b3 Linux: Add support for arm64 and arm32 export templates
This is done in a hacky way, mostly to keep it simple and avoid having
to do a refactoring of the `EditorExportPlatform` interface.

Only Windows and Linux use `EditorExportPlatformPC`, and thus to
handle the new architectures for Linux, we simply do a few checks here
and there with a couple new methods to register the export template
names for Linux arm64 and arm32.

For Godot 4.0, we did refactor everything to allow exporting binaries
for different architectures cleanly. For 3.6, which is likely the last
feature release for the 3.x branch, I tend to cut corners as these
improvements will be shorter lived and thus new tech debt isn't as big
a concern.
2024-02-08 15:01:00 +01:00
..
android Ran the clang format script. 2023-12-25 20:27:28 +01:00
frt File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
frt_sdl File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
iphone Add APP_PAUSED and APP_RESUMED MainLoop notifications 2024-02-08 14:49:18 +01:00
javascript Web: Fix version check for missing scalbnf LTO workaround 2023-12-20 22:16:55 +01:00
osx Use occlusionState to determine when window is drawable. 2023-12-20 22:34:45 +01:00
server Return exit code 0 when running --version or --help 2023-12-20 22:33:58 +01:00
uwp UWP: Fix VS 2017 build with new get_unique_id method 2024-02-08 14:19:32 +01:00
windows Build system: add option for MSVC incremental linking. 2023-12-20 22:03:39 +01:00
x11 Linux: Add support for arm64 and arm32 export templates 2024-02-08 15:01:00 +01:00
register_platform_apis.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
SCsub Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00