| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
OpenSim/Region/Framework/Scenes/Scene.cs
OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
OpenSim/Region/ScriptEngine/XEngine/XEngine.cs
|
| |
| |
| |
| |
| | |
This fixes the problem of non-base shapes (cubes and spheres)
falling through the terrain.
|
| |
| |
| |
| |
| |
| |
| | |
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).
|
| | |
|
| |
| |
| |
| | |
for the same bits and it makes the code less complicated.
|
| |
| |
| |
| | |
each other.
|
|\ \
| |/
| |
| |
| | |
Conflicts:
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| |
| |
| |
| |
| |
| |
| | |
Update BulletSimAPI with new constraint related function calls.
Reorganize locking in BS6DofConstraint.
Update BS6DofConstraint to do constraint reset correctly.
Add new 'midpoint' construction of 6Dof constraint.
|
| |
| |
| |
| | |
method variables to reduce confusion between a physics scene and the real scene.
|
| |
| |
| |
| | |
and then commenting out most of the additions.
|
| |
| |
| |
| | |
Make sure the collisionCollection is reallocated each tick to fix race condition of it being cleared while still in use.
|
| |
| |
| |
| | |
were linksets in the region.
|
| |
| |
| |
| | |
RemoveAndDestroyConstraint(BSConstraint xx)
|
| |
| |
| |
| | |
recomputation after linksets changed, etc
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/CoreModules/Scripting/VectorRender/VectorRenderModule.cs
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | | |
multiple buoyancy settings when character flying. Remove chatty log message on prim destruction.
|
| |\ \
| | |/
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/Framework/Scenes/Scene.cs
|
| | |
| | |
| | |
| | | |
collisions on objects that don't care are not reported up.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Add interface 2 enhancements to BSCharacter.
Modify AddForce and SetForce to use the new Bullet interface.
More DetailLog statements for character.
|
| | | |
|
| | |
| | |
| | |
| | | |
including unmanaged memory allocations (allocated by managed code)
|
| | |
| | |
| | |
| | | |
let this eventually have diferent interpolator last steps on each direction as sl seems to do.
|
| | |
| | |
| | |
| | | |
Remove some unused
|
|/ /
| |
| |
| |
| |
| |
| | |
than uploaded meshs, making it change the mesh level of detail from high to low.
This will work on all prims that get a internal mesh or sculpts. Mesh size
reduction will depend on particular shape. This is not as SL. There prims
do also get concave areas. Uploaded meshs work as before. A normal 10x10x10 torus gets 152 vertices in place of 900, and 198 faces in place of 1198.
|
|\ \
| |/
| |
| |
| | |
Conflicts:
OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
|
| |
| |
| |
| | |
trying to find a corrupted memory problem. Update DLL and SO.
|
|\ \
| |/
| |
| |
| |
| | |
Conflicts:
OpenSim/Region/Framework/Scenes/Scene.cs
OpenSim/Region/Physics/Manager/PhysicsScene.cs
|
| |
| |
| |
| |
| |
| | |
themselves. For that, the physics module simply calls RequestAssetMethod, which
in turn points to Scene.PhysicsRequestAsset. This gives physics access to
the asset system without introducing unwanted knowledge of the scene class.
|
| |
| |
| |
| | |
not rebuild the physics mesh. Update the DLLs and SOs to latest version.
|
| |
| |
| |
| | |
to be consistant with parameter data structure
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
Set ERP and CFM in linkset constraints.
Reorder rebuilding of object bodies so they are not rebuilt everytime
something is linked and unlinked.
|
|\ \
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| | |
| | |
| | |
| | | |
inworldz claims and SL's realities
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Framework/Monitoring/BaseStatsCollector.cs
OpenSim/Region/Application/OpenSim.cs
OpenSim/Region/Application/OpenSimBase.cs
OpenSim/Region/Framework/Scenes/SceneManager.cs
bin/OpenMetaverse.Rendering.Meshmerizer.dll
bin/OpenMetaverse.StructuredData.dll
bin/OpenMetaverse.dll
bin/OpenMetaverseTypes.dll
prebuild.xml
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
is always IntPtr.Zero and contacts returned always have a valid geometry.
Possibly this was for a feature that was never implemented or was otherwise removed.
Thanks to SignpostMarv for the spot of the warning that shows this parameter was never changed.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|