| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
| |
| |
| | |
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.
|
| | |
| | |
| | |
| | | |
Fixes exception that happens when shutting down region (improvements from last patch)
|
| | | |
|
| | |
| | |
| | |
| | | |
Only it's hairdresser knows for sure)
|
| | | |
|
| | |
| | |
| | |
| | | |
forces.
|
| | |
| | |
| | |
| | |
| | | |
to change to have a parameter show up in the ini file and
command line. Will make it much easier for the next person.
|
| | | |
|
| | |
| | |
| | |
| | | |
for more flexibility.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
|
| | |
| | |
| | |
| | | |
is given if not physical.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Modify ZeroMotion() to not make tainting calls and to use new API calls.
|
| | |
| | |
| | |
| | | |
rebuilding the object each time. Makes it an O(n) operation rather than O(n\!).
|
|\ \ \
| |/ /
| | /
| |/
|/|
| | |
Conflicts:
OpenSim/Region/ScriptEngine/Shared/Helpers.cs
prebuild.xml
|
| |
| |
| |
| | |
attempting to fix a mono compile error.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Physical linksets are fully functional.
Tweeking of the vehicle code to make it semi-work.
Utilize the new API2 for some setting operations.
Add GetOrientation() API call for proper reporting of children of linksets.
Changes the interface between C# and C++ code so old DLLs won't work!
|
| |
| |
| |
| | |
scene into vehicle dynamics code.
|
| | |
|
| |
| |
| |
| | |
Cleaned up code and got rid of compile warnings.
|
| |
| |
| |
| |
| |
| |
| | |
with an ini configuration parameter.
Correct computation of relative offsets of children in a linkset.
Remove a prim from any link relationship before deleting it.
Minor code flow cleanups.
|
| |
| |
| |
| | |
back)
|
|\ \ |
|