Module dpmod: Change committed

havoc at icculus.org havoc at icculus.org
Sat Jul 12 07:42:00 EDT 2003


Commiter   : havoc
CVSROOT    : /cvs/cvsroot/twilight
Module     : dpmod
Commit time: 2003-07-12 11:42:00 UTC

Log message:

documented DP_HALFLIFE_MAP_CVAR extension

Modified files:
     qc/dpextensions.qc

------=MIME.df57ca8542418b494ed0b7f6e5ad2e7c
Content-Type: text/plain; name="dpmod.20030712.114200.havoc.diff"
Content-Disposition: attachment; filename="dpmod.20030712.114200.havoc.diff"
Content-Transfer-Encoding: 8bit

Index: dpmod/qc/dpextensions.qc
diff -u dpmod/qc/dpextensions.qc:1.6 dpmod/qc/dpextensions.qc:1.7
--- dpmod/qc/dpextensions.qc:1.6	Sat Jul 12 06:02:09 2003
+++ dpmod/qc/dpextensions.qc	Sat Jul 12 07:41:49 2003
@@ -260,6 +260,14 @@
 //description:
 //simply indicates that the engine supports HalfLife maps (BSP version 30, NOT the QER RGBA ones which are also version 30).
 
+//DP_HALFLIFE_MAP_CVAR
+//idea: LordHavoc
+//darkplaces implementation: LordHavoc
+//cvars:
+//halflifebsp 0/1
+//description:
+//engine sets this cvar when loading a map to indicate if it is halflife format or not.
+
 //DP_INPUTBUTTONS
 //idea: LordHavoc
 //darkplaces implementation: LordHavoc
@@ -457,7 +465,7 @@
 //idea: quake community
 //darkplaces implementation: LordHavoc
 //description:
-//shows that the engine supports Quake2 .md2 files.
+//shows that the engine supports Quake3 .md3 files.
 
 //DP_REGISTERCVAR
 //idea: LordHavoc


More information about the twilight-commits mailing list