| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
BSLinkset only know of BSPhysObject's and there is only one list to search in BSScene.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
level of detail for large meshes.
Remove parameter and code for DetailLog (conditional logging into
regular log file).
|
|
|
|
| |
each other.
|
|
|
|
| |
method variables to reduce confusion between a physics scene and the real scene.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
linksets that were caused by checking data structures that are changed regularly from taint time code -- resulted in linksets not being unlinked properly.
|
|
|
|
| |
happen when the taint is invoked can be debugged
|
|
|
|
|
|
| |
6dof constraint but eventually others will be exposed so future
features can use all the Bullet capabilities.
Force children to generate a position update when unlinked.
|
|
|
|
| |
terrain
|
|
|
|
|
|
| |
Set ERP and CFM in linkset constraints.
Reorder rebuilding of object bodies so they are not rebuilt everytime
something is linked and unlinked.
|
| |
|
|
and into its own class. The BulletSim data structures track
individual prims as linksets of 1 so most of the prim code is not
different between a linked and unlinked object.
|