2008-10-20 |
Martin Poirier | merge 16951:17122 |
tree | commitdiff |
2008-10-20 |
Martin Poirier | Merge 16964:17122 |
tree | commitdiff |
2008-10-18 |
Benoit Bolsee | BGE bug #17858 fixed: [SHOWSTOPPER] BGE Memory leak... |
tree | commitdiff |
2008-10-14 |
Erwin Coumans | bugfix: copy/paste bug merged from Bullet main repo... |
tree | commitdiff |
2008-10-11 |
Erwin Coumans | Last (hopefully) soft body fixes: |
tree | commitdiff |
2008-10-11 |
Erwin Coumans | remove constraints from world, if not done yet |
tree | commitdiff |
2008-10-06 |
Martin Poirier | merge runk 16887:16950 |
tree | commitdiff |
2008-10-03 |
Erwin Coumans | bugfix: add Ghost support for soft bodies, so that... |
tree | commitdiff |
2008-10-03 |
Erwin Coumans | Move the Solaris workaround in btScalar behind the... |
tree | commitdiff |
2008-10-03 |
Kent Mein | Solaris was having problems with sqrtf and friends... |
tree | commitdiff |
2008-10-02 |
Martin Poirier | merge trunk 16118 -> 116886 |
tree | commitdiff |
2008-10-02 |
Kent Mein | Maybe not needed, I was running into some problems... |
tree | commitdiff |
2008-10-01 |
Benoit Bolsee | Update MSVC project file for Bullet soft body. Strange... |
tree | commitdiff |
2008-09-30 |
Erwin Coumans | add support for Bullet soft body constraints against... |
tree | commitdiff |
2008-09-30 |
Erwin Coumans | add setUnscaledRadius for btSphereShape |
tree | commitdiff |
2008-09-29 |
Erwin Coumans | added anisotropic friction support for Bullet. Both... |
tree | commitdiff |
2008-09-27 |
Erwin Coumans | force collision bound type to be convex hull or concave... |
tree | commitdiff |
2008-09-26 |
Erwin Coumans | fixed some outstanding issues with Bullet soft bodies: |
tree | commitdiff |
2008-09-26 |
Erwin Coumans | fixed soft body collision against concave triangle... |
tree | commitdiff |
2008-09-26 |
Erwin Coumans | avoid adding degenerate faces to a Bullet soft body |
tree | commitdiff |
2008-09-26 |
Andre Susano Pinto | Merge ... SimpleDeform modifier from soc-2008-jaguarand... |
tree | commitdiff |
2008-09-26 |
Benoit Bolsee | Update MSVC project files |
tree | commitdiff |
2008-09-26 |
Brecht Van Lommel | Bullet build system fixes: add gimpact to the makefiles... |
tree | commitdiff |
2008-09-26 |
Joshua Leung | scons/mingw linking fixes with bullet - adjusting prior... |
tree | commitdiff |
2008-09-26 |
Nathan Letwory | * split collision lib into its subparts |
tree | commitdiff |
2008-09-26 |
Erwin Coumans | support concave soft bodies, preliminary. could be... |
tree | commitdiff |
2008-09-26 |
Erwin Coumans | Allow Bullet soft bodies to be created using a AddObjec... |
tree | commitdiff |
2008-09-24 |
Erwin Coumans | Created a KX_SoftBodyDeformer for real-time soft bodies. |
tree | commitdiff |
2008-09-23 |
Erwin Coumans | bugfix for [#7006] Sleeping Objects losing Ghost Constraint |
tree | commitdiff |
2008-09-21 |
Daniel Genrich | Merging fluidcontrol to trunk from rev16649 fluidcontro... |
tree | commitdiff |
2008-09-21 |
Erwin Coumans | BGE real-time soft bodies, step 2 / 3: create a btSoftB... |
tree | commitdiff |
2008-09-21 |
Daniel Genrich | svn merge -r 16593:16648 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-09-21 |
Erwin Coumans | encountered some issue with the btDbvtBroadphase, switc... |
tree | commitdiff |
2008-09-20 |
Erwin Coumans | attempt to support negative local scaling for convex... |
tree | commitdiff |
2008-09-20 |
Erwin Coumans | fixed sphere-sphere collision: contact points were... |
tree | commitdiff |
2008-09-19 |
Andre Susano Pinto | Merge from trunk |
tree | commitdiff |
2008-09-19 |
Andre Susano Pinto | Revert last merge from trunk |
tree | commitdiff |
2008-09-18 |
Daniel Genrich | svn merge -r 16454:16593 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-09-18 |
Campbell Barton | needed these changes to get bullet building with cmake... |
tree | commitdiff |
2008-09-17 |
Benoit Bolsee | Update MSVC project file to include BulletSoftBody |
tree | commitdiff |
2008-09-17 |
Erwin Coumans | added another missing file, btHashMap |
tree | commitdiff |
2008-09-17 |
Erwin Coumans | added src/LinearMath/btConvexHull.cpp |
tree | commitdiff |
2008-09-17 |
Erwin Coumans | Please add extern/bullet2/src/LinearMath/btConvexHull... |
tree | commitdiff |
2008-09-17 |
Ton Roosendaal | Added BulletSoftBody as target for Makefile installing... |
tree | commitdiff |
2008-09-17 |
Campbell Barton | rev 16569 broke building. |
tree | commitdiff |
2008-09-17 |
Erwin Coumans | Applied some fixes from Bullet: issues with btDbvtBroad... |
tree | commitdiff |
2008-09-17 |
Erwin Coumans | Preparation for real-time soft bodies for the game... |
tree | commitdiff |
2008-09-16 |
Nathan Letwory | * make BulletSoftBody own small lib to make sure bullet... |
tree | commitdiff |
2008-09-16 |
Erwin Coumans | add BulletSoftBody to SConscript and Makefile |
tree | commitdiff |
2008-09-16 |
Erwin Coumans | add src/BulletSoftBody/* to cmake (other build systems... |
tree | commitdiff |
2008-09-15 |
Andre Susano Pinto | svn merge -r 16231:16536 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-09-13 |
Campbell Barton | bullet wasnt building on 64bit linux |
tree | commitdiff |
2008-09-13 |
Benoit Bolsee | Update MSVC project files for latest bullet revision |
tree | commitdiff |
2008-09-13 |
Benoit Bolsee | Update MSVC project file for latest Bullet revision... |
tree | commitdiff |
2008-09-13 |
Erwin Coumans | Upgrade to latest Bullet trunk, that is in sync with... |
tree | commitdiff |
2008-09-12 |
Daniel Genrich | merging bullet 2.71 to trunk --> svn merge -r16334... |
tree | commitdiff |
2008-09-12 |
Daniel Genrich | svn merge -r 16453:16485 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-09-11 |
Benoit Bolsee | Bullet patch for compound ray cast. The patch is filed... |
tree | commitdiff |
2008-09-10 |
Daniel Genrich | svn merge -r 16411:16453 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-09-07 |
Daniel Genrich | svn merge -r 16396:16411 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-09-07 |
Daniel Genrich | Some version were not merged from svn/missing --> svn... |
tree | commitdiff |
2008-09-06 |
Benoit Bolsee | svn merge -r 16371:16396 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-09-04 |
Daniel Genrich | svn merge -r 16351:16368 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-09-04 |
Benoit Bolsee | svn merge -c 16350 https://svn.blender.org/svnroot... |
tree | commitdiff |
2008-09-03 |
Daniel Genrich | Revert rev16344 on trunk, bullet work is done in sim_ph... |
tree | commitdiff |
2008-09-03 |
Daniel Genrich | svn merge -r 16334:16347 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-09-03 |
Erwin Coumans | Finally upgraded to latest Bullet subversion, about... |
tree | commitdiff |
2008-08-31 |
Daniel Genrich | svn merge -r 16222:16320 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-08-30 |
Ian Thompson | Merge from trunk 16122-16307 |
tree | commitdiff |
2008-08-27 |
Benoit Bolsee | Bullet patch: option to return true face normal, comple... |
tree | commitdiff |
2008-08-22 |
Daniel Genrich | svn merge -r 16060:16222 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-08-21 |
Andre Susano Pinto | svn merge -r 16174:16215 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-08-21 |
Benoit Bolsee | BGE Bullet fix: physics debug representation of cone... |
tree | commitdiff |
2008-06-03 |
Daniel Genrich | Collisions: Commit of collision cleanup, put kdop-bvh... |
tree | commitdiff |
2008-05-27 |
Daniel Genrich | Merging revisions 14946-15020 of https://svn.blender... |
tree | commitdiff |
2008-05-23 |
Daniel Genrich | Merging revisions 14838-14945 of https://svn.blender... |
tree | commitdiff |
2008-05-14 |
Daniel Genrich | svn merge -r 14810:14838 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-05-12 |
Daniel Genrich | svn merge -r 14721:14810 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-05-07 |
Daniel Genrich | Added bullet back to branch, compiling works again |
tree | commitdiff |
2008-05-07 |
Daniel Genrich | Resolved other bad files in branch, had to kick old... |
tree | commitdiff |
2008-05-07 |
Daniel Genrich | svn merge -r 13452:14721 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-04-21 |
Daniel Genrich | svn merge -r 14236:14505 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-04-16 |
Chris Want | Patch from GSR that a) fixes a whole bunch of GPL/BL... |
tree | commitdiff |
2008-03-13 |
Jean-Luc Peurière | resolved conflict state with HEAD r14096 |
tree | commitdiff |
2008-02-04 |
Hamed Zaghaghi | merging game_engine branch changes into trunk, 2d-filte... |
tree | commitdiff |
2008-02-03 |
Ken Hughes | Missed reverting one extra assignment. |
tree | commitdiff |
2008-02-03 |
Ken Hughes | Clean-up for various gcc warnings under linux. |
tree | commitdiff |
2008-01-30 |
Andrea Weikert | == MSVC 7.1 projectfiles == |
tree | commitdiff |
2008-01-30 |
Daniel Genrich | New: Collision Modifier and Cloth can be at any positio... |
tree | commitdiff |
2008-01-29 |
Daniel Genrich | Initial commit of cloth modifier from branch rev 13453 |
tree | commitdiff |
2008-01-29 |
Daniel Genrich | svn merge -r 13415:13452 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-01-26 |
Daniel Genrich | svn merge -r 13382:13415 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-01-24 |
Daniel Genrich | svn merge -r 13357:13382 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-01-22 |
Daniel Genrich | svn merge -r 13323:13357 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-01-21 |
Daniel Genrich | svn merge -r 13240:13323 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-01-15 |
Daniel Genrich | svn merge -r 13177:13240 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-01-09 |
Daniel Genrich | svn merge -r 13148:13177 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-01-07 |
Daniel Genrich | svn merge -r 13095:13148 https://svn.blender.org/svnroo... |
tree | commitdiff |
2008-01-02 |
Daniel Genrich | svn merge -r 12937:13095 https://svn.blender.org/svnroo... |
tree | commitdiff |
2007-12-18 |
Daniel Genrich | svn merge -r 12856:12937 https://svn.blender.org/svnroo... |
tree | commitdiff |
next |