[nexuiz-commits] r8695 - trunk/data/qcsrc/warpzonelib

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Feb 28 14:43:03 EST 2010


Author: div0
Date: 2010-02-28 14:43:03 -0500 (Sun, 28 Feb 2010)
New Revision: 8695

Modified:
   trunk/data/qcsrc/warpzonelib/TODO
   trunk/data/qcsrc/warpzonelib/common.qc
Log:
todo

Modified: trunk/data/qcsrc/warpzonelib/TODO
===================================================================
--- trunk/data/qcsrc/warpzonelib/TODO	2010-02-28 19:42:59 UTC (rev 8694)
+++ trunk/data/qcsrc/warpzonelib/TODO	2010-02-28 19:43:03 UTC (rev 8695)
@@ -7,3 +7,4 @@
 - fast projectiles
   - when projectile touches, check if it had hit a warpzone... if it did, do
     NOT detonate, but transform
+- grep for TODO and FIXME

Modified: trunk/data/qcsrc/warpzonelib/common.qc
===================================================================
--- trunk/data/qcsrc/warpzonelib/common.qc	2010-02-28 19:42:59 UTC (rev 8694)
+++ trunk/data/qcsrc/warpzonelib/common.qc	2010-02-28 19:43:03 UTC (rev 8695)
@@ -18,6 +18,8 @@
 	*/
 
 	ang = AnglesTransform_ApplyToVAngles(t, ang);
+	// FIXME when a roll comes out and angle is near +/-90 degrees
+	// then roll can be incorporated into yaw and cancelled out
 
 	/*
 	print(vtos(ang), " output\n");



More information about the nexuiz-commits mailing list