| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
careminster
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Framework/ThrottleOutPacketType.cs
OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
OpenSim/Region/CoreModules/Avatar/Groups/GroupsModule.cs
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
OpenSim/Region/Physics/BulletSNPlugin/BSShapeCollection.cs
|
| | |
| | |
| | |
| | |
| | | |
routines on the physics engine. Won't make a difference for any
existing scripts since ODE always returned Vector3.Zero.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
sit on a prim we're already sat upon, rather than looking up the part from scratch.
An adaptation of commit 055b8a2
Having both ParentID and ParentPart references now is redundant. ParentID should probably be eliminated.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs
OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs
|
| | |
| | |
| | |
| | |
| | | |
Setting this logs extra information about animation add/remove, such as uuid and animation name
Unfortunately cannot be done per client yet
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
default animation but continue to allow scripts to do so.
This keeps the fix from http://opensimulator.org/mantis/view.php?id=6327
and fixes the behaviour regression in http://opensimulator.org/mantis/view.php?id=6483
Animations may still exhibit different behaviour if both scripts and clients are adjusting animations.
A change in the behaviour of client AO to not remove all animations may be a better long term approach.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
script wait event (llSleep(), etc.)
This makes use of EventWaitHandles since various web references indicate that Thread.Interrupt() can also cause runtime instability.
If co-op termination is enabled, then termination sets the wait handle instead of waiting for a timeout before possibly aborting the thread.
This allows the script to cleanly terminate if it's in a llSleep/LL function delay or the next time it enters such a wait without any timeout period.
Co-op termination is not yet testable since checking for termination request within loops that never trigger a wait is not yet implemented.
This commit, unlike 1b5c41c, passes the wait handle as an extra parameter through IScript.Initialize() instead of passing IScriptInstance itself.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
during a script wait event (llSleep(), etc.)"
Doing this as a favour to Melanie. This will be back with passing the wait handles directly to the api.
This reverts commit 1b5c41c14ad11325be249ea1cce3c65d4d6a89be.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
script wait event (llSleep(), etc.)
This makes use of EventWaitHandles since various web references indicate that Thread.Interrupt() can also cause runtime instability.
If co-op termination is enabled, then termination sets the wait handle instead of waiting for a timeout before possibly aborting the thread.
This allows the script to cleanly terminate if it's in a llSleep/LL function delay or the next time it enters such a wait without any timeout period.
Co-op termination is not yet testable since checking for termination request within loops that never trigger a wait is not yet implemented.
|
| | | | |
|
|\ \ \ \
| | |/ /
| |/| | |
|
| |/ /
| | |
| | |
| | | |
other than the object currently sat on
|
|\ \ \
| |/ /
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
|
| | |
| | |
| | |
| | | |
rather than just saying it happened.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This involves making Attachments module listen for start/stop script changes.
It also involves removing the script from the region on detach in the same manner as every other DeleteSceneObject() call rather than simply stopping it
This is necessary tue to the bad assymetry of start and stop script triggers but it appears to be the correct behaviour anyway, as detached objects are completely gone from the sim.
Not just in a state where their scripts have been stopped.
|
|\ \ \
| | |/
| |/| |
|
| | | |
|
| | |
| | |
| | |
| | | |
clients and not only on Scheduled sends
|
| | |
| | |
| | |
| | | |
in SOG Update(). rootpart does more complet checks
|
| | |
| | |
| | |
| | | |
imediatly. If that's good for physics, needs to be good for this
|
| | |
| | |
| | |
| | | |
update and we are sending them imediatly
|
|\ \ \
| | |/
| |/|
| | |
| | | |
Conflicts:
OpenSim/Region/Framework/Scenes/Scene.cs
|
| | |
| | |
| | |
| | | |
scene <key> <value>" to "debug scene set <key> <value>" to accomodate future settings
|
| | |
| | |
| | |
| | |
| | |
| | | |
periodic backup
This is rather than making unnecessary duplicate checks that the SOG later performs again.
|
| | |
| | |
| | |
| | |
| | |
| | | |
disable periodic scene backup. For debug purposes.
If false, scene is still saved on shutdown.
|
| | |
| | |
| | |
| | | |
This reverts commit 5561333668f61f043cdfc0733a4eb50a1bcfb14e.
|
| | |
| | |
| | |
| | | |
This reverts commit a775931a0cec9f65748c6e20dd2695edcbe21b7f.
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
OpenSim/Region/Framework/Scenes/ScenePresence.cs
|
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
This reverts commit ab053df706055b0aa8fe2d10f89488be97d36841.
|
| | |
| | |
| | |
| | | |
This reverts commit 8f37f2ca7edd408f30165fef9817375a9813ce90.
|
| | | |
|
| | | |
|
| | | |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
it
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
it chokes"
This reverts commit d1fa650c3f16ee74cd39d9258c5ef7aa4869ca03.
|
| | |\ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Firestorm, Singularity and other viewers with the new appearance pipeline.
|
| | |/ /
| |/| |
| | | |
| | | | |
crashes login on some viewers.
|