virtualx-engine/editor/export
David Nikdel 5e6adb4a2d Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs
fixes godotengine#82061
fixes godotengine#61556

Also, distinguish between main pack and DLC packs.
It's desirable to downloaded content to be as small as possible. This change avoids bloating non-main pack files with new versions of resources that are all read on startup and never used again. They have no effect if loaded after startup.
- project.godot/project.binary file
- extension_list.cfg
- app icon and boot_splash
- .ico and .icns files (these can still be opted in for DLC by listing them explicitly in the include filter)
2024-03-06 12:14:21 -05:00
..
editor_export.cpp Linux: Handle export preset compat with 'Linux/X11' platform name 2024-03-01 15:12:54 +01:00
editor_export.h Don't invoke adb with no runnable Android preset 2024-02-15 22:37:32 +01:00
editor_export_platform.cpp Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs 2024-03-06 12:14:21 -05:00
editor_export_platform.h Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs 2024-03-06 12:14:21 -05:00
editor_export_platform_pc.cpp Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs 2024-03-06 12:14:21 -05:00
editor_export_platform_pc.h Allow exporting release Android builds without a debug keystore 2023-06-19 01:00:13 -03:00
editor_export_plugin.cpp Allow export plugins to override export option values 2024-02-14 10:51:16 -06:00
editor_export_plugin.h Allow export plugins to override export option values 2024-02-14 10:51:16 -06:00
editor_export_preset.cpp Merge pull request #88419 from m4gr3d/add_export_preset_advanced_options_toggle 2024-02-19 00:08:22 +01:00
editor_export_preset.h Add an Advanced Options toggle to the editor export preset 2024-02-18 10:43:58 -08:00
editor_export_shared_object.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
export_template_manager.cpp Android: Allow using alternative Gradle build directory 2024-02-16 15:20:47 -06:00
export_template_manager.h Android: Allow using alternative Gradle build directory 2024-02-16 15:20:47 -06:00
project_export.cpp Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs 2024-03-06 12:14:21 -05:00
project_export.h Add an Advanced Options toggle to the editor export preset 2024-02-18 10:43:58 -08:00
SCsub