| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| | |
is in a region. This fixes the high CPU usage for regions with nothing
else going on.
|
| | |
|
| |
| |
| |
| | |
TestXInventoryDataPlugin
|
| | |
|
| |
| |
| |
| |
| | |
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
|
| |\ |
|
| | |
| | |
| | |
| | | |
Adding some viwer supported url settings for destination guide and avatar picker apps. URL for the destinations should be: "secondlife:///app/teleport/slurl"
|
| |/
| |
| |
| | |
doesn't need different configuration anymore
|
|/
|
|
| |
Warning - contains a small migration.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|\ |
|
| |
| |
| |
| | |
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.
|
|
|
|
| |
meant to be called when some other program has changed the data on the backend.
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | | |
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.
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
trash when takig copy.
This bug was recently aggravated through the perms changes required for the
export permission.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
the first time.
Debugging added for mesh/hull asset fetch.
|
| | | |
| | | |
| | | |
| | | | |
Not all working yet.
|
| |\ \ \
| | | |/
| | |/| |
|
| | | |
| | | |
| | | |
| | | | |
2.2.3. Remove left in Console.WriteLine accidentally inserted in recent 206fb306
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
SmartThreadPool code comes from http://www.codeproject.com/Articles/7933/Smart-Thread-Pool
This version implements thread abort (via WorkItem.Cancel(true)), threadpool naming, max thread stack, etc. so we no longer need to manually patch those.
However, two changes have been made to stock 2.2.3.
Major change: WorkItem.Cancel(bool abortExecution) in our version does not succeed if the work item was in progress and thread abort was not specified.
This is to match previous behaviour where we handle co-operative termination via another mechanism rather than checking WorkItem.IsCanceled.
Minor change: Did not add STP's StopWatch implementation as this is only used WinCE and Silverlight and causes a build clash with System.Diagnostics.StopWatch
The reason for updating is to see if this improves http://opensimulator.org/mantis/view.php?id=6557 and http://opensimulator.org/mantis/view.php?id=6586
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
they're not in the requested caps list.
The previous wrong behavior caused the debug setting "UseHTTPInventory" to fail
on all viewers when turned off. UDB inventory would not be correctly used in
that case.
|
| | |
| | |
| | |
| | |
| | | |
collisions. Usually happens when logging in an avatar that had been
previously flying. Uninitialized variable.
|
| | | |
|
| | |
| | |
| | |
| | | |
to OpenSimTestCase.SetUp()
|