| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
correct one
|
|
|
|
| |
review later)
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
OpenSim/Framework/Monitoring/BaseStatsCollector.cs
OpenSim/Region/Application/OpenSim.cs
OpenSim/Region/Application/OpenSimBase.cs
OpenSim/Region/Framework/Scenes/SceneManager.cs
bin/OpenMetaverse.Rendering.Meshmerizer.dll
bin/OpenMetaverse.StructuredData.dll
bin/OpenMetaverse.dll
bin/OpenMetaverseTypes.dll
prebuild.xml
|
| |
| |
| |
| | |
This better reflects the long-term purpose of that project and matches Monitoring modules.
|
|\ \ |
|
| | | |
|
|\ \ \
| |/ /
|/| /
| |/
| |
| |
| | |
Conflicts:
OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
OpenSim/Region/Framework/Scenes/ScenePresence.cs
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
synchronous to prevent long operations from holding up all inbound packet processing.
Giving a large folder from one avatar to another was causing a long delay when handled synchronously, since it took some time to retrieve the necessary data from the inventory service.
Handling this asynchronously instead stops this delay from disrupting all avatars in the scene. This has been shown in OSGrid.
I see no reason for not handling all IM messages asynchronously, just as incoming chat is handled asynchronously, so this has been switched for all instant messages.
Thanks to Nebadon for testing this change out.
|
| |
| |
| |
| | |
simultaneously (e.g. ack timeout and an attempt to reconnect)
|
|\ \
| |/
| |
| |
| | |
Conflicts:
OpenSim/Region/Framework/Scenes/Scene.cs
|
| |
| |
| |
| | |
This can always be retrieved via the LLUDPClient and is so done in various places already.
|
| |
| |
| |
| |
| | |
This may well come back in the future when this subinterface is actually used but it currently isn't and I feel the name was poor.
Everything uses IClientAPI.RemoveEndPoint which also returned the full endpoint rather than just the ip address.
|
| |
| |
| |
| | |
IClientAPI.RemoteEndpoint.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
attachment before changing properties for correct inventory serialization.
Serialization of attachments requires IsAttachment = false so that correct positions are serialized instead of avatar position.
However, doing this when a hud is still attached allows race conditions with update threads, resulting in hud artifacts on other viewers.
This change sets SOG.IsDeleted before serialization changes take place (IsDeleted itself is not a serialized property).
LLClientView then screens out any deleted SOGs before sending updates to viewers.
|
| |
| |
| |
| |
| |
| | |
outside the batching part of ProcessEntityUpdates()
This stopped any batching happening and since this method is called periodically updates were sent very slowly
|
| |
| |
| |
| | |
else's hud, then don't still add it to the list of blocks for the update message.
|
| |\ |
|
| | |
| | |
| | |
| | | |
up the sound pipeline in the viewer.
|
| |/
| |
| |
| |
| |
| |
| | |
non-owner avatars if the hud was attached directly from within the region.
If this happens, then the non-owners would see unremovable huds that they did not own until relog, and sometimes even beyond that.
This was due to a race between the entity update and the attachment code when moving an object from within scene to a hud.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs
OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| | |
| | |
| | |
| | | |
prim related only. This does fix the wrong viewer side move of a avatar in prim edition mode (anv mantis 854), with no apparent side effects .. may need more testing
|
| | | |
|
| | |
| | |
| | |
| | | |
up the sound pipeline in the viewer.
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| | |
| | |
| | |
| | | |
duplicate code
|
| | | |
|
| | |
| | |
| | |
| | | |
debug packet level
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
|
| | |
| | |
| | |
| | | |
available on IClientAPI.SceneAgent rather than retrieving it again by scanning all scenes.
|
| | |
| | |
| | |
| | |
| | |
| | | |
duplicate for child agents and unnecessary for root agents.
Close() already calls Scene.RemoveClient() which sends the right eq or udp DisableSimulator message to child agents.
|
| | |
| | |
| | |
| | | |
up the sound pipeline in the viewer.
|
|\ \ \
| | |/
| |/|
| | |
| | | |
Conflicts:
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| | |
| | |
| | |
| | | |
harm than good these days
|
|\ \ \
| |/ /
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/Framework/Scenes/ScenePresence.cs
|
| | | |
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | | |
sent. Use the safer lower max packet size defined in os source (600) and not OMV one (1100).
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | | |
parameters to define if to add or remove, and if to send anims pack on that evocation, etc
|
|\ \ \
| |/ /
|/| /
| |/ |
|
| |
| |
| |
| | |
This adds name and description of the request handler to http request logging when DebugLevel >= 1
|
| |
| |
| |
| |
| |
| |
| |
| | |
design,""
This reverts commit a90b0e302c110068cec0ee7109e796d2d5fdab4d.
Sorry, accidentally reverted this completely by mistake, reverting the revert.
|
| |
| |
| |
| | |
This reverts commit 6e7f13a72d4e43f8ca564247e0b56bf5706bbdb1.
|
| | |
|
| |
| |
| |
| | |
more lobe ?
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs
OpenSim/Region/CoreModules/World/Land/LandObject.cs
OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| |
| |
| |
| |
| |
| | |
ever using the root prim one, store on SOG instead.
This reduces pointless memory usage.
|
| |
| |
| |
| |
| |
| | |
only ever using the root part entry.
This eliminates some pointless memory use.
|