aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-16add missing part of mutes list protocolUbitUmarov1-1/+1
2017-04-15several changes for osTeleportObjectUbitUmarov1-4/+4
2017-04-14add functions to send entity updates imediatly, except for avatars (or now) t...UbitUmarov1-4/+6
2017-01-27 several changes relative to objects return and parcel prim counts: avoid nul...UbitUmarov1-1/+1
2017-01-11change GenerateClientFlags(...) to work with a scenepresence; make use of the...UbitUmarov1-1/+1
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-36/+36
2017-01-05a few changes to Gods ( ie administrators) controlUbitUmarov1-2/+2
2016-12-12Rename charterMember to membershipType to show what it actually is.Melanie Thielker1-1/+1
2016-09-23add a version tag to wind and cloud data updates to iclientUbitUmarov1-2/+2
2016-08-25 send selected objects Proprieties udp part outside update queues and as a ph...UbitUmarov1-0/+2
2016-08-25 first step changing Object Select codeUbitUmarov1-1/+1
2016-08-18add caps HomeLocation ; add client SendAlertMessage(string message, string in...UbitUmarov1-1/+3
2016-08-07fix entity update flags updateUbitUmarov1-9/+8
2016-08-07several changes related to culling optionUbitUmarov1-32/+20
2016-08-05 more changes relative to incorrect use of activegroupidUbitUmarov1-3/+4
2016-07-26 add a public SetGroupPowers to clientViewUbitUmarov1-0/+2
2016-07-26 let some group related data to have a public setUbitUmarov1-3/+3
2016-07-26 get a copy of current clientView group powersUbitUmarov1-0/+2
2016-07-01add a few methods to modify clientview group powersUbitUmarov1-0/+3
2016-04-29Apply user specified default perms across the board, to items uploaded as wel...Melanie Thielker1-1/+1
2016-03-09Plumb RezRestoreToWorld from the client (part done)Melanie Thielker1-0/+2
2015-10-26 add basic SendFindAgent() to lludp. Future use may require a list of pairs (...UbitUmarov1-0/+2
2015-09-27 add missing SendAgentGroupDataUpdate to llClientViewUbitUmarov1-0/+1
2015-08-22delay terrain sending if land queue is 2 busyUbitUmarov1-0/+2
2015-08-15Track selected objects per clientMelanie Thielker1-0/+2
2014-11-06 scale ChildAgentThrottles with distance (internal to child server and notUbitUmarov1-0/+1
2014-08-29 add method to get a category throttle rateUbitUmarov1-0/+1
2014-08-21add a direct sendpartfullUpdate to send a full object update to a part,UbitUmarov1-0/+2
2014-08-14add a estimator of client ping time, and painfully make it visible in showUbitUmarov1-0/+2
2013-12-11Committing the Avination Scene Presence and related texture codeMelanie1-1/+1
2013-07-21EDIT BEAMS!!! They had been missing from OpenSim since ever. Thanks to lkalif...Diva Canto1-1/+1
2013-07-21Manage AgentUpdates more sanely:Diva Canto1-0/+2
2013-05-25Update the money framework to allow sending the new style linden "serverside ...Melanie1-3/+2
2013-05-25Update the money framework to allow sending the new style linden "serverside ...Melanie1-3/+2
2013-05-24This is an experimental patch that adds support for comparing textureMic Bowman1-1/+1
2013-05-09remove pointless region handle paramter from IClientAPI.SendKillObject()Justin Clark-Casey (justincc)1-2/+1
2013-05-08Adds an event and a method so that handling of the CachedTextureMic Bowman1-0/+5
2013-04-25Change EconomyDataRequest signature to use an IClientAPI rather than UUID. Th...Melanie1-1/+1
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/+2
2013-04-22Allow callers to set the invoice parameter for GenericMessageMelanie1-2/+2
2013-02-12Revert "Push updates from keyframe directly to the front of the output queue ...Melanie1-2/+1
2013-02-12Push updates from keyframe directly to the front of the output queue ratherMelanie1-1/+2
2013-02-07Plumb the path from the client to the extra physics params and backMelanie1-1/+3
2012-12-21* Partial Commit for Avatar Appearance to include the functionality of Cached...teravus1-1/+1
2012-12-07revert the use of avatar skeleton and use avatar size provided by viewers,UbitUmarov1-1/+1
2012-11-17* Plumbing and basic setting of the GetMesh Cap Throttler.teravus1-0/+2
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-43/+3
2012-11-04Pipe Throttle Update Event to EventManager, client --> ScenePresence --> Even...teravus1-1/+1
2012-10-25Fix script error messages not showing up in viewer 3 and associated viewers.Justin Clark-Casey (justincc)1-2/+14