57dfaea5fd
fix configs not getting execed properly when not run from the automatically detected basedir. fix some silly bugs. qcc: remove deprecated %5 support without qccx syntax. qcc: added -Fembedsrc to embed the sourcecode into the progs in a form that can be read with various standard unzip programs. This works without breaking any engines. server: fix memory explosion issue with fitz666 clients. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5016 fc73d0e0-1445-4013-8a0c-d673dee63da5
8 lines
508 B
C
8 lines
508 B
C
pbool QC_decodeMethodSupported(int method);
|
|
char *QC_decode(progfuncs_t *progfuncs, int complen, int len, int method, char *info, char *buffer);
|
|
int QC_encode(progfuncs_t *progfuncs, int len, int method, char *in, int handle);
|
|
int QC_encodecrc(int len, char *in);
|
|
|
|
char *PDECL filefromprogs(pubprogfuncs_t *progfuncs, progsnum_t prnum, char *fname, size_t *size, char *buffer);
|
|
char *filefromnewprogs(pubprogfuncs_t *progfuncs, char *prname, char *fname, size_t *size, char *buffer);//fixme - remove parm 1
|
|
|