| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
this is being done lazily
|
| |
|
|
|
|
|
|
|
|
|
| |
This allows region modules to add dynamic objects to SOPs rather than having to continually push and pull OSD dynamic attributes.
This is to explore the original MOAP use case for dynamic attributes where it could be very awkward and possibly time-consuming to keep reconstructing MediaEntrys from stored DynamicAttributes.
This commit adds a DOExampleModule to demonstrate/evolve this code.
Dynamic objects involve no storage or persistence changes - the 'backing store' for any data that does need to be saved will remain the DAMap.
DOExampleModule in this commit only attaches a fresh dynamic object. Actually constructing this from stored dynamic attributes and handling persistence is left for later.
These changes should affect no existing functionality, though it may or may not reveal necessary changes in DAMap down the road.
|
|
|
|
| |
future debugging of VectorRenderModule
|
| |
|
|
|
|
|
|
|
| |
failing because they have no linemap.
Adapted fix from http://opensimulator.org/mantis/view.php?id=6571
Thanks Nickel Briand
|
|
|
|
|
|
|
|
|
| |
section of OpenSim.ini. False by default.
This option allows the simulator to specify that the cancel button on inter-region teleports should never appear.
This exists because sometimes cancellation will result in a stuck avatar requiring relog.
It may be hard to prevent this due to the protocol design (the LL grid has the same issue)
In small controlled grids where teleport failure is practically impossible it can be better to disable teleport cancellation entirely.
|
|
|
|
|
|
|
|
|
|
|
|
| |
teleports is still not recommended.
Previously, hitting the cancel button on a teleport would cancel on the client side but the request was ignored on the server side.
Cancel would still work if the teleport failed in the early stages (e.g. because the destination never replied to early CreateAgent and UpdateAgent messages).
But if the teleport still completed after a delay here or later on, the viewer would become confused (usual symptom appears to be avatar being unable to move/reteleport).
This commit makes OpenSimulator obey cancellations which are received before it sends the TeleportFinish event queue message and does proper cleanup.
But cancellations received after this (which can happen even though the cancel button is removed as this messages comes on a different thread) can still result in a frozen avatar.
This looks extremely difficult and impossible to fix.
I can replicate the same problem on the Linden Lab grid by hitting cancel immediately after a teleport starts (a teleport which would otherwise quickly succeed).
|
| |
|
| |
|
| |
|
|
|
|
|
| |
version has been wrapped into one BulletSim and the physics engine
selection is now done as specified in OpenSimDefaults.ini.
|
|
|
|
|
| |
regions when there are no region neighbors.
Add some terrain location processing routines to support above.
|
|
|
|
| |
default texture defined.. so apply better fallback protection against that. The net result is clients will have their selected textures set when they would have previously had an ignored exception.
|
|
|
|
| |
Defaulting to zero length array.....
|
| |
|
|\ |
|
| |
| |
| |
| | |
commit 984faf2
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
functions into one for node type and one for value type.
Define and export constants for both nodes and values.
|
| | | |
|
| | |
| | |
| | |
| | | |
This is currently disabled pending an improvement in the test code to properly add avatars when an event queue module is present.
|
| |/
| |
| |
| | |
Unlike a much earlier commented out version of this test, this is done in synchronous mode.
|
| |
| |
| |
| |
| |
| | |
owner as the script and not ones with different owners.
Addresses http://opensimulator.org/mantis/view.php?id=6560
|
| | |
|
| |\ |
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | | |
would like to restrict the maximum packet size, (and therefore protect against Memory DOSing) then you should set this. I defaulted it to 40MB. This means that in theory, a malicious user could connect and send a packet that claims that the payload is up to 40 mb (even if it doesn't actually turn out to be 40mb. More testing needs to be done on it where the packets are maliciously malformed.
|
| | | |
| | | |
| | | |
| | | | |
* Add zero length blocks to the new packet blocks to remain compatible with older viewers and avoid a NullRef when _packets_.cs calls the Length parameter.. which adds up the Length property all of the blocks.
|
| | | | |
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
race conditions between closing agents and scripts that may be doing attachment manipulation.
This is in an effort to resolve http://opensimulator.org/mantis/view.php?id=6557
|
| | |
| | |
| | |
| | |
| | |
| | | |
request the capability was always used instead of the original requesting agent for each cap.
Should address http://opensimulator.org/mantis/view.php?id=6556
|
|/ / |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | | |
OpenSimDefaults.ini
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
in OpenSim.ini from [Startup]
This change also corrects the setting names - they were actually wrong (though the text in {} was correct).
If there are settings in [Startup] they will continue to be used and anything there will override settings in [AccessControl]
|
| | |
| | |
| | |
| | |
| | |
| | | |
elsewhere, because I can't find any reference to them in the code."
This reverts commit efa722786509bd8e02e23f11da974b4282dbd185.
|
| | |
| | |
| | |
| | | |
where it tells us it is added/loaded/removed from regions
|
| | | |
|
|/ / |
|
| |
| |
| |
| | |
compatible ([Startup] still being looked up), but please update your configs sometime soon.
|
| |
| |
| |
| | |
elsewhere, because I can't find any reference to them in the code.
|
|\ \ |
|
| | | |
|
| | |
| | |
| | |
| | | |
maximum velocity and angular velocity values for prims.
|
|/ /
| |
| |
| | |
It turns out this is required to get Mono.Addins to pick up plugin DLLs
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
additions
to ScriptEngine tests. Compiles some places but not others.
|
| |\ \ |
|