r5685 - in trunk/data: qcsrc/common qcsrc/server sound/ambient sound/misc sound/weapons

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jan 28 12:31:41 EST 2009


Author: div0
Date: 2009-01-28 12:31:40 -0500 (Wed, 28 Jan 2009)
New Revision: 5685

Modified:
   trunk/data/qcsrc/common/constants.qh
   trunk/data/qcsrc/server/runematch.qc
   trunk/data/sound/ambient/machine1.ogg
   trunk/data/sound/misc/armor1.wav
   trunk/data/sound/misc/bodyimpact1.wav
   trunk/data/sound/misc/bodyimpact2.wav
   trunk/data/sound/misc/gib_splat01.wav
   trunk/data/sound/misc/gib_splat02.wav
   trunk/data/sound/misc/gib_splat03.wav
   trunk/data/sound/misc/gib_splat04.wav
   trunk/data/sound/misc/hit.wav
   trunk/data/sound/misc/powerup.ogg
   trunk/data/sound/weapons/rocket_impact.ogg
   trunk/data/sound/weapons/tag_rocket_fly.ogg
Log:
more sound changes


Modified: trunk/data/qcsrc/common/constants.qh
===================================================================
--- trunk/data/qcsrc/common/constants.qh	2009-01-28 11:49:56 UTC (rev 5684)
+++ trunk/data/qcsrc/common/constants.qh	2009-01-28 17:31:40 UTC (rev 5685)
@@ -216,7 +216,7 @@
 const float ENTCS_MSG_INIT = 3;
 
 const float TE_CSQC_PICTURE = 105;
-const float TE_CSQC_CONFIG = 107; // TODO maybe turn into shared ent
+const float TE_CSQC_CONFIG = 107; // TODO maybe turn into shared ent (but it's unused anyway)
 const float TE_CSQC_RACE = 109;
 const float TE_CSQC_FORCESCOREBOARD = 110; // TODO turn into shared ent
 const float TE_CSQC_SPECTATING = 111; // TODO turn into shared ent
@@ -226,6 +226,8 @@
 const float TE_CSQC_WARMUP = 115; // TODO turn into shared ent
 const float TE_CSQC_FOG = 116; // TODO turn into shared ent
 
+// ideas: turn TE_CSQC_FORCESCOREBOARD, TE_CSQC_SPECTATING, TE_CSQC_ZOOMNOTIFY, TE_CSQC_HOLDANGLES into a single shared ent, the other two in ones for their own
+
 const float STAT_KH_KEYS = 32;
 const float STAT_CTF_STATE = 33;
 const float STAT_SYS_TICRATE = 34;

Modified: trunk/data/qcsrc/server/runematch.qc
===================================================================
--- trunk/data/qcsrc/server/runematch.qc	2009-01-28 11:49:56 UTC (rev 5684)
+++ trunk/data/qcsrc/server/runematch.qc	2009-01-28 17:31:40 UTC (rev 5685)
@@ -175,8 +175,7 @@
 
 	makevectors(ang);
 
-	//setorigin(self, v_forward*32);
-	self.view_ofs = v_forward*32;
+	setorigin(self, v_forward*32);
 }
 
 void rune_touch()
@@ -195,14 +194,8 @@
 
 	self.owner = other;
 	self.enemy.owner = other;
-	//setattachment(self, other, "");
-	setattachment(self, world, "");
+	setattachment(self, other, "");
 
-	self.movetype = MOVETYPE_FOLLOW;
-	self.aiment = other;
-	self.view_ofs = other.origin;
-
-	setorigin(self, '0 0 0');
 	other.runes = other.runes | self.runes | self.enemy.runes;
 
 	//self.think = SUB_Null;

Modified: trunk/data/sound/ambient/machine1.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/misc/armor1.wav
===================================================================
(Binary files differ)

Modified: trunk/data/sound/misc/bodyimpact1.wav
===================================================================
(Binary files differ)

Modified: trunk/data/sound/misc/bodyimpact2.wav
===================================================================
(Binary files differ)

Modified: trunk/data/sound/misc/gib_splat01.wav
===================================================================
(Binary files differ)

Modified: trunk/data/sound/misc/gib_splat02.wav
===================================================================
(Binary files differ)

Modified: trunk/data/sound/misc/gib_splat03.wav
===================================================================
(Binary files differ)

Modified: trunk/data/sound/misc/gib_splat04.wav
===================================================================
(Binary files differ)

Modified: trunk/data/sound/misc/hit.wav
===================================================================
(Binary files differ)

Modified: trunk/data/sound/misc/powerup.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/rocket_impact.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/tag_rocket_fly.ogg
===================================================================
(Binary files differ)




More information about the nexuiz-commits mailing list