| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Conflicts:
OpenSim/Region/Framework/Scenes/ScenePresence.cs
|
| |
| |
| |
| | |
LSL_api to avoid side effects for now
|
| | |
|
| |
| |
| |
| | |
issue.
|
| |
| |
| |
| | |
normalized it.
|
| |
| |
| |
| | |
out to see if the problem had affected all attachments or just HUD attachments.
|
| |
| |
| |
| | |
relying on m_host.ParentId = 0 to determine if the attachment should be rotated against root prim offset. To fix it for attachments, we also need to check if the host's localID == RootPart's localID. otherwise we are cumulatively rotating against the host's root part rotation offset (which in this case, is it's own rotation)
|
|\ \
| | |
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| | |
| | |
| | |
| | |
| | |
| | | |
system script call that does not have an empty list.
As per http://opensimulator.org/mantis/view.php?id=6353
|
| | |
| | |
| | |
| | | |
Was hand-typing in a line of code I had tested before but not retested this time
|
| | |
| | |
| | |
| | |
| | |
| | | |
avatars sitting on the same scene obejct, instead of wrongly popping up request permissions dialog.
Resolves http://opensimulator.org/mantis/view.php?id=6478
|
| | |
| | |
| | |
| | | |
avatar count rather than independently inspecting every scene presence
|
| | |
| | |
| | |
| | |
| | |
| | | |
link number.
As per http://wiki.secondlife.com/wiki/LlGetLinkName
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
As per http://wiki.secondlife.com/wiki/LlGetLinkKey
This is done by keeping a scene-object wide list of sitters.
This also fixes bugs in this function where linknums 0 and 1 weren't treated properly if there were sitting avatars on a single prim.
This also fixes a minor race condition for multiple concurrent sitters on a prim with no current sitters by locking on the object-wide list rather than individual sop lists
Addresses http://opensimulator.org/mantis/view.php?id=6477
|
| | |
| | |
| | |
| | | |
based on doxygen error output
|
| | |
| | |
| | |
| | | |
inconsistently used. - The sun position is always calculated by combining the sun settings in the Region and Estate. This fixes the problem that 'UseEstateSun' didn't work. - To remove ambiguity, the EstateToolsSunUpdate event no longer accepts the sun's position as parameters. That's because the position is always calculated from the Region and Estate settings. - Use only the 'FixedSun' flag to determine whether the sun is fixed; not the 'UseGlobalTime' flag. - Don't change the region's 'SunPosition' field according to the sun's position: this field is used only to set the position when using a FixedSun. (The 'SunVector' field does get updated according to the sun's position in the sky)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
llRequestPermissions()
This is consistent with all other OSSL NPC functions that allow unowned avatars to be manipulated.
Aims to address http://opensimulator.org/mantis/view.php?id=6483
|
|\ \ \
| |/ /
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
by reversing the sign on the recoil computation and adding a
[XEngine]RecoilScaleFactor parameter which defaults to zero.
Testing in SL seems to show that there is not a recoil action there.
Or, at least, it is very small. If someone knows how small, the default
for the scale factor should be changed.
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | | |
Also made it so llSetStatus() can individually enable disable rotation axi using the bitmask of flags.
|
|\ \ \
| | |/
| |/| |
|
| | | |
|
| | |
| | |
| | |
| | | |
height and bounding box. Change LSL acording.
|
| |\ \ |
|
| | | | |
|
| |/ / |
|
|\ \ \
| |/ /
|/| /
| |/
| | |
Conflicts:
OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Flesh out XmlRpcGridRouter to reap unused channels from gateway when scripts or objects are removed, or when the llCloseRemoteDataChannel is called.
See: http://http://forge.opensimulator.org/gf/project/xmlrpcrouter/ or
https://github.com/BlueWall/XmlRpcRouter
for php gateway and test code.
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
wiki: http://wiki.secondlife.com/wiki/LlSetLinkCamera
mantis: http://opensimulator.org/mantis/view.php?id=6397
|
| |
| |
| |
| | |
properly
|
|\ \
| |/
| |
| |
| |
| | |
Conflicts:
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| | |
|
| |
| |
| |
| | |
LL Wiki spec for llTriggerSoundLimited states an axis-aligned bounding box, not radial constraint
|
| |
| |
| |
| | |
will cause unnecessary calls to m_host.AddScriptLPS(1)
|
| | |
|
| |
| |
| |
| | |
llTriggerSoundLimited
|
| |
| |
| |
| | |
llPlaySoundSlave, llTriggerSound and llTriggerSoundLimited
|
| |
| |
| |
| | |
specifies a UUID rather than a string
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
transposition to sound module
|
| |
| |
| |
| | |
started by llPlaySound
|