| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
OpenSim/Region/Framework/Scenes/ScenePresence.cs
OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
|
| |
| |
| |
| | |
EntityTransferModule.CrossAgentToNewRegionAsync()
|
| |
| |
| |
| | |
EntityTransferModule.CrossAgentToNewRegionAsync()
|
| |
| |
| |
| |
| |
| |
| | |
CloseChildAgent() above the LocalSimulationConnector level.
This is so that other callers (such as SceneCommunicationService.SendCloseChildAgentConnections() can perform all closes asynchronously without pointlessly firing another thread for local closes).
No functional change apart from elimination of unnecessary chaining of new threads.
|
| |
| |
| |
| |
| |
| |
| | |
neighbour rather than sending all closes concurrently on a separate thread.
This is to reduce race conditions where neighbours may be responding erratically, thus mixing up create and close agent requests in time.
This mirrors OpenSimulator behaviour on enabling child agents where each region is contacted separately.
|
| |
| |
| |
| |
| |
| | |
user is not prevented from relogging if many neighbours are present but not responsive.
The symptom here is that previous user connections are still present but are labelled active == false
|
| |
| |
| |
| | |
was wound in a mesh asset
|
| |\ |
|
| | |
| | |
| | |
| | | |
stats before the region is completely initialized.
|
| |/
| |
| |
| |
| |
| | |
vectors or quaternions.
http://opensimulator.org/mantis/view.php?id=6640
|
| |
| |
| |
| | |
for now, in order to reduce log levels in a test region with many hg origin avatars
|
| |\ |
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | | |
that are coming via TP (root agents)
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
noisy on the console.
Please re-enable when required
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
departing sims for a little while. This was also true for local TPs. BUt for local TPs the assets are on the same server, so it doesn't matter. For HGTPs, it matters. This potential fix moves sending the initial data to later, after the client has completed the movement into the region. Fingers crossed that it doesn't mess other things up!"
This reverts commit f32a21d96707f87ecbdaf42c0059f8494a119d31.
|
| |/
| |
| |
| |
| |
| | |
you are running.
Signed-off-by: Robert Adams <Robert.Adams@intel.com>
|
| |\ |
|
| | |
| | |
| | |
| | | |
race condition.
|
| | |
| | |
| | |
| | | |
avatar standing on ground view better and enables tuning.
|
| | |
| | |
| | |
| | | |
Output messages on features disabled when using BulletXNA.
|
| |/
| |
| |
| | |
for a little while. This was also true for local TPs. BUt for local TPs the assets are on the same server, so it doesn't matter. For HGTPs, it matters. This potential fix moves sending the initial data to later, after the client has completed the movement into the region. Fingers crossed that it doesn't mess other things up!
|
|\ \
| |/
| |
| |
| |
| | |
Conflicts:
OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
OpenSim/Region/Framework/Scenes/Scene.cs
|
| |
| |
| |
| | |
about who has permission to set home where.
|
| |\ |
|
| | | |
|
| | | |
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
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
|