X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=server.h;h=ccadc9e2e80a4dab9b2d038fa91785938c39b868;hb=bd172244c077be2f4f13caf8cabd022fcad4bd33;hp=5df76bfbdf3e7383753cf9108cab07f1851d943f;hpb=f767b8d01c598b8920ff83eae09e3a3fb5dd25bf;p=xonotic%2Fdarkplaces.git diff --git a/server.h b/server.h index 5df76bfb..ccadc9e2 100644 --- a/server.h +++ b/server.h @@ -163,7 +163,7 @@ typedef struct server_s unsigned char csqcentityversion[MAX_EDICTS]; // legacy } server_t; -#define NUM_CSQCENTITIES_PER_FRAME 1024 +#define NUM_CSQCENTITIES_PER_FRAME 256 typedef struct csqcentityframedb_s { int framenum; @@ -247,7 +247,7 @@ typedef struct client_s unsigned char csqcentityscope[MAX_EDICTS]; unsigned int csqcentitysendflags[MAX_EDICTS]; -#define NUM_CSQCENTITYDB_FRAMES 64 +#define NUM_CSQCENTITYDB_FRAMES 256 unsigned char csqcentityglobalhistory[MAX_EDICTS]; // set to 1 if the entity was ever csqc networked to the client, and never reset back to 0 csqcentityframedb_t csqcentityframehistory[NUM_CSQCENTITYDB_FRAMES]; int csqcentityframehistory_next; @@ -437,7 +437,7 @@ extern cvar_t sv_gameplayfix_multiplethinksperframe; extern cvar_t sv_gameplayfix_noairborncorpse; extern cvar_t sv_gameplayfix_noairborncorpse_allowsuspendeditems; extern cvar_t sv_gameplayfix_nudgeoutofsolid; -extern cvar_t sv_gameplayfix_nudgeoutofsolid_bias; +extern cvar_t sv_gameplayfix_nudgeoutofsolid_separation; extern cvar_t sv_gameplayfix_setmodelrealbox; extern cvar_t sv_gameplayfix_slidemoveprojectiles; extern cvar_t sv_gameplayfix_stepdown;