Preliminary attempt at loading zips concatenated onto the end of bsp files, instead of having servers load 5000+ different pk3s up front.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5876 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b4092ab903
commit
1979150076
8 changed files with 121 additions and 36 deletions
|
@ -812,7 +812,8 @@ void FS_FreeFile(void *file);
|
|||
|
||||
qbyte *COM_LoadFile (const char *path, unsigned int locateflags, int usehunk, size_t *filesize);
|
||||
|
||||
qboolean COM_LoadMapPackFile(const char *name, qofs_t offset);
|
||||
qboolean FS_LoadMapPackFile (const char *filename, searchpathfuncs_t *archive);
|
||||
void FS_CloseMapPackFile (searchpathfuncs_t *archive);
|
||||
void COM_FlushTempoaryPacks(void);
|
||||
|
||||
void COM_EnumerateFiles (const char *match, int (QDECL *func)(const char *fname, qofs_t fsize, time_t mtime, void *parm, searchpathfuncs_t *spath), void *parm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue