| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
OpenSim/Region/Framework/Scenes/Scene.cs
OpenSim/Services/LLLoginService/LLLoginResponse.cs
OpenSim/Services/LLLoginService/LLLoginService.cs
OpenSim/Tests/Common/Mock/TestClient.cs
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
is in a region. This fixes the high CPU usage for regions with nothing
else going on.
|
| | |
| | |
| | |
| | |
| | | |
This is causing editing of worn clothes to fail frequently, possibly due to a race condition with a transaction.
This looks to address http://opensimulator.org/mantis/view.php?id=6600
|
| | |
| | |
| | |
| | |
| | |
| | | |
than two.
Extend regression test to check this.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
looking in from neighbouring sims.
This was because this particular code path (unlike user delete) only sent kills to root presences, for no apparent good reason.
Added regression test for this case.
This fixes http://opensimulator.org/mantis/view.php?id=6627
|
| | |
| | |
| | |
| | | |
doesn't need different configuration anymore
|
| |/
| |
| |
| | |
Warning - contains a small migration.
|
|\ \
| |/
| |
| |
| |
| | |
Conflicts:
OpenSim/Framework/IClientAPI.cs
OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
packet can be pulled out of LLClientView and moved to
AvatarFactory. The first pass at reusing textures (turned off by
default) is included. When reusing textures, if the baked textures
from a previous login are still in the asset service (which generally
means that they are in the simulator's cache) then the avatar will not
need to rebake. This is both a performance improvement (specifically
that an avatars baked textures do not need to be sent to other users
who have the old textures cached) and a resource improvement (don't
have to deal with duplicate bakes in the asset service cache).
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
Conflicts:
OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs
OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs
OpenSim/Region/Framework/Interfaces/IEntityTransferModule.cs
|
| |\ |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Robert Adams <Robert.Adams@intel.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Robert Adams <Robert.Adams@intel.com>
|
| |/ |
|
| |
| |
| |
| | |
Attempt to fix vehicles being twisted off the ground when they go physical.
|
| |
| |
| |
| | |
loose memory since shapes are shared but did mess up usage accounting.
|
| |
| |
| |
| | |
This adds estate-wide Teleport Home and Teleport All User Home as well
|
| | |
|
| |
| |
| |
| | |
(complete module) as changes are too extensive to apply manually
|
|\ \
| |/ |
|
| |
| |
| |
| | |
and not world coordinates.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
angular friction computation into linear and angular movement code.
The friction wasn't being applied properly. This will make it so vehicles
don't drift as much and the drift is tunable by changing the friction
timescales.
|
| |
| |
| |
| | |
specifications required for simple properties with defaults.
|
| |
| |
| |
| | |
addition to angular movement. Not enabled by anything yet.
|
|\ \
| |/
| |
| |
| | |
Conflicts:
OpenSim/Region/Framework/Scenes/Scene.cs
|
| |\ |
|
| | |
| | |
| | |
| | | |
to be added earlier for some of the checks to work correctly.
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/Application/OpenSimBase.cs
OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs
OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
after startup.
|
| | |\ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
starting scenes before others have been created.
This aims to avoid a race condition where scenes could look to inform neighbours that they were up before those neighbours had been created.
http://opensimulator.org/mantis/view.php?id=6618
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Rebuild compound linkset of any child in the linkset changes shape.
Comments and better detailed logging messages.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Parameter added to enable/disable this feature.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Properly rebuilds collision caches.
Release asset data fetched when building mesh or hulls.
|
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | |/ /
| | | |
| | | |
| | | | |
Fix issue where objects rezzed from Trash or Lost And Found then be placed back in the respective folder when taking the object or a copy back into inventory.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
the first time.
Debugging added for mesh/hull asset fetch.
|
| | | |
| | | |
| | | |
| | | | |
Not all working yet.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
working yet.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
to an existing shape instance.
BSShapeNative rebuilds shape for all references.
BSShapeCompound returns another reference copy if the compound shape
already exists (for linksets).
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
child prims so compound shape can do all collisions.
Don't try to build a compound linkset for non-physical linksets.
Remove and replace root body when compound shape is added so collision
cache is rebuilt.
|
| | | | |
| | | | |
| | | | |
| | | | | |
changes.
|
| | | | |
| | | | |
| | | | |
| | | | | |
'm_physicsScene' to match coding conventions and reduce confusion.
|
| | | | | |
|