| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
mouse button
This matches linden lab grid behaviour
|
|
|
|
|
| |
This reverts commit a3681f3052fb5e98e31e7051329a5b748a8bdd8d until
further testing. Jenkins now fails ossl tests.
|
|
|
|
|
|
|
|
|
|
|
| |
Add permission by identifying uuid (owner/creator/group) and function. Revoke
permission in the same manner. Permission adjustments immediately effect
running scripts ability to call os functions.
osGrantScriptPermissions(UUID key,string function) Threat Level Severe
osRevokeScriptPermissions(UUID key,string function) Threat Level Severe
work sponsored by: Rage
|
|
|
|
|
|
|
| |
AgentUpdate received on the new root agent to update movement parameters.
This prevents the avatar from drifting in its last direction of travel if a movement key was released at certain moments in the cross.
Relates to http://opensimulator.org/mantis/view.php?id=7435
|
|
|
|
|
|
| |
know that we not using those in transformation.
Relates to http://opensimulator.org/mantis/view.php?id=7447
|
|
|
|
|
|
|
|
| |
embedded object's inventory.
Added regression test for this case.
Likely a regression since 08606ae4 (Thu Jan 8 2015)
Relates to Mantises 7439, 7450 and possibly others.
|
|
|
|
| |
them usable in tests with no scene present
|
|
|
|
|
|
| |
BlockingCollection.Take() to propogate if the running thread checked IsRunning before the stop thread set it and disposed of the canellation source.
Looks to address http://opensimulator.org/mantis/view.php?id=7453
|
| |
|
|
|
|
| |
http://opensimulator.org/mantis/view.php?id=7113
|
|
|
|
|
|
| |
The document here has no <?xml declaration. Though ideally it may be present, in practice it has not been added as the data here is embedded within an asset
On Mono 3.2.8 and probably other versions, calling WriteEndDocument() without a declaration does nothing.
On Windows .NET, the same operation throws a "Document does not have a root element" exception which may be contributing to Mantis 7397 and possibly 7439
|
|
|
|
| |
size and base asset uuid of the failure for debugging purposes.
|
|
|
|
| |
tells us the exception type as well as the message and stacktrace details.
|
|
|
|
| |
in TransformXml()
|
| |
|
| |
|
|
|
|
| |
Quaternion.Identity so it can be a valid target orientation
|
| |
|
| |
|
|
|
|
|
|
| |
read past the innerXML instead of wrongly continously looping on the same element.
Addresses http://opensimulator.org/mantis/view.php?id=7437
|
|
|
|
| |
llSetRotationalVelocity(), llTargetOmega(), llLookAt(), and probably a few more LSL features for physical objects in ODE.
|
|
|
|
| |
Thanks Vegaslan for pointing this out.
|
| |
|
|
|
|
| |
velocity manipulation. Also correct some orientation glitches during interpolation.
|
| |
|
|
|
|
| |
setter. Enables llSetAngularVelocity()
|
| |
|
|
|
|
| |
OpenSim.ini
|
|
|
|
|
|
| |
failure), always remove its request from the m_ActiveRequests list.
If this is not done, all subsequent calls for the same data see that a request is apparantly already in progress and so wait for the result indefinitely.
|
|
|
|
| |
exception because the cancellation source was not recreated.
|
|
|
|
|
|
|
|
|
| |
"take copy" option on a viewer) then only require owner copy perms, not copy and transfer.
This matches Linden Lab behaviour and what was already possible via shift-copy.
Transfer would not apply here as the owner and copier are the same.
This is the only functional change, all other current take copy logic remains the same.
Adds regression tests around relevant take copy cases.
|
| |
|
| |
|
|
|
|
| |
service string. The new config format for services to notify in the DataSnapshot module appends entries to the existing single string and always leaves a deliminator on the end of the string. This is causing it to split with a null string in the resulting array, which is treated as another service to notify and throws a URI format exception on start up.
|
|
|
|
|
|
|
| |
GetDisplayName cap return data to make the single name appear.
This is still always your avatar name - code to set a different display is not yet implemented.
This works from my testing with current Firestorm and Singuarity releases.
|
|
|
|
|
|
| |
[ClientStack.LindenCaps] Cap_GetDisplayNames = "localhost" is set by never passing the username."
This reverts commit 2d574c3036964d95dbf914d5f5858a3c39f0c16e.
|
|
|
|
| |
detected to log actual strategy rather than true/false
|
|
|
|
|
|
|
|
| |
EventQueue lock in ScriptInstance.SaveState()
This takes the AsyncCommandHandler.staticLock.
However, AsyncCommandHandler.DoOneCmdHandlerPass() already holds staticLock and may attempt to take the EventQueue lock via ScriptInstance.PostEvent() in XEngine.CheckListeners()
This is a regression from faaf47a (Fri Jan 16 2015) but not simply reverting that commit since it will reintroduce a race between script removal, backup and event queue manipulating code.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
strategy, ask user to manually set DeleteScriptsOnStartup = true for at least one simuator session rather than auto-recompiling.
This does not work on Windows since the VM retains a handle to the DLL even if class instantiation was unsuccessful.
Which causes deletion of the old DLL to fail with access sharing violations.
Instead, log a warning in this situation asking the user to manually set DeleteScriptsOnStartup = true for a session (or one could separately delete the DLLs in the relevant bin/scriptengines/<region-uuid> dir
For the current session, the script engine will continue using the script compiled stop strategy as before.
Relates to http://opensimulator.org/mantis/view.php?id=7278
|
|
|
|
| |
only fail a single script rather than halting the exntire script startup process.
|
|
|
|
|
|
| |
the appropriate script engines subdir is loaded rather than always that of the first engine to load the DLL.
This resolves a DLL load failure on my Linux box when an attachment script was present on another region before the avatar arrived.
|
|
|
|
| |
addition coming.
|
|
|
|
|
|
|
|
|
| |
first name for display."
Reverting at this point since it may not work well with all viewers.
Requires further investigation.
This reverts commit a29d53986aa3ca9bfd6759789c8a6f434b78d627.
|
|
|
|
|
|
|
|
| |
for display.
This is to match existing behaviour with UDP behaviour where this is masked out.
And to make it consistent with other places where viewers mask this out themselves.
Relates to http://opensimulator.org/mantis/view.php?id=7408
|
|
|
|
|
|
|
| |
deletion.
This is to see if this helps with the problem in http://opensimulator.org/mantis/view.php?id=7278 where some DLLs are not allowing this.
Since OpenSim created the file it should always be allowed to delete it.
|
|
|
|
|
|
|
| |
rezzed from inventory (e.g. attachments) was no longer loaded.
Likely a regression since f132f642 (2014-08-28)
Relates to http://opensimulator.org/mantis/view.php?id=7278
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
[ClientStack.LindenCaps] Cap_GetDisplayNames = "localhost" is set by never passing the username.
Unexpectedly, not setting user name achieves this whereas one might have expected it to be done by not setting display_name in the cap OSD.
Emulates LL behaviour when no display name is set.
Relates to http://opensimulator.org/mantis/view.php?id=7408
|
| |
| |
| |
| |
| |
| | |
sure it does not terminate the process.
Relates to http://opensimulator.org/mantis/view.php?id=7421
|