| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| |
| |
| |
| |
| |
| | |
Grade, Other features when implemented should slow it down for now be Strong with Vertical Angular attraction setting and conservative with Angular Velocity on X axis)
Signed-off-by: Robert Adams <Robert.Adams@intel.com>
|
|\ \
| |/
| |
| |
| |
| | |
Conflicts:
OpenSim/Framework/Servers/BaseOpenSimServer.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| |
| |
| |
| |
| |
| | |
VehicleOrientation application fixing the problem with the vertical attractor pushing vehicles nose first into ground when tilted on side.
Signed-off-by: Robert Adams <Robert.Adams@intel.com>
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
regions when there are no region neighbors.
Add some terrain location processing routines to support above.
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
maximum velocity and angular velocity values for prims.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Conflicts:
OpenSim/Framework/RegionLoader/Web/RegionLoaderWebServer.cs
OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs
|
| |
| |
| |
| |
| | |
be fetched.
Update TODO list.
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
to eliminate some of the "cannot find terrain height" warning messages.
|
| | |
|
| |
| |
| |
| | |
by default. Like more debugging is needed.
|
| |
| |
| |
| |
| | |
Updated the DLLs and SOs and code for BulletXNA to create the types.
All the detailed control calls are not all in place yet.
|
| |
| |
| |
| | |
(like vectors or quaternions).
|
| |
| |
| |
| | |
they stop moving.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
funny unit that is 100 times real density (default 1000).
Fix avatar drifting slowly when stationary flying.
Fix for physical prims getting corrected for being under terrain when it was
just its geometric center that was below terrain.
Add PreUpdatePropertyAction allowing plugable modifiction of phys
parameters returned from Bullet.
Fix an exception setting GravityMultiplier on initialization.
Update DLLs and SOs for good measure (no functional change).
|
| |
| |
| |
| | |
simulator to update info.
|
|\ \
| |/
| |
| |
| |
| | |
Conflicts:
OpenSim/Data/MySQL/MySQLSimulationData.cs
OpenSim/Data/MySQL/Resources/RegionStore.migrations
|
| |
| |
| |
| | |
DLLs and SOs for setting same.
|
| |
| |
| |
| | |
variables rather than own local varaibles.
|
| |
| |
| |
| | |
Various comments and debugging message mods.
|
| |
| |
| |
| | |
layers for physical (vs simulator) location displacement and linksets.
|
| |
| |
| |
| | |
displacement is implemented as overlay classes rather than if statements scattered about.
|
|\ \
| |/
| |
| |
| | |
Conflicts:
OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
|
| |
| |
| |
| | |
dialog setting of friction, restitution, ... working.
|
| |
| |
| |
| | |
prim body is initialized.
|
| | |
|
|\ \
| |/
| |
| |
| | |
Conflicts:
bin/HttpServer_OpenSim.dll
|
| | |
|
|\ \
| |/
| |
| |
| | |
Conflicts:
OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs
|
| |
| |
| |
| | |
default. This should fix the invisible barrier in sculptie doorways bug.
|
| |
| |
| |
| |
| | |
triangles having zero width) and output an error rather than
throwing and exception.
|
| |
| |
| |
| | |
asset is not found.
|
|\ \
| |/
| |
| |
| | |
Conflicts:
OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs
|
| |
| |
| |
| | |
and, for the moment, default to 'off'.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
invisible barriers in sculptie doorways (Mantis 6529).
Bump up level-of-detail for physical meshes to 32 (the max). This
fixes the invisible barriers that showed up in prim cut arches.
NOTE: the default LOD values are removed from OpenSimDefaults.ini.
If you don't change your OpenSimDefaults.ini, you will continue
to see the arch problem.
|
| | |
|
| |
| |
| |
| | |
that was in BSScene to BSParam. Remove unused parameters that were passed to the unmanaged code. Update DLLs and SOs for the new param block.
|
| |
| |
| |
| | |
down vehicle.
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
Conflicts:
OpenSim/Data/MySQL/MySQLSimulationData.cs
OpenSim/Framework/Servers/VersionInfo.cs
OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
|
| |
| |
| |
| |
| |
| |
| |
| | |
This is mostly Bluewall's work but I am also bumping the general version number
OpenSimulator 0.7.5 remains in the release candidate stage.
I'm doing this because master is significantly adding things that will not be in 0.7.5
This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names
and so the exact version match requirement is not in force.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
child prim physical positions to get out of sync with the view.
More reliably compute the offset of children in a physical linkset.
|
| |
| |
| |
| |
| | |
when individual child pos/rot changes were implementated a week or so ago.
Remove some passing of inTaintTime flag when it was never false.
|