]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
As per TTimo's suggestion, turning all three experimental q3map2 fixes on
authorrambetter <rambetter>
Tue, 11 Jan 2011 08:25:10 +0000 (08:25 +0000)
committerrambetter <rambetter>
Tue, 11 Jan 2011 08:25:10 +0000 (08:25 +0000)
in q3map2.h: EXPERIMENTAL_HIGH_PRECISION_MATH_Q3MAP2_FIXES,
EXPERIMENTAL_SNAP_NORMAL_FIX, and EXPERIMENTAL_SNAP_PLANE_FIX.  These are all
set to 1 now.

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@421 8a3a26a2-13c4-0310-b231-cf6edde360e5

tools/quake3/q3map2/q3map2.h

index e3de7b7a0e05a57c40c586edda3ad8e2e96ae829..534a9d0f249e04f54bedf84cb14d76e754d345c1 100644 (file)
@@ -123,9 +123,10 @@ constants
 ------------------------------------------------------------------------------- */
 
 /* temporary hacks and tests (please keep off in SVN to prevent anyone's legacy map from screwing up) */
-#define EXPERIMENTAL_HIGH_PRECISION_MATH_Q3MAP2_FIXES  0
-#define EXPERIMENTAL_SNAP_NORMAL_FIX                   0
-#define EXPERIMENTAL_SNAP_PLANE_FIX                    0
+/* 2011-01-10 TTimo says we should turn these on in SVN, so turning on now */
+#define EXPERIMENTAL_HIGH_PRECISION_MATH_Q3MAP2_FIXES  1
+#define EXPERIMENTAL_SNAP_NORMAL_FIX                   1
+#define EXPERIMENTAL_SNAP_PLANE_FIX                    1
 
 /* general */
 #define MAX_QPATH                              64