From 8013d1dad92265fead0981b36594f46c2f992fb7 Mon Sep 17 00:00:00 2001 From: div0 Date: Sat, 14 Nov 2009 23:03:55 +0000 Subject: [PATCH] sync extensions git-svn-id: svn://svn.icculus.org/nexuiz/trunk@8284 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/server/extensions.qh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/qcsrc/server/extensions.qh b/data/qcsrc/server/extensions.qh index 667bbaa55..e5b7ba47a 100644 --- a/data/qcsrc/server/extensions.qh +++ b/data/qcsrc/server/extensions.qh @@ -469,6 +469,15 @@ void(entity e, entity tagentity, string tagname) setattachment = #443; // attach //self.button7 = (bits & 64) != 0; //self.button8 = (bits & 128) != 0; +// DP_LIGHTSTYLE_STATICVALUE +// idea: VorteX +// darkplaces implementation: VorteX +// description: allows alternative 'static' lightstyle syntax : "=value" +// examples: "=0.5", "=2.0", "=2.75" +// could be used to control switchable lights or making styled lights with brightness > 2 +// Warning: this extension is experimental. It safely works in CSQC, but SVQC use is limited by the fact +// that other engines (which do not support this extension) could connect to a game and misunderstand this kind of lightstyle syntax + //DP_LITSPRITES //idea: LordHavoc //darkplaces implementation: LordHavoc -- 2.39.2