diff options
author | Andrey Nazarov <skuller@skuller.net> | 2010-10-01 16:33:37 +0400 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2010-10-01 17:21:52 +0400 |
commit | 57ff04fceb133d7c06c67bf991b5941766bb28da (patch) | |
tree | 4f7ca34f1a58cd35059c76f72dbdaadcc81684c7 /src/q_shared.c | |
parent | ffd86f8fccf7a523e89553fefaa621457460aa38 (diff) |
Clean up and fix file listing functions.
- Merge Sys_ListFiles and Sys_ListFilteredFiles into the single
Sys_ListFiles_r implementatation (per platform).
- Fix an off-by-one bug in Sys_ListFiles (per platform).
- Fix an off-by-one bug in FS_ListFiles.
- Made Sys_ListFiles ignore hidden and non-regular (irregular?) files on Unix.
- Limit maximum recursion depth to 8 (opposed to 32 on Unix and unlimited
depth on Win32).
- Reduce listed files limit to 2048 from 4096.
- Implement FS_SEARCH_STRIPEXT flag instead of ugly hack in FS_File_g.
- Kill unused FS_SEARCH_NOSORT flag.
- Replace FS_SEARCHDIRS_* cruft with single FS_SEARCH_DIRSONLY flag.
- Use unsigned integer type for flags.
- Don't list more than 128 files to avoid console spam.
Diffstat (limited to 'src/q_shared.c')
0 files changed, 0 insertions, 0 deletions