godot/drivers/unix
Hugo Locurcio 5acb8a253e
Only print message for `get_modified_time()` failure when in verbose mode
This error message was often displayed for no good reason when PCK
files were loaded in the editor.

Since file modification dates are secondary metadata, it's not
very important if it can't be retrieved successfully anyway.
2021-12-01 21:47:09 +01:00
..
SCsub
dir_access_unix.cpp Rename String::is_rel_path to String::is_relative_path 2021-08-29 20:41:29 -04:00
dir_access_unix.h Core: Move DirAccess and FileAccess to `core/io` 2021-06-11 14:52:39 +02:00
file_access_unix.cpp Only print message for `get_modified_time()` failure when in verbose mode 2021-12-01 21:47:09 +01:00
file_access_unix.h Core: Move DirAccess and FileAccess to `core/io` 2021-06-11 14:52:39 +02:00
ip_unix.cpp Replaced NULL with nullptr 2021-10-12 20:20:19 +07:00
ip_unix.h Support multiple address resolution in DNS requests 2021-06-01 11:24:34 +07:00
net_socket_posix.cpp Use range iterators for `Map` 2021-09-30 15:09:12 -06:00
net_socket_posix.h Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores 2021-05-06 02:52:01 +02:00
os_unix.cpp Fix data directory of unnamed projects 2021-11-18 12:31:29 +01:00
os_unix.h Fix console colors on Windows 2021-11-26 13:10:55 +03:00
syslog_logger.cpp
syslog_logger.h
thread_posix.cpp
thread_posix.h