virtualx-engine/editor/export
Juan Linietsky 273a6eeb66 Redo how the remote filesystem works
Instead of reading files over the network, the new version uses a local file cache and only updates files when it changes.

The original remote filesystem was created 14 years ago, when ethernet was faster than hard drives or even flash. Also, mobile devices have a very small amount of storage.
Nowadays, this is no longer the case so the approach is changed to using a persistent cache in the target device.

Co-authored-by: m4gr3d
2023-05-08 11:57:54 +02:00
..
editor_export.cpp Allow EditorExportPlugins to provide export options 2023-04-07 19:18:00 +02:00
editor_export.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_export_platform.cpp Redo how the remote filesystem works 2023-05-08 11:57:54 +02:00
editor_export_platform.h Redo how the remote filesystem works 2023-05-08 11:57:54 +02:00
editor_export_platform_pc.cpp [Export] Add readable descriptions and validation warnings to the export options. 2023-04-19 08:35:59 +03:00
editor_export_platform_pc.h [Export] Add readable descriptions and validation warnings to the export options. 2023-04-19 08:35:59 +03:00
editor_export_plugin.cpp Allow EditorExportPlugins to provide export options 2023-04-07 19:18:00 +02:00
editor_export_plugin.h Allow EditorExportPlugins to provide export options 2023-04-07 19:18:00 +02:00
editor_export_preset.cpp [Export] Add readable descriptions and validation warnings to the export options. 2023-04-19 08:35:59 +03:00
editor_export_preset.h [Export] Add readable descriptions and validation warnings to the export options. 2023-04-19 08:35:59 +03: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 Implement and expose OS::shell_show_in_file_manager() 2023-04-25 11:29:32 +08:00
export_template_manager.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
project_export.cpp [Export] Add readable descriptions and validation warnings to the export options. 2023-04-19 08:35:59 +03:00
project_export.h Make it clearer that file modes propagate to children in the dedicated server export 2023-01-30 15:10:44 -06:00
SCsub Split up editor export code into multiple files 2022-07-26 08:28:19 -05:00