mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-03 09:22:45 +00:00
1e3bc3429b
In Sys_ListFiles() the extension was abused to match whole filenames (of savegames), not just their extensions - that didn't work with the POSIX backend, now it does. Sys_ListFiles() now also supports "*" as a wildcard that matches all files - needed for deleting savegames. However, things like "bl*" or "*ub" don't work. While at it, I replaced readdir() with the thread-safe readdir_r() |
||
---|---|---|
.. | ||
posix_achievements.cpp | ||
posix_achievements.h | ||
posix_localuser.cpp | ||
posix_localuser.h | ||
posix_main.cpp | ||
posix_net.cpp | ||
posix_public.h | ||
posix_savegame.cpp | ||
posix_session_local.cpp | ||
posix_signal.cpp | ||
posix_signin.cpp | ||
posix_signin.h |