rework config.h stuff a little, fixing up numerous ifdefs etc. added some more for potentially smaller builds.

make the 'identify' command assume that a single decimal number is not an address (allowing it to be handled as a user id).
qcc: support default initialisers in function calls.
tweak filesystem code to try to flush individual files instead of discarding the entire fs hash.
fix 'snap' stuff.
other tweaks...

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5058 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2017-02-19 00:15:42 +00:00
parent 2d1b554813
commit e7c1f9a490
90 changed files with 3126 additions and 2395 deletions

View file

@ -4,6 +4,7 @@ YOU SHOULD NOT EDIT THIS FILE BY HAND
*/
#include "bothdefs.h"
#ifndef QUAKETC
#include "r_partset.h"
@ -4298,3 +4299,4 @@ char *particle_set_tsshaft =
"assoc lflash\n"
"}\n"
;
#endif