X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fdpdefs%2Fcsprogsdefs.qh;h=136d7ca1d555a45222dc329ccc9753e93e0696b3;hb=6f37a8f8076a572097afb13de2c367a72717c927;hp=6f820c729f11af7ae494db7968b7bf7bc76b6f52;hpb=bb80a6aba067167c6ef8d5f3465f03bd34142fa2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/dpdefs/csprogsdefs.qh b/qcsrc/dpdefs/csprogsdefs.qh index 6f820c729..136d7ca1d 100644 --- a/qcsrc/dpdefs/csprogsdefs.qh +++ b/qcsrc/dpdefs/csprogsdefs.qh @@ -267,8 +267,8 @@ const vector VEC_M1 = '-1 -1 -1'; //const float M_PI = 3.14159265358979323846; -vector VEC_HULL_MIN = '-16 -16 -24'; -vector VEC_HULL_MAX = '16 16 32'; +const vector VEC_HULL_MIN = '-16 -16 -24'; +const vector VEC_HULL_MAX = '16 16 32'; // Quake Temporary Entity Constants const int TE_SPIKE = 0; @@ -1083,7 +1083,7 @@ float PRECACHE_PIC_MIPMAP = 8; // mipmap the texture for possibly better downsca //idea: LordHavoc //darkplaces implementation: LordHavoc //constant definitions: -float MOVE_WORLDONLY = 3; +const float MOVE_WORLDONLY = 3; //description: //allows traces to hit only world (ignoring all entities, unlike MOVE_NOMONSTERS which hits all bmodels), use as the nomonsters parameter to trace functions @@ -1420,6 +1420,12 @@ void(float fh, entity e) writetofile = #606; float(string s) isfunction = #607; void(entity e, string s) parseentitydata = #608; +//DP_COVERAGE +//idea: divVerent +//darkplaces implementation: divVerent +//function definitions: +void coverage() = #642; // Reports a coverage event. The engine counts for each of the calls to this builtin whether it has been called. + // assorted builtins //const int STAT_MOVEVARS_TICRATE = 240; //const int STAT_MOVEVARS_TIMESCALE = 241;