aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-05Fix regression where mouse look flight direction no longer worked by zeroing ...Justin Clark-Casey (justincc)1-1/+24
2013-11-29Still send CameraEyeOffset in UDP SendSitReponse even if at offset is Vector3...Justin Clark-Casey (justincc)1-5/+2
2013-11-27Fix stand positions rather than having the stand jump to the root prim.Justin Clark-Casey (justincc)1-0/+10
2013-11-23Revert "Fix issue where sitting on non-root linked prims would send camera to...Justin Clark-Casey (justincc)1-7/+1
2013-11-23Revert "Still send CameraEyeOffset in UDP SendSitReponse even if at offset is...Justin Clark-Casey (justincc)1-2/+5
2013-11-23Still send CameraEyeOffset in UDP SendSitReponse even if at offset is Vector3...Justin Clark-Casey (justincc)1-5/+2
2013-11-23Fix issue where sitting on non-root linked prims would send camera to wrong p...Justin Clark-Casey (justincc)1-1/+7
2013-11-06Added sending (for now hard-coded) sim isze in SendMapBlockSplit()Latif Khalifa1-0/+6
2013-10-31Start counting resent packets in the places that I missed when the stat was f...Justin Clark-Casey (justincc)1-0/+4
2013-10-31Add OutgoingPacketsResentCount clientstack stat.Justin Clark-Casey (justincc)1-1/+5
2013-10-24minor: Add commented out code for apparent passing of texture IDs in ObjectPr...Justin Clark-Casey (justincc)1-0/+26
2013-09-27refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ...Justin Clark-Casey (justincc)1-1/+1
2013-09-22Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood1-0/+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