bump up version to 2.77 in preparation for release.
This commit is contained in:
@@ -5,7 +5,7 @@ set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
|
|||||||
SET(MSVC_INCREMENTAL_DEFAULT ON)
|
SET(MSVC_INCREMENTAL_DEFAULT ON)
|
||||||
|
|
||||||
PROJECT(BULLET_PHYSICS)
|
PROJECT(BULLET_PHYSICS)
|
||||||
SET(BULLET_VERSION 2.76)
|
SET(BULLET_VERSION 2.77)
|
||||||
|
|
||||||
IF(COMMAND cmake_policy)
|
IF(COMMAND cmake_policy)
|
||||||
cmake_policy(SET CMP0003 NEW)
|
cmake_policy(SET CMP0003 NEW)
|
||||||
|
|||||||
10
ChangeLog
10
ChangeLog
@@ -3,6 +3,16 @@ Primary author and maintainer: Erwin Coumans
|
|||||||
|
|
||||||
This ChangeLog is incomplete, for an up-to-date list of all fixed issues see http://bullet.googlecode.com
|
This ChangeLog is incomplete, for an up-to-date list of all fixed issues see http://bullet.googlecode.com
|
||||||
using http://tinyurl.com/yabmjjj
|
using http://tinyurl.com/yabmjjj
|
||||||
|
2010 July 21
|
||||||
|
- Preparing for Bullet 2.77 release, around revision r2135
|
||||||
|
- Added an OpenCL particle demo, running on NVidia, AMD and MiniCL
|
||||||
|
Thanks to NVidia for the original particle demo from their OpenCL SDK
|
||||||
|
- Added GPU deformable object solvers for OpenCL and DirectCompute, and a DirectX 11 cloth demo
|
||||||
|
Thanks to AMD
|
||||||
|
- Create a separate library for MiniCL,
|
||||||
|
MiniCL is a rudimentary OpenCL wrapper that allows to compile OpenCL kernels for multi-core CPU, using Win32 Threads or Posix
|
||||||
|
- Moved vectormath into Bullet/src, and added a SSE implementation
|
||||||
|
- Added a btParallelConstraintSolver, mainly for PlayStation 3 Cell SPUs (although it runs fine on CPU too)
|
||||||
|
|
||||||
2010 March 6
|
2010 March 6
|
||||||
- Dynamica Maya plugin (and COLLADA support) is moved to http://dynamica.googlecode.com
|
- Dynamica Maya plugin (and COLLADA support) is moved to http://dynamica.googlecode.com
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ AC_PREREQ([2.54])
|
|||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
AC_INIT(
|
AC_INIT(
|
||||||
[bullet],
|
[bullet],
|
||||||
[2.76],
|
[2.77],
|
||||||
[bullet@erwincoumans.com])
|
[bullet@erwincoumans.com])
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
AC_CONFIG_SRCDIR([configure.ac])
|
AC_CONFIG_SRCDIR([configure.ac])
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ subject to the following restrictions:
|
|||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
|
||||||
/* SVN $Revision$ on $Date$ from http://bullet.googlecode.com*/
|
/* SVN $Revision$ on $Date$ from http://bullet.googlecode.com*/
|
||||||
#define BT_BULLET_VERSION 276
|
#define BT_BULLET_VERSION 277
|
||||||
|
|
||||||
inline int btGetVersion()
|
inline int btGetVersion()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user