Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BulletSim: restore most of the Detail logging statements. Will have | Robert Adams | 2012-08-17 | 1 | -10/+11 |
| | | | | | | | no effect on non-logging running. Capture region name that is passed to the physics engine and use it for detail logging file name prefix. Fix problem with avatars dropping when flying across region boundries. | ||||
* | BulletSim: clean up detail logging by adding many more debug log statements ↵ | Robert Adams | 2012-08-15 | 1 | -0/+2 |
| | | | | and then commenting out most of the additions. | ||||
* | BulletSim: Add the class BSCharacter to the DetailLog output | Robert Adams | 2012-08-15 | 1 | -6/+10 |
| | |||||
* | BulletSim: many, many detailed logging messages for physical linkset | Robert Adams | 2012-08-10 | 1 | -1/+1 |
| | | | | | | | | debugging. Linkset bugs fixed where accounting of children would get lost. Moved scene based vehicle tracking logic from prim to the scene. Added GetCollisionFlags2 method to BulletSimAPI. Updated DLLs and SOs. | ||||
* | BulletSim: Add module names to DetailLog output. Fix some problems with ↵ | Robert Adams | 2012-08-10 | 1 | -2/+6 |
| | | | | linksets that were caused by checking data structures that are changed regularly from taint time code -- resulted in linksets not being unlinked properly. | ||||
* | BulletSim: add an identifier to the TaintObject call so exceptions that ↵ | Robert Adams | 2012-08-09 | 1 | -11/+11 |
| | | | | happen when the taint is invoked can be debugged | ||||
* | BulletSim: add avatar code to keep avatars from ending up trapped under the ↵ | Robert Adams | 2012-08-08 | 1 | -31/+25 |
| | | | | terrain | ||||
* | BulletSim: Added avatar capsule scaling for size of avatar. | Robert Adams | 2012-08-07 | 1 | -7/+34 |
| | | | | | | | | This also fixes computation of avatar mass. Added parameter MaxPersistantManifoldPoolSize. Fixed a parameter setting bug which caused crashes of there were more than 400 or so physical objects. I tested up to 5000. Updated BulletSim DLLs and SOs. | ||||
* | BulletSim: update SOs and DLLs to run on more Linux versions. Correct ↵ | Robert Adams | 2012-08-06 | 1 | -3/+6 |
| | | | | multiple buoyancy settings when character flying. Remove chatty log message on prim destruction. | ||||
* | BulletSim: pass collision subscription information to the C++ code so ↵ | Robert Adams | 2012-08-03 | 1 | -1/+17 |
| | | | | collisions on objects that don't care are not reported up. | ||||
* | BulletSim: Add AddObjectForce to BulletSim API. | Robert Adams | 2012-08-03 | 1 | -3/+23 |
| | | | | | | Add interface 2 enhancements to BSCharacter. Modify AddForce and SetForce to use the new Bullet interface. More DetailLog statements for character. | ||||
* | BulletSim: Add PID variables to physical scene. Not PIDing yet, but soon. | Robert Adams | 2012-07-20 | 1 | -37/+32 |
| | | | | Cleaned up code and got rid of compile warnings. | ||||
* | Clean up collision reporting code so they are properly passed to | Robert Adams | 2012-07-06 | 1 | -41/+61 |
| | | | | | the simulator in batches. More comments. | ||||
* | BulletSim: make avatar animations update properly. | Robert Adams | 2012-03-26 | 1 | -4/+20 |
| | | | | | | | It seems that ODE calls the avatar collision handling routine even if there are no collisions. This causes the animation to be updated. So, for instance, going from HOVER to FLY is caused by the physics engine calling the collision routine each frame with 0 collisions. | ||||
* | BulletSim: update TODO list. Rearrange code for readability. Add per object ↵ | Robert Adams | 2012-03-23 | 1 | -2/+2 |
| | | | | friction and restitution runtime settable parameters. | ||||
* | BulletSim: Add AvatarRestitution parameter. Centralize computation of ↵ | Robert Adams | 2012-03-23 | 1 | -3/+6 |
| | | | | buoyancy for flying. Tweek avatar default friction and resititution | ||||
* | BulletSim: set buoyancy in only one place | Robert Adams | 2012-03-23 | 1 | -5/+3 |
| | |||||
* | Remove unused SetAcceleration and add set on Acceleration parameter | Dan Lake | 2011-12-20 | 1 | -1/+2 |
| | |||||
* | Remove unused fields from CollisionEventUpdate | Justin Clark-Casey (justincc) | 2011-10-25 | 1 | -1/+1 |
| | |||||
* | BulletSim: add runtime setting of physics parameters. Update default values. | Robert Adams | 2011-08-18 | 1 | -7/+24 |
| | |||||
* | BulletSim: Parameters settable from ini file. Linksets. Physical property ↵ | Robert Adams | 2011-08-05 | 1 | -5/+6 |
| | | | | value tuning | ||||
* | BulletSim: fix buoyancy for prims. Start of configurable physics parameters. | Robert Adams | 2011-07-22 | 1 | -3/+9 |
| | |||||
* | Pass collisions and updates in pinned memory (saves marshaling). | Robert.Adams | 2011-07-22 | 1 | -2/+3 |
| | | | | | Fix folding feet by using collision normals. Add constraint specification. | ||||
* | BulletSim initial checkin | Robert Adams | 2011-06-20 | 1 | -0/+426 |