pandemonium_engine/drivers/unix
Relintai 9d76074b58 Ported: Add full support for Android scoped storage.
This was done by refactoring directory and file access handling for the Android platform so that any general filesystem access type go through the Android layer.
This allows us to validate whether the access is unrestricted, or whether it falls under scoped storage and thus act appropriately.
- m4gr3d
24e3b3b88d
2022-07-29 19:24:07 +02:00
..
dir_access_unix.cpp Ported: Add full support for Android scoped storage. 2022-07-29 19:24:07 +02:00
dir_access_unix.h Ported: Add full support for Android scoped storage. 2022-07-29 19:24:07 +02:00
file_access_unix.cpp Ported: Add full support for Android scoped storage. 2022-07-29 19:24:07 +02:00
file_access_unix.h Ported: Add full support for Android scoped storage. 2022-07-29 19:24:07 +02:00
ip_unix.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
ip_unix.h Clang format all files. 2022-03-18 19:00:13 +01:00
net_socket_posix.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
net_socket_posix.h Clang format all files. 2022-03-18 19:00:13 +01:00
os_unix.cpp ported: Add OS::is_process_running function. 2022-07-27 14:46:53 +02:00
os_unix.h ported: Add OS::is_process_running function. 2022-07-27 14:46:53 +02:00
SCsub Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
syslog_logger.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
syslog_logger.h Clang format all files. 2022-03-18 19:00:13 +01:00
thread_posix.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
thread_posix.h Clang format all files. 2022-03-18 19:00:13 +01:00