71 Commits (1d1a6badb517585bbb836ebd57788c6ae7edbe60)

Author SHA1 Message Date
Alibek Omarov 722cbe1f02 filesystem: forgot to add defaults.h include 8 months ago
Alibek Omarov dd11f73951 filesystem: respect DEFAULT_MAX_EDICTS value 8 months ago
Alibek Omarov 0d37244490 filesystem: add missing const to 2nd argument of stringlistappend 8 months ago
Velaron 6426919cb5 filesystem: add Android assets support 8 months ago
Alibek Omarov 597429cf41 engine, filesystem: unify GetNativeObject between all the APIs. Allow getting filesystem APIs through GetNativeObject 8 months ago
Alibek Omarov 83a5648335 filesystem: only allow setting true or false for boolean type keys in gameinfo/liblist.gam 8 months ago
Alibek Omarov 8bdb49516d filesystem: fix stringop-overflow 11 months ago
Alibek Omarov 1bfc6e6705 filesystem: try to fix case of library filename in FindLibrary 12 months ago
Alibek Omarov e7c41759fb Revert "filesystem: allow to reference game libraries in different case" 12 months ago
Alibek Omarov 43fde38d88 filesystem: allow to reference game libraries in different case 12 months ago
Alibek Omarov 788bc820c8 filesystem: automatically fixup directory name case for base directories 12 months ago
Alibek Omarov cd46ad19a3 filesystem: expose a special flag for archive mounter to skip included WADs 1 year ago
Alibek Omarov 6f7b1695d7 filesystem: expose archive mount generic function for Xar 1 year ago
Alibek Omarov 031594cc99 filesystem: update max_particles limits based on Unkle Mike's latest engine version 1 year ago
Alibek Omarov d4bf57c7c2 filesystem: delete unused edicts key handler in liblist.gam parsing 1 year ago
Alibek Omarov 8e16c0e410 filesystem: simplify common parsing of type key for liblist.gam and gameinfo.txt 1 year ago
Alibek Omarov 88c560aac4 filesystem: add two new gameinfo.txt keys quicksave_aged_count and autosave_aged_count that control the amount of quick/autosaves rotated 1 year ago
Alibek Omarov c3a6cad0c1 filesystem: do not print error in FS_Delete if file doesn't exist 1 year ago
Alibek Omarov 5a4c443c79 filesystem: fix regression in FS_LoadFile not skipping leading slashes 1 year ago
Alibek Omarov 58df771c9e filesystem: implement .pk3dir convention 1 year ago
Alibek Omarov 37e890f326 filesystem: make fs_searchpaths completely private to the filesystem core 1 year ago
Alibek Omarov 0d6137ee40 filesystem: make generic archive loading functions (with the exception of WADs). Do not alter global searchpath from archives. 1 year ago
Alibek Omarov 653eb00cc6 filesystem: unify prototypes of archive opening functions 1 year ago
Alibek Omarov 02ce80981c filesystem: update optional funcs interface, add platform-specific GetNativeObject call 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 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 eb0686fca1 filesystem: fix wrong data type for character in Gets and Ungetc 1 year ago
Alibek Omarov de88aec958 filesystem: restore DarkPlaces contributors copyrights lost in filesystem_stdio 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
Alibek Omarov 3c27384b6b filesystem: speedup fs_ext_path case in FS_FindFile 1 year ago
Alibek Omarov e95161aa14 filesystem: fix ClearSearchPath 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 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 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 c454e37064 filesystem: allow to init with NULL overrides 2 years ago
Alibek Omarov fe1aba3561 filesystem: apply caseinsensitivity to file creation 2 years ago