[nexuiz-commits] r8284 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Nov 14 18:03:55 EST 2009


Author: div0
Date: 2009-11-14 18:03:55 -0500 (Sat, 14 Nov 2009)
New Revision: 8284

Modified:
   trunk/data/qcsrc/server/extensions.qh
Log:
sync extensions


Modified: trunk/data/qcsrc/server/extensions.qh
===================================================================
--- trunk/data/qcsrc/server/extensions.qh	2009-11-14 22:59:20 UTC (rev 8283)
+++ trunk/data/qcsrc/server/extensions.qh	2009-11-14 23:03:55 UTC (rev 8284)
@@ -469,6 +469,15 @@
 //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



More information about the nexuiz-commits mailing list