| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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.
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | | |
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()
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
folder purge by receiver.
This commit also actually adds the InventoryTransferModuleTests file which I previously forgot
|
| | |
| | |
| | |
| | | |
item offered via instant message.
|
| | |
| | |
| | |
| | |
| | |
| | | |
emptied their trash would make the item invalid in the giver's inventory
This was because the original item/folder ID was sent in the session slot of the offer IM rather than the copy.
|
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
from BSShapeCollection. Using BSShape* classes to hold references to shape. Simplified shape dependency callbacks. Remove 'PreferredShape' methods and have each class specify shape type. Disable compound shape linkset for a later commit that will simplify linkset implementation.
|
| |/ |
|