aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-27refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ...Justin Clark-Casey (justincc)1-1/+1
2013-08-23minor: remove mono compiler warning from LLClientViewJustin Clark-Casey (justincc)1-4/+0
2013-08-21Don't allow users to attempt to sit on objects in a child region without goin...Justin Clark-Casey (justincc)1-0/+20
2013-08-08Fix an issue where under teleport v2 protocol, teleporting from regions in an...Justin Clark-Casey (justincc)1-0/+6
2013-08-07* This makes in-world terrain editing smoother, even in MegaRegions. This ...teravus1-3/+30
2013-07-24Changed the RegionHandshake packet to the Unknown queue, so that it is sent w...Diva Canto1-1/+1
2013-07-22Added check for user movement specification before discarding an incomingRobert Adams1-41/+40
2013-07-21Minor cosmetic changes.Diva Canto1-27/+23
2013-07-21The quaternion delta was a bit to high, now that the head rotation is out of ...Diva Canto1-1/+1
2013-07-21EDIT BEAMS!!! They had been missing from OpenSim since ever. Thanks to lkalif...Diva Canto1-23/+4
2013-07-21A couple of small optimizations over the previous commitDiva Canto1-8/+10
2013-07-21Manage AgentUpdates more sanely:Diva Canto1-106/+108
2013-07-21Fixed the stats in show client stats. Also left some comments with observatio...Diva Canto1-5/+13
2013-07-21furhter shorten CheckAgentUpdateSignificance(). No real perf impact.Justin Clark-Casey (justincc)1-7/+5
2013-07-21Remove some pointless code in CheckAgentUpdateSignificance()Justin Clark-Casey (justincc)1-30/+20
2013-07-21Make the check as to whether any particular inbound AgentUpdate packet is sig...Justin Clark-Casey (justincc)1-56/+114
2013-07-21Add measure of number of inbound AgentUpdates that were seen as significant t...Justin Clark-Casey (justincc)1-0/+3
2013-07-21Do some simple queue empty checks in the main outgoing udp loop instead of al...Justin Clark-Casey (justincc)1-0/+28
2013-07-18try Hacking in an AutoResetEvent to control the outgoing UDP loop instead of ...Justin Clark-Casey (justincc)1-0/+20
2013-07-15Revert "Puts RequestImage (UDP) back to asyn -- CPU spike hunt"Diva Canto1-1/+1
2013-07-15Puts RequestImage (UDP) back to asyn -- CPU spike huntDiva Canto1-1/+1
2013-07-11Switched UUIDNameRequest and RegionHandleRequest to Sync, because now they ar...Diva Canto1-2/+2
2013-07-11Switched TransferRequest (UDP packet handler) to sync. The permissions checks...Diva Canto1-99/+115
2013-07-10Switched RegionHandshakeReply to Sync, because it's not doing anything blocking.Diva Canto1-1/+1
2013-07-10EXPERIMENTAL: make RequestImage (UDP packet handler) sync instead of async. T...Diva Canto1-1/+1
2013-07-10Added show client-stats [first last] command to expose what viewers are reque...Diva Canto1-1/+17
2013-07-09Handle UUIDNameRequest UDP packet processing async instead of within the main...Justin Clark-Casey (justincc)1-1/+1
2013-06-07minor: Comment out debug logging (at warn level) about number of objects forc...Justin Clark-Casey (justincc)1-1/+1
2013-05-25Update the money framework to allow sending the new style linden "serverside ...Melanie1-16/+14
2013-05-24This is an experimental patch that adds support for comparing textureMic Bowman1-5/+22
2013-05-09remove pointless region handle paramter from IClientAPI.SendKillObject()Justin Clark-Casey (justincc)1-3/+2
2013-05-08Adds an event and a method so that handling of the CachedTextureMic Bowman1-15/+43
2013-04-25Change EconomyDataRequest signature to use an IClientAPI rather than UUID. Th...Melanie1-1/+1
2013-04-22Allow callers to set the invoice parameter for GenericMessageMelanie1-2/+12
2013-04-17amend previous commit, a line was left outdahlia1-0/+1
2013-04-17Thanks lkalif for a fix to SendRegionHandshake() which fixes a potential cras...dahlia1-2/+6
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-3/+5
2013-03-13minor: Remove mono compiler warning in LLClientViewJustin Clark-Casey (justincc)1-1/+1
2013-03-07* Just another one of those new packet blocks causing a null ref. Defaultin...teravus1-1/+1
2013-03-04* Update LibOMV to f8f8e616b37a7ea22b7922b2331999bc06725bf9teravus1-2/+4
2013-02-20Add a method to IStatsCollector for returning stats as an OSDMap.Robert Adams1-0/+5
2013-02-16Fix shape parameters sent for meshes tosupport the full number of facesMelanie1-0/+8
2013-02-07Plumb the path from the client to the extra physics params and backMelanie1-4/+55
2013-01-30* Adds a satisfying angular roll when an avatar is flying and turning. (Gene...teravus1-1/+1
2013-01-16Complete removal of the now unused state queueMelanie1-1/+1
2013-01-14move resit fix to ScenePresence.cs and allow for requesting sit on objects ot...dahlia1-12/+3
2013-01-10add some sanity checking to HandleAgentRequestSit handlerdahlia1-2/+12
2012-12-13minor: add some more detail to the logging if an LLClientView fails to proces...Justin Clark-Casey (justincc)1-2/+4
2012-11-15Handle Map block requests on a separate thread rather than the main packet ha...Justin Clark-Casey (justincc)1-1/+1
2012-11-15Do HandleMapLayerRequest on its own thread rather than on the main inbound ud...Justin Clark-Casey (justincc)1-1/+1