| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Conflicts:
ThirdParty/SmartThreadPool/SmartThreadPool.cs
|
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| |
| |
| |
| | |
Conflicts:
OpenSim/Data/MySQL/MySQLAssetData.cs
OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs
OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs
|
| |
| |
| |
| |
| |
| | |
rather than simply ignoring it.
This should never normally happen but if it does then it can be valuable diagonstic information.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
when they were deleted.
This was because AsyncCommandManager was handing an item ID to IHttpRequestModule.StopHttpRequest() rather than the expected request ID.
This commit also makes the http request asynchronous using BeginGetResponse() rather than doing this by launching a new thread
so that we can more safely abort it via HttpWebRequest.Abort() rather than aborting the thread itself.
This also renames StopHttpRequest() to StopHttpRequestsForScript() since any outstanding requests are now aborted and/or removed.
|
|\ \
| |/
| |
| |
| | |
Conflicts:
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
|
| |
| |
| |
| | |
reporting.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Conflicts:
OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| | |
|
| |\ |
|
| | |
| | |
| | |
| | | |
with our own and add export permissions as well as a new definition for "All" as meaning "all conventional permissions" rather than "all possible permissions"
|
| |/
| |
| |
| |
| |
| |
| | |
in a linkset.
llGetPrimitiveParams() works through PRIM_LINK_TARGET
Setting via llSetLinkPrimitiveParams(), etc. not yet implemented
|
| |\
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
|
| | |
| | |
| | |
| | | |
they have different memory management.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Framework/AvatarAppearance.cs
OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
OpenSim/Region/Framework/Scenes/Scene.cs
OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| | |
| | |
| | |
| | | |
with our own and add export permissions as well as a new definition for "All" as meaning "all conventional permissions" rather than "all possible permissions"
|
|\ \ \ |
|
| | | | |
|
|\ \ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | | |
Conflicts:
OpenSim/Framework/Servers/BaseOpenSimServer.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| | | |
| | | |
| | | |
| | | | |
GetLinkEntity() method
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
is not in the scene.
|
| | | |
| | | |
| | | |
| | | | |
osNpcGetRot()
|
| | | |
| | | |
| | | |
| | | | |
misidentified for moving prims.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
having to continually take intermediate Vector3s to avoid race conditions
|
| | | |
| | | |
| | | |
| | | | |
could be returned for a rotating camera
|
| | | |
| | | |
| | | |
| | | | |
could be returned for a moving camera
|
| | | |
| | | |
| | | |
| | | | |
be misidentified for a moving prim
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
PRIM_SIZE and PRIM_ROT_LOCAL
This function is used by all the various ll*Params() and os*Params() functions
|
| | | |
| | | |
| | | |
| | | | |
whilst the function was called.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
OpenSim/Region/Framework/Scenes/ScenePresence.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/Plugins/SensorRepeat.cs
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
could be returned for moving prims
|
| | | |
| | | |
| | | |
| | | | |
llAddToLandPassList(), llSetParcelMusicURL() and llGetParcelMusicURL() for moving prims
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
one.
|
| | | |
| | | |
| | | |
| | | | |
llTeleportAgentGlobalCoords(), llEjectFromLand() and llOverMyLand() where the wrong parcel could be identified for very fast moving avatars.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
co-ordinates could be given for a fast moving prim
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
returned (accidentally stated that commit 1774c631 was this fix).
Commit 1774c631 was actually a fix for a similar minor race condition in llGetAccel()
|
| | | |
| | | |
| | | |
| | | | |
changing angular velocity could return inconsistent results
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
be returned if the prim was rotating during the call
|
| | | |
| | | |
| | | |
| | | | |
LSL_Api.GetPartRot()
|
| | | |
| | | |
| | | |
| | | | |
the world rotation if the avatar to which they are attached is sitting
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This addresses http://opensimulator.org/mantis/view.php?id=6567
This creates a ScenePresence.GetWorldRotation() with the same semantics as SOP.GetWorldRotation()
SP.Rotation can't be used since it's relative to the sat upon prim if the avatar is sitting.
|