636a2228f6
filesystem: add new API function LoadFileMalloc that returns a pointer that can be freed using standard free()
2024-02-07 23:22:27 +03:00
0d37244490
filesystem: add missing const to 2nd argument of stringlistappend
2023-11-03 16:23:52 +03:00
6426919cb5
filesystem: add Android assets support
2023-11-03 16:23:03 +03:00
597429cf41
engine, filesystem: unify GetNativeObject between all the APIs. Allow getting filesystem APIs through GetNativeObject
2023-10-31 21:25:11 +03:00
58df771c9e
filesystem: implement .pk3dir convention
2023-06-08 22:58:24 +03:00
37e890f326
filesystem: make fs_searchpaths completely private to the filesystem core
2023-06-08 22:30:45 +03:00
0d6137ee40
filesystem: make generic archive loading functions (with the exception of WADs). Do not alter global searchpath from archives.
2023-06-08 22:14:30 +03:00
653eb00cc6
filesystem: unify prototypes of archive opening functions
2023-06-08 20:02:48 +03:00
1855fab80b
filesystem: fix Platform_GetNativeObject macro definition
2023-06-06 17:46:38 +03:00
02ce80981c
filesystem: update optional funcs interface, add platform-specific GetNativeObject call
2023-06-05 20:30:18 +03:00
e791d44dd8
filesystem: properly support compressed archives in FS_LoadFile
2023-05-27 20:46:48 +03:00
5a7b68fcc1
filesystem: add new export FS_GetFullDiskPath, similar to FS_GetDiskPath, but generates full path to the file, including searchpath
2023-05-02 08:52:54 +03:00
eb0686fca1
filesystem: fix wrong data type for character in Gets and Ungetc
2023-04-18 04:47:55 +03:00
de88aec958
filesystem: restore DarkPlaces contributors copyrights lost in filesystem_stdio
...
* Add Xash3D FWGS contributors copyrights
2023-04-15 02:39:38 +03:00
cb9605430d
filesystem: bump FS_API_VERSION (removed unused argument from SysFileExists)
2023-01-04 18:07:18 +03:00
fe1aba3561
filesystem: apply caseinsensitivity to file creation
...
Replace fs_writedir with fs_writepath, exposing current writeable searchpath.
Fix caseinsensitive FS_Search
Remove unused argument from listdirectory()
Minor optimizations and refactoring
2022-12-27 02:31:46 +03:00
3393e2d95c
filesystem: implement directory entries caching, to avoid excessive directory listing syscalls to emulate case-insensitive filesystems
...
* simplify game directory initialization code
2022-12-27 02:31:46 +03:00
f1ec612819
filesystem: hungry
2022-12-15 01:06:20 +03:00
08f834cd82
filesystem: make all archive searchpath functions private
2022-12-15 00:59:52 +03:00
48c17d08d9
filesystem: dir: move searchpath initialization to dir.c, make all DIR functions static
2022-12-15 00:52:09 +03:00
24f7db19d8
filesystem: switch file operations to an interface
2022-11-24 03:19:05 +03:00
234c843f60
filesystem: integrate inotify for file changes
2022-09-10 22:55:07 +03:00
fce8afabfb
filesystem: allow acquiring C interface through CreateInterface export
2022-08-25 20:33:16 +03:00
0d449370e0
filesystem: fixes for GCC 3
2022-08-06 20:33:01 +03:00
55a29e6e6b
filesystem: implement VFileSystem009 interface
2022-07-28 18:56:02 +03:00
5e4fc64430
filesystem: introduce new module, based on engine filesystem.
...
The goal is to share filesystem code between engine and
utilities and provide C++ VFileSystem interface in the future
2022-07-28 18:56:02 +03:00