Author: caleb-guest Date: 2008-08-03 13:52:48 +0000 (Sun, 03 Aug 2008) New Revision: 7896
Modified: packages/trunk/bullet/debian/changelog packages/trunk/bullet/debian/patches/disable_multithreaded.diff Log: Add comments Modified: packages/trunk/bullet/debian/changelog =================================================================== --- packages/trunk/bullet/debian/changelog 2008-08-02 19:48:33 UTC (rev 7895) +++ packages/trunk/bullet/debian/changelog 2008-08-03 13:52:48 UTC (rev 7896) @@ -1,5 +1,6 @@ bullet (2.70-1) UNRELEASED; urgency=low * Initial release (Closes: #476284) + * Disable MultiThreaded for better compatibility -- Wen-Yen Chuang <[EMAIL PROTECTED]> Sun, 03 Aug 2008 00:32:31 +0800 Modified: packages/trunk/bullet/debian/patches/disable_multithreaded.diff =================================================================== --- packages/trunk/bullet/debian/patches/disable_multithreaded.diff 2008-08-02 19:48:33 UTC (rev 7895) +++ packages/trunk/bullet/debian/patches/disable_multithreaded.diff 2008-08-03 13:52:48 UTC (rev 7896) @@ -1,3 +1,7 @@ +# BulletMultiThreaded is mainly for PS3 Cell SPUs and XBox 360. +# Other platforms haven't really been optimized, so it is better to use the +# non-parallel version. +# Please see http://code.google.com/p/bullet/issues/detail?id=34 --- bullet-2.70.orig/Demos/Jamfile +++ bullet-2.70/Demos/Jamfile @@ -76,7 +76,7 @@ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

