| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
figure
out where that pesky deadlock is during test runs.
|
| |
|
|
|
|
|
| |
This makes re-rezzed temp-on-rez objects visible, too. Fixes Mantis #3405
|
|
|
|
|
|
|
|
|
|
| |
Scene.NewUserConnection()
- adding reason reporting
this enforces estate bans very early on and prevents us from
circulating client objects that we'd then have to retract once we
realize that the client is not allowed into the region
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
appear to be too slow to be useful, or fail too fire. I may remove the timers
as a consequence if this.
|
|
|
|
|
|
| |
Opensim.ini to take force
|
| |
|
|
|
|
|
|
| |
dropping.
|
|
|
|
|
|
|
|
|
| |
Move json stats to non-published resource name
Remove well-known resource name for json stats,
creating dynamic uris with private keys and add
a user configurable resource name for region owner usage.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Don't allow packets to be resent before they have actually been sent for the
first time. Switch from serializing a packet to get it's length to the LibOMV
provided Length property. Fix resend timing. Fix the use of dangling references
to Acked packets. Fix the packet handler to play nice with the packet pool.
Fix the packet pool. Add data block recycling to the packet pool. Packet pool
is now ENABLED by default. Add config option to disable packet and data block
reuse. Add ObjectUpdate and ImprovedTerseObjectUpdate to the packets being
recycled.
|
| |
|
|
|
|
|
|
| |
clog
|
|
|
|
|
|
|
| |
This is to ensure integrity of animations and script states with regard
to controls pressed or released. No user functionality yet.
|
|
|
|
|
|
| |
to stop the "folded legs" on simcross
|
| |
|
|
|
|
|
|
|
|
| |
avatar updates into a single packet.
Applied with changes.
Fixes Mantis #3136
|
|
|
|
|
|
|
|
| |
arbitrary combinations of root and child prims from one or multiple
link sets. Please test throughly and consider things UNSTABLE until
this is proven out.
|
|
|
|
|
|
| |
Let gods go to nonpublic estates as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If an avatar is sitting when the client disconnects, the avatar
is not disassociated from the SOG on which (s)he was sat. This
produces any, and varied, effects.
I have updated RemoveCLient in Scene, to check, and stand the
client up immediately prior to disconnect. This seems like the
most robust way to handle the situation. Though in this case
it might be worth factoring out the animations from other
standup processing. It does no harm, but in this case it is
entirely redundant.
|
|
|
|
|
|
|
|
|
|
|
| |
Added support for access control lists.
Scene: Added test to AddNewClient for an entry in the access
list when connecting to a region with limited access.
EstateSettings: Added an HasAccess(UUID) property to test for
an entry in the estate's access list.
RemoteAdmin: Add RPC calls for admin_acl_list, clear, add,
and remove.
|
|
|
|
|
|
|
|
|
| |
llSetPrimitiveParams in a large linkset can disrupt the
entire region. However, when the script is in a large
linkset, it appears to totally lag out the scene and
stops updates from being sent.
|
|
|
|
|
| |
Cleanup tabs and spacing.
|
|
|
|
|
|
|
|
| |
Changes to enable script state persistence across non-restart
serialization situations (inventory/OAR/attachments)
Also fixing test cases for OAR and IAR so they don't barf with the new code.
|
|
|
|
|
|
|
|
|
|
|
| |
An attachment with the physical checkbox checked will not allow the
phantom checkbox to be cleared. This interfers with scripting
functions such as llMoveToTarget(), which won't work while an object
is phantom. If the prim containing the script is rezzed to the ground,
it will then allow the phantom checlbox to be cleared, and the script
works as expected.
|
|
|
|
|
|
|
|
|
| |
This patch adds few properties to ScenePresence and
thus allows region module or MRM script:
1. Force flying for avatar or,
2. Disable flying from avatar
|
|
|
|
|
| |
* Define low friction and medium bounce for Glass
|
|
|
|
|
|
|
|
| |
This patch adds new property to ScenePresence: SpeedModifier.
With this, one can modify avatars speed from region module
or MRM script.
|
|
|
|
| |
starting the thread manually. Fixes mantis #3490.
|
|
|
|
| |
OpenSim.Region.Framework.Interfaces and added a TaintTerrain method
|
|
|
|
|
|
|
|
|
| |
This hooks up the LandManagementModule to handle the DeedParcelToGroup
packet. Now people can start testing land assigned to and owned by groups.
Also fixes a viewer crash issue when searching for and then joining a group
with an agent that is not already being tracked by groups server.
|
|
|
|
| |
from asset service, because the inner ones may not be in mem cache.
|
|
|
|
| |
crossings introduced in r9110. Fixes mantis #3456.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* This allows specific requests to be identified.
|
|
|
|
|
|
| |
handling to XEngine. Add needed stubs to DotNetEngine.
|
|
|
|
|
|
| |
* Have the test scene always return success for session id authentication for now
|
|
|
|
| |
added
|
| |
|
|
|
|
| |
authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities.
|
|
|
|
|
|
|
|
|
| |
normal runtime thread
* This may eliminate the occasional archive test freezes, since they appeared to occur when somehow the asset server didn't pick up on the presence of a request in the asset
quque
|
| |
|
|
|
|
|
|
|
| |
region modules to use another region module's interfaces and events in
a scene context
|
| |
|