godot/core/config
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
..
engine.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
engine.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
project_settings.cpp Redo how the remote filesystem works 2023-05-08 11:57:54 +02:00
project_settings.h Fix missing directories when exporting from cmd 2023-02-20 17:39:38 +01:00
SCsub Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00