132 Commits (e039ef35c04b8e72108ea70bdd81999e77a6b7fc)

Author SHA1 Message Date
Alibek Omarov 18d55c1de2 filesystem: zip: adapt to new interface 1 year ago
Alibek Omarov d0d09c878f filesystem: wad: adapt to new interface 1 year ago
Alibek Omarov e791d44dd8 filesystem: properly support compressed archives in FS_LoadFile 1 year ago
Alibek Omarov 152f6d154c filesystem: remove unused argument from FS_CheckNastyPath 1 year ago
Alibek Omarov 9cd9744407 filesystem: fix Windows build 1 year ago
Alibek Omarov f13c285287 filesystem: verbose error printing in FS_SetCurrentDirectory, move error reporting from engine 1 year ago
Alibek Omarov cca7744f1c filesystem: make some calls from API safe to use without initialize 1 year ago
Alibek Omarov 31ae22961b filesystem: add base test case to call ShutdownStdio without calling Init prior 1 year ago
Alibek Omarov d0127e5e14 filesystem: fix FS_GetDiskPath, it was broken since implementing caseinsensitive emulation, oops 1 year ago
Alibek Omarov 5a7b68fcc1 filesystem: add new export FS_GetFullDiskPath, similar to FS_GetDiskPath, but generates full path to the file, including searchpath 1 year ago
Alibek Omarov e2540bd446 filesystem: turn unused caseinsensitive argument in InitStdio into a reserved argument (set to true by default) 1 year ago
Alibek Omarov 07fd4f37ef engine: remove unused -caseinsensitive command line argument 1 year ago
Alibek Omarov 71a3cedba8 filesystem: add size argument to COM_Default/ReplaceExtension calls 1 year ago
Alibek Omarov 1603b8028c filesystem: add size argument to COM_FileBase calls 1 year ago
Alibek Omarov b16fa8eddc public: remove Q_strcat and Q_strcpy, and patch the code that uses it 1 year ago
Alibek Omarov 096ee34f67 public: remove Q_vsprintf, replace by proper Q_vsnprintf proper calls 1 year ago
Alibek Omarov 0d5d30398b filesystem: VFileSystem009: refactoring 1 year ago
Alibek Omarov eb0686fca1 filesystem: fix wrong data type for character in Gets and Ungetc 1 year ago
Alibek Omarov 558ded6d6a filesystem: tests: interface: use correct type for module on Win32 1 year ago
Alibek Omarov c157b7def3 filesystem: tests: interface: various fixes 1 year ago
Alibek Omarov de88aec958 filesystem: restore DarkPlaces contributors copyrights lost in filesystem_stdio 1 year ago
Alibek Omarov 46e2ccd2bf filesystem: wscript: check interface test before everything else 1 year ago
Alibek Omarov d86ab19351 wscript: refactoring, replace --enable-fs-tests with --enable-tests 1 year ago
Alibek Omarov db40d58208 filesystem: add test for probing all interfaces 1 year ago
Alibek Omarov 127bd89b44 filesystem: remove unused watch.c file, added by mistake from inotify branch 1 year ago
Alibek Omarov e673fe9a02 filesystem: only create readwrite directories if they look like a gamedirectory in rodir 1 year ago
Andrey Akhmichin 34160151a4 filesystem: replace va function calls. 1 year ago
fgsfds 577add56f1 filesystem: fs is non case sensitive on nswitch and psvita 1 year ago
fgsfds 7424b29e56 engine: initial psvita build support 1 year ago
Alibek Omarov 3c27384b6b filesystem: speedup fs_ext_path case in FS_FindFile 1 year ago
Alibek Omarov 1e8c26a527 filesystem: wad: fix loading WADs by absolute paths 1 year ago
Alibek Omarov e95161aa14 filesystem: fix ClearSearchPath 1 year ago
Alibek Omarov 9cb867a7d4 filesystem: wad: print errno if wad can't be opened 1 year ago
Alibek Omarov 9c0c1a802c filesystem: fix strict order of loading archives 1 year ago
Alibek Omarov eb0459a045 engine: strip Intel suffixes from server library name, but only on special platforms 1 year ago
Alibek Omarov 34eb258cae filesystem: dir: remove PATH_SEPARATOR, fix return value when directory is caseinsensitive 2 years ago
Alibek Omarov b4c0ccbede filesystem: fix _wstat usage under Windows, remove PATH_SEPARATOR usage, fix listdirectory 2 years ago
Alibek Omarov 15846a8ea8 filesystem: use POSIX funcs for Windows too, where possible, apply wide char conversion for Sys functions 2 years ago
Alibek Omarov e694081626 filesystem: dir: guarantee file existense in FS_FixFileCase for caseinsensitive directories 2 years ago
Alibek Omarov cb9605430d filesystem: bump FS_API_VERSION (removed unused argument from SysFileExists) 2 years ago
Alibek Omarov 409edf5a70 filesystem: zip: use stdint types, use enum for errors 2 years ago
Alibek Omarov 03a3fb83b6 filesystem: write extended fields to gameinfo.txt, as this function is used to write game info when using rodir 2 years ago
Alibek Omarov e5763e2e9a filesystem: dir: check dir casesensitivity after dir entries list was properly initialized 2 years ago
Alibek Omarov 42a3c7b059 filesystem: dir: fix dir entry cache init in case of directory was empty previously 2 years ago
Alibek Omarov 339711c3c7 filesystem: dir: check casefold directory flag 2 years ago
Alibek Omarov 2febe632c5 filesystem: add caseinsensitive emulation test 2 years ago
Alibek Omarov c454e37064 filesystem: allow to init with NULL overrides 2 years ago
Alibek Omarov fe1aba3561 filesystem: apply caseinsensitivity to file creation 2 years ago
Alibek Omarov b36ebc294f filesystem: dir: exit from loop immediately if directory is caseinsensitive 2 years ago
Alibek Omarov 3d71e5d111 filesystem: dir: fix merging existing cache with new directory entries 2 years ago