| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | | |
Also change to use standard table formatting
"show circuits" and "show connections" console commands are very similar but access different data structures.
|
| | | |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
Also moves into own method.
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs
|
| |/ /
| | |
| | |
| | | |
SOG and SOP. Should have no functionality changes.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
constructing fresh copies.
The encodings are thread-safe and already used in such a manner in other places.
This isn't done where Byte Order Mark output is suppressed, since Encoding.UTF8 is constructed to output the BOM.
|
| | |
| | |
| | |
| | |
| | | |
This is only currently meant for use by regression tests that don't have any issues if XEngine is started up quickly, since no other operations will be occuring simultaneously.
Therefore, this is not yet documented externally.
|
| | |
| | |
| | |
| | | |
since the infrastructure no longer fails if this module isn't present, at least on the tested codepaths
|
| | |
| | |
| | |
| | | |
This currently only does a relatively crude check for a ScriptState node in the serialized xml
|
| | |
| | |
| | |
| | | |
currently only checks for the presence of script items, not for started scripts
|
|\ \ \
| | |/
| |/|
| | |
| | | |
Conflicts:
OpenSim/Data/MySQL/MySQLSimulationData.cs
|
| | |
| | |
| | |
| | |
| | | |
replace it by a simpler function that should do the same (?) (don't like
much those 10 + 1 bursts)
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
errors also. May not be that good, but is not in use in AVN (i hope). Still safer to do a full shutdown and refire the region from a OS tool like a script, monit, etc etc
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
debugging
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
physical root prim and not a vehicle. With this llSetAngularVelocity
should work and also llTargetOmega will do the same in this case.
but for now this llTargetOmega is being a normal physical rotation with
damping, and stops with selection. Thats not like SL apparently
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
12rad/s
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | | |
to be called with scene still calling simulation, that should be changed,
for now added a check for a valid world in ode simulation
|
| | |
| | |
| | |
| | | |
and the sim's http client
|
| | |
| | |
| | |
| | | |
the first place.
|
| | | |
|
| | | |
|
| | | |
|
| |\ \ |
|
| | | | |
|
| |/ /
| | |
| | |
| | | |
Effective. Increase a bit world damping of velocities
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Framework/Watchdog.cs
OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
OpenSim/Region/Framework/Scenes/Scene.cs
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
OpenSim/Region/Framework/Scenes/ScenePresence.cs
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
avatar to sit in the position given if no sit target was set.
Previous behave was that the second avatar could not sit.
This matches behaviour observed on the LL grid.
|
| | |
| | |
| | |
| | | |
and SOP.RemoveSittingAvatar()
|
| | |
| | |
| | |
| | |
| | | |
This reverts commit c8f0d476d2f775ba4d7afca12eeff527b46bb8e2.
On reconsideration, I think this is less readable since immediately following code still sets SitTargetAvatar directly
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
rather than creating a new copy
There are no issues with side-effects since this is a struct.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
property rather than being repeated in SP.
This also makes the detection in SP.FindNextAvailableSitTarget() and SendSitResponse() identical.
Previously they varied slightly (SendSitResponse didn't check for an older type of invalid quaternion) but the practical effect is most probably zero.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
avatars rather than throwing an exception.
Extends sitting avatar regression tests to test new sitters information
|
| | |
| | |
| | |
| | |
| | |
| | | |
the known item with script state still in the script engine and then remove the scripts.
This is to fix a regression starting from 5301648 where attachments had to start being deleted before persistence in order to avoid race conditions with hud update threads.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
second to finish normally before forcibly aborting.
This is to avoid the worst of the problems in mono 2.6, 2.10 where an aborted thread does not always release all its locks.
This very short grace period is identical to the existing behaviour when a script is removed from the scene.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
another avatar in the scene.
Very useful in serious game/environment scenarios where its only allowed for trusted creators.
Threat level Severe
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
This prevents a stack overflow where a get position on the avatar will refer to the attachment which will in turn refer back to the avatar.
This required recording of all sitting avatars on a prim which is done separately from recording the sit target avatar.
Recording HashSet is null if there are no sitting avatars in order to save memory.
|
| | |
| | |
| | |
| | | |
is only complete for a particular region at a time
|