summaryrefslogtreecommitdiff
path: root/devel/bullet
AgeCommit message (Collapse)AuthorFilesLines
2020-02-20bullet: Update to 2.89nia3-9/+114
Bullet 2.89 includes a new implementation of volumetric deformable objects and cloth based on the Finite Element Method, thanks to Xuchen Han. Two-way coupling between deformables and rigid/multi body is achieved using a unified constraint solver.
2019-08-30bullet: doesn't need glut, just depend on mesa and glunia1-2/+3
2019-08-30Switch packages using GLUT to FreeGLUT.nia1-2/+3
Start building FreeGLUT with GLUT compatibility on. - GLUT's maintainance state is much worse than FreeGLUT's, with no substanital commits since 2011. - GLUT can no longer be consider a core component of Mesa or X11. - Nobody except us seems to be using it... Other vendors still shipping GLUT: - GoboLinux, T2 SDE, PLD Linux Revbump packages using GLUT or freeglut by default.
2019-08-09bullet: Update to 2.88nia4-65/+274
No changelog. Needed for some software I plan to import later...
2019-08-08bullet: Disable -lcompat on Linux and SunOS to fix the build.nia1-1/+4
XXX I'm not sure which other operating systems actually have libcompat
2018-07-04*: Move SUBST_STAGE from post-patch to pre-configurejperkin1-2/+2
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
2017-09-11Update HOMEPAGE.wiz1-2/+2
2017-08-01Comment out some dead HOMEPAGEs.wiz1-2/+2
2017-08-01Update HOMEPAGE.wiz1-3/+2
2016-06-15devel/bullet: Update to 2.82rumko6-262/+268
Summary of the included ChangeLog: * Added GPU deformable object solvers to OpenCL and DirectCompute * Create a separate library for MiniCL * Moved vectormath into Bullet/src, and added a SSE implementation * Added a btParallelConstraintSolver * Added Separantix Axis Test and Polyhedral Clipping support * OpenCL and DirectCompute cloth as basic support for capsule collision * Use Hierachical Approximate Convex Decomposition * Add Intel cmake-build support for OpenCL accelerated cloth/particle * preliminary build support for Google NativeClient, using premake4 Ok@ wiz
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-04-25Recursive revbump following MesaLib update, categories a through f.tnn1-1/+2
2012-12-21Add missing linkage to own library. May fix the build failures seendholland2-1/+18
on some platforms. I have no idea why this would fail in a machine- dependent way.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-20const global objects are not valid when using non-defaultedjoerg2-1/+15
constructors.
2010-09-03Set LICENSE.wiz1-2/+2
2010-09-03Initial import of bullet-2.76:wiz6-0/+290
Bullet is a 3D Collision Detection and Rigid Body Dynamics Library for games and animation. Free for commercial use, including Playstation 3, open source under the ZLib License. Discrete and continuous collision detection, integrated into Blender 3D, and COLLADA 1.4 Physics import.