2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00
xash3d-fwgs/filesystem
Alibek Omarov d56e53a347 Replace hardcoded functions names by __func__ macro
* while we're here, fix some possible bugs
* and fix -Wformat=2

s/__FUNCTION__/__func__/g

awawawa
2024-06-19 06:53:42 +03:00
..
tests engine, filesystem: unify GetNativeObject between all the APIs. Allow getting filesystem APIs through GetNativeObject 2023-10-31 21:25:11 +03:00
android.c filesystem: don't check for SDL whether we can load Android assets, because filesystem doesn't know anything about SDL 2024-03-11 23:25:10 +03:00
dir.c Replace hardcoded functions names by __func__ macro 2024-06-19 06:53:42 +03:00
filesystem_internal.h 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
filesystem.c Replace hardcoded functions names by __func__ macro 2024-06-19 06:53:42 +03:00
filesystem.h filesystem: copy absolute path to library in FS_FindLibrary for compatibility 2024-04-22 04:02:46 +03:00
fscallback.h filesystem: restore DarkPlaces contributors copyrights lost in filesystem_stdio 2023-04-15 02:39:38 +03:00
pak.c Replace hardcoded functions names by __func__ macro 2024-06-19 06:53:42 +03:00
VFileSystem009.cpp Replace hardcoded functions names by __func__ macro 2024-06-19 06:53:42 +03:00
VFileSystem009.h filesystem: VFileSystem009: HL25 compatibility (one single new method) 2023-11-22 11:01:18 +03:00
wad.c Replace hardcoded functions names by __func__ macro 2024-06-19 06:53:42 +03:00
wscript wscript: move werror flags into uselib 2024-01-30 17:24:17 +03:00
zip.c Replace hardcoded functions names by __func__ macro 2024-06-19 06:53:42 +03:00