[nexuiz-commits] r6924 - in trunk/data: qcsrc/server sound/weapons

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jun 8 13:44:50 EDT 2009


Author: div0
Date: 2009-06-08 13:44:49 -0400 (Mon, 08 Jun 2009)
New Revision: 6924

Added:
   trunk/data/sound/weapons/tuba_note16.ogg
   trunk/data/sound/weapons/tuba_note17.ogg
   trunk/data/sound/weapons/tuba_note18.ogg
   trunk/data/sound/weapons/tuba_note19.ogg
   trunk/data/sound/weapons/tuba_note20.ogg
   trunk/data/sound/weapons/tuba_note21.ogg
   trunk/data/sound/weapons/tuba_note22.ogg
   trunk/data/sound/weapons/tuba_note23.ogg
   trunk/data/sound/weapons/tuba_note24.ogg
   trunk/data/sound/weapons/tuba_note25.ogg
   trunk/data/sound/weapons/tuba_note26.ogg
   trunk/data/sound/weapons/tuba_note27.ogg
Modified:
   trunk/data/qcsrc/server/w_tuba.qc
   trunk/data/sound/weapons/tuba_note-1.ogg
   trunk/data/sound/weapons/tuba_note-10.ogg
   trunk/data/sound/weapons/tuba_note-11.ogg
   trunk/data/sound/weapons/tuba_note-12.ogg
   trunk/data/sound/weapons/tuba_note-13.ogg
   trunk/data/sound/weapons/tuba_note-14.ogg
   trunk/data/sound/weapons/tuba_note-15.ogg
   trunk/data/sound/weapons/tuba_note-16.ogg
   trunk/data/sound/weapons/tuba_note-17.ogg
   trunk/data/sound/weapons/tuba_note-18.ogg
   trunk/data/sound/weapons/tuba_note-2.ogg
   trunk/data/sound/weapons/tuba_note-3.ogg
   trunk/data/sound/weapons/tuba_note-4.ogg
   trunk/data/sound/weapons/tuba_note-5.ogg
   trunk/data/sound/weapons/tuba_note-6.ogg
   trunk/data/sound/weapons/tuba_note-7.ogg
   trunk/data/sound/weapons/tuba_note-8.ogg
   trunk/data/sound/weapons/tuba_note-9.ogg
   trunk/data/sound/weapons/tuba_note0.ogg
   trunk/data/sound/weapons/tuba_note1.ogg
   trunk/data/sound/weapons/tuba_note10.ogg
   trunk/data/sound/weapons/tuba_note11.ogg
   trunk/data/sound/weapons/tuba_note12.ogg
   trunk/data/sound/weapons/tuba_note13.ogg
   trunk/data/sound/weapons/tuba_note14.ogg
   trunk/data/sound/weapons/tuba_note15.ogg
   trunk/data/sound/weapons/tuba_note2.ogg
   trunk/data/sound/weapons/tuba_note3.ogg
   trunk/data/sound/weapons/tuba_note4.ogg
   trunk/data/sound/weapons/tuba_note5.ogg
   trunk/data/sound/weapons/tuba_note6.ogg
   trunk/data/sound/weapons/tuba_note7.ogg
   trunk/data/sound/weapons/tuba_note8.ogg
   trunk/data/sound/weapons/tuba_note9.ogg
Log:
tuba: support the new notes :P


Modified: trunk/data/qcsrc/server/w_tuba.qc
===================================================================
--- trunk/data/qcsrc/server/w_tuba.qc	2009-06-08 17:37:04 UTC (rev 6923)
+++ trunk/data/qcsrc/server/w_tuba.qc	2009-06-08 17:44:49 UTC (rev 6924)
@@ -119,7 +119,7 @@
 		precache_model ("models/weapons/h_tuba.dpm");
 
 		float i;
-		for(i = -18; i <= +15; ++i)
+		for(i = -18; i <= +27; ++i)
 			precache_sound(TUBA_NOTE(i));
 	}
 	else if (req == WR_SETUP)

Modified: trunk/data/sound/weapons/tuba_note-1.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/tuba_note-10.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/tuba_note-11.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/tuba_note-12.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/tuba_note-13.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/tuba_note-14.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/tuba_note-15.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/tuba_note-16.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/tuba_note-17.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/tuba_note-18.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/tuba_note-2.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/tuba_note-3.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/tuba_note-4.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/tuba_note-5.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/tuba_note-6.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/tuba_note-7.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/tuba_note-8.ogg
===================================================================
(Binary files differ)

Modified: trunk/data/sound/weapons/tuba_note-9.ogg
===================================================================
(Binary files differ)

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

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

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

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

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

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

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

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

Added: trunk/data/sound/weapons/tuba_note16.ogg
===================================================================
(Binary files differ)


Property changes on: trunk/data/sound/weapons/tuba_note16.ogg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/sound/weapons/tuba_note17.ogg
===================================================================
(Binary files differ)


Property changes on: trunk/data/sound/weapons/tuba_note17.ogg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/sound/weapons/tuba_note18.ogg
===================================================================
(Binary files differ)


Property changes on: trunk/data/sound/weapons/tuba_note18.ogg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/sound/weapons/tuba_note19.ogg
===================================================================
(Binary files differ)


Property changes on: trunk/data/sound/weapons/tuba_note19.ogg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

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

Added: trunk/data/sound/weapons/tuba_note20.ogg
===================================================================
(Binary files differ)


Property changes on: trunk/data/sound/weapons/tuba_note20.ogg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/sound/weapons/tuba_note21.ogg
===================================================================
(Binary files differ)


Property changes on: trunk/data/sound/weapons/tuba_note21.ogg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/sound/weapons/tuba_note22.ogg
===================================================================
(Binary files differ)


Property changes on: trunk/data/sound/weapons/tuba_note22.ogg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/sound/weapons/tuba_note23.ogg
===================================================================
(Binary files differ)


Property changes on: trunk/data/sound/weapons/tuba_note23.ogg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/sound/weapons/tuba_note24.ogg
===================================================================
(Binary files differ)


Property changes on: trunk/data/sound/weapons/tuba_note24.ogg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/sound/weapons/tuba_note25.ogg
===================================================================
(Binary files differ)


Property changes on: trunk/data/sound/weapons/tuba_note25.ogg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/sound/weapons/tuba_note26.ogg
===================================================================
(Binary files differ)


Property changes on: trunk/data/sound/weapons/tuba_note26.ogg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/data/sound/weapons/tuba_note27.ogg
===================================================================
(Binary files differ)


Property changes on: trunk/data/sound/weapons/tuba_note27.ogg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

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

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

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

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

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

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

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



More information about the nexuiz-commits mailing list