Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-08-30 | Sequence inventory descendents requests to reduce inventory server load and | Melanie | 1 | -0/+1 | |
movement lag. | |||||
2012-08-29 | Fix issue with the quit packet being stuck int he queue and a one packet delay. | Melanie | 1 | -2/+8 | |
Also fix semaphore excetion caused by enqueueing while dequque is taking place. | |||||
2012-08-29 | Remove Justin's addition to avoid sending incoming packets to inactive clients | Melanie | 1 | -9/+9 | |
This also causes the initial AgentUpdate to be rejected because our processing is asynchronous. | |||||
2012-08-28 | Add a queue with two priority levels. This is a drop in replacement for | Melanie | 1 | -2/+111 | |
the BlockingQueue from OMV, but allows two priorities. | |||||
2012-08-24 | Remove debug spam | Melanie | 1 | -2/+2 | |
2012-08-24 | Fix background inventory loading (Viewer 3) so it won't lag out the sim | Melanie | 1 | -49/+103 | |
2012-08-21 | Allow updates sent for right pec to go to the client | Melanie | 1 | -1/+1 | |
2012-08-18 | Make the console output from the reigon console hookable | Melanie | 1 | -0/+7 | |
2012-08-14 | Actually add the module | Melanie | 1 | -0/+234 | |
2012-08-14 | Actually add the module | Melanie | 1 | -0/+234 | |
2012-08-03 | Consolidate PersistBakedTextures, DelayBeforeAppearanceSend and ↵ | Justin Clark-Casey (justincc) | 2 | -4/+9 | |
DelayBeforeAppearanceSave into [Appearance] section from [Startup] config section so that all appearance settings are in the same place and not in the startup bucket. All these settings are in OpenSimDefaults.ini only. If you are using them then please adjust your OpenSim.ini | |||||
2012-08-03 | Remove another superflouous IsActive set | Melanie | 1 | -2/+0 | |
2012-08-03 | Remove a merge artefaci in IsActive handling and restore commented out ↵ | Melanie | 1 | -2/+1 | |
correct one | |||||
2012-08-03 | clientview IsActive use is broken. Suspend it's use keeping it true ( to | UbitUmarov | 1 | -3/+3 | |
review later) | |||||
2012-07-25 | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 2 | -2/+2 | |
This better reflects the long-term purpose of that project and matches Monitoring modules. | |||||
2012-07-24 | Extend region console "show queues" command to show already collected time ↵ | Justin Clark-Casey (justincc) | 1 | -1/+2 | |
since last packeted received by the simulator from a viewer. | |||||
2012-07-21 | Fix double-ping on logout by not sending a stop packet to the client | Melanie | 1 | -1/+1 | |
if the client told us it wants to log out in the first place. | |||||
2012-07-19 | Make LLClientView instant message handling asynchronous rather than ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
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. | |||||
2012-07-19 | Prevent race conditions between two threads that call LLClientView.Close() ↵ | Justin Clark-Casey (justincc) | 2 | -30/+57 | |
simultaneously (e.g. ack timeout and an attempt to reconnect) | |||||
2012-07-19 | Fix slow loading of task inventory | Melanie | 1 | -3/+7 | |
2012-07-15 | backkick git | UbitUmarov | 1 | -1/+0 | |
2012-07-15 | just a kick git | UbitUmarov | 1 | -0/+1 | |
2012-07-15 | Remove instrumentation and fix the message delivery issue | Melanie | 1 | -24/+28 | |
2012-07-15 | Testing changes and instrumentation | Melanie | 1 | -3/+20 | |
2012-07-15 | Save packets received while the client is added and replay them later. | Melanie | 1 | -0/+34 | |
2012-07-15 | Revert "Experimentally handle UseCircuitCode synchrnonously" | Melanie | 1 | -2/+1 | |
This reverts commit e3fa73da96f5612da52d140425f1633494d6edef. | |||||
2012-07-15 | Experimentally handle UseCircuitCode synchrnonously | Melanie | 1 | -1/+2 | |
2012-07-12 | Stop redundantly passing in the endpoint to the LLClientView constructor. | Justin Clark-Casey (justincc) | 2 | -5/+2 | |
This can always be retrieved via the LLUDPClient and is so done in various places already. | |||||
2012-07-12 | Remove IClientIPEndpoint client interface for now. | Justin Clark-Casey (justincc) | 1 | -20/+1 | |
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. | |||||
2012-07-12 | Remove IClientAPI.GetClientEP() in favour of existing identical ↵ | Justin Clark-Casey (justincc) | 1 | -5/+0 | |
IClientAPI.RemoteEndpoint. | |||||
2012-07-04 | added a timeout paramenter to PollServiceEventArgs, so each type can define ↵ | UbitUmarov | 1 | -1/+1 | |
it's timeout | |||||
2012-07-04 | refactor: rename Watchdog.WATCHDOG_TIMEOUT_MS to DEFAULT_WATCHDOG_TIMEOUT_MS ↵ | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
to reflect what it actually is | |||||
2012-06-29 | in CreateAvatarUpdateBlock() change updateflags to 0. Original flags seem ↵ | UbitUmarov | 1 | -0/+3 | |
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 | |||||
2012-06-29 | Add IScene.Name for code clarity to replace the RegionInfo.RegionName used ↵ | Justin Clark-Casey (justincc) | 1 | -2/+1 | |
in many, many log messages. | |||||
2012-06-25 | In AttachmentsModule.DetachSingleAttachmentToInvInternal(), remove ↵ | Justin Clark-Casey (justincc) | 1 | -1/+32 | |
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. | |||||
2012-06-22 | coment out some of previus debug messaged before forgetting about them... | UbitUmarov | 1 | -2/+2 | |
2012-06-22 | more debug | UbitUmarov | 1 | -0/+3 | |
2012-06-22 | i more debug | UbitUmarov | 1 | -1/+1 | |
2012-06-22 | add a temp debug message | UbitUmarov | 1 | -0/+3 | |
2012-06-15 | Add region name to UseCircuitCode log messages | Justin Clark-Casey (justincc) | 1 | -4/+4 | |
2012-06-15 | Put all debug console commands into a single Debug section rather than ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
scattering them over other categories | |||||
2012-06-15 | Add main instance to internal MainServer.m_Servers list to simplify internal ↵ | Justin Clark-Casey (justincc) | 1 | -1/+10 | |
logic. This does require the server to be added before it is set as the main Instance | |||||
2012-06-14 | Fix very recent regression in 917d753 where I put the ++updatesThisCall ↵ | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
outside the batching part of ProcessEntityUpdates() This stopped any batching happening and since this method is called periodically updates were sent very slowly | |||||
2012-06-14 | If we're going to discard a terse update block because it's now someone ↵ | Justin Clark-Casey (justincc) | 1 | -2/+4 | |
else's hud, then don't still add it to the list of blocks for the update message. | |||||
2012-06-14 | Fix a race condition where an object update for a hud could be sent to ↵ | Justin Clark-Casey (justincc) | 1 | -3/+24 | |
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. | |||||
2012-06-14 | Fix not sending TransferInfo when an asset is not found. This clogs | Melanie | 1 | -4/+29 | |
up the sound pipeline in the viewer. | |||||
2012-06-14 | minor: remove unnecessary IsAttachment = false setting for new object in ↵ | Justin Clark-Casey (justincc) | 1 | -1/+0 | |
UploadObjectAssetModule, property always starts as false | |||||
2012-06-13 | minor: refactor part of LLClientView.ProcessEntityUpdates() to remove ↵ | Justin Clark-Casey (justincc) | 1 | -5/+7 | |
duplicate code | |||||
2012-06-13 | Remove long obsolete and unused IClientAPI.KillEndDone() | Justin Clark-Casey (justincc) | 1 | -4/+0 | |
2012-06-13 | Add ObjectUpdate as one of the packets that can be screened out when setting ↵ | Justin Clark-Casey (justincc) | 1 | -1/+2 | |
debug packet level |