| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| |/ |
|
| |
| |
| |
| | |
parcel in the sim, keep them out entirely.
|
|/
|
|
| |
to be added earlier for some of the checks to work correctly.
|
| |
|
|
|
|
| |
NOT using a money module.
|
|
|
|
|
|
| |
This is needed because recent LL viewer codebases call this earlier in login when the client is not yet established in the sim and can't be found by UUID.
Sending the reply requires having the IClientAPI.
|
| |
|
| |
|
| |
|
|
|
|
| |
compliant viewers
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
different physical mesh representations (simplified convex meshes)
and avatar mesh.
|
| |
| |
| |
| |
| | |
glibc (2.14) since that is not yet in some Linux distributions.
Add unmanaged API calls and code for creating single convex hull shapes.
|
| |
| |
| |
| |
| | |
of both position change and up force that move avatars over barrier.
Default parameters are for steps up to 0.5m in height.
|
|/
|
|
| |
currently in the region were not being found by the avatar picker window.
|
|
|
|
|
|
|
| |
any number of avatars other than 1 was in the region.
I don't know how well the rest of ConiergeModule works since I've practically never looked at this code.
Addresses http://opensimulator.org/mantis/view.php?id=6605
|
|
|
|
| |
check for an object being linked into the world does not work for Bullet's ghost objects so BulletSim was deleting the object while it was still linked into the physical world structures.
|
| |
|
|
|
|
| |
across region restarts and taking objects into inventory, but probably will not work across archiving via OAR or IAR as materials texture assets may not be adequately referenced to trigger archiving.
|