aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless executable bit that Windows adds.onefang2020-09-091-0/+0
|
* extent supported number of avatar textures/bakes/wearables, tell viewers ↵UbitUmarov2019-09-111-1/+1
| | | | about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
* Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknownMelanie Thielker2019-08-071-0/+2
|
* reduce some useless array copiesUbitUmarov2019-06-091-1/+2
|
* send agent view range to new child agentsUbitUmarov2019-04-041-0/+2
|
* a few more changes on initial objects sendUbitUmarov2019-03-301-4/+7
|
* add more test code to make usage od compressed updates etc. Should be ↵UbitUmarov2019-03-231-2/+2
| | | | disable, but well many things can go wrong.
* RegionHandshake IS critical llupd protocol not to be done by odd modulesUbitUmarov2019-03-201-1/+1
|
* remove redundant codeUbitUmarov2019-03-171-5/+0
|
* cosmetics on terrain patchsUbitUmarov2019-01-201-5/+2
|
* more on the hack (runprebuild)UbitUmarov2019-01-021-2/+3
|
* replace my hack by others hackUbitUmarov2019-01-011-1/+1
|
* temporary HACK to not kill some viewersUbitUmarov2018-12-311-0/+2
|
* now break several things at same time... sog/sop updates, threads options,...UbitUmarov2018-12-282-2/+3
|
* add missing part of mutes list protocolUbitUmarov2017-11-161-0/+5
|
* add functions to send entity updates imediatly, except for avatars (or now) ↵UbitUmarov2017-04-141-1/+6
| | | | they should be use to bypass normal delayed updates, for debug
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-127/+127
|
* Rename charterMember to membershipType to show what it actually is.Melanie Thielker2016-12-121-1/+1
| | | | | | This field started out as a simple flag in the protocol to indicate a user being a SL charter member. It has since then taken on additional functionality that means that the name is no longer appropriate.
* add a version tag to wind and cloud data updates to iclientUbitUmarov2016-09-231-2/+2
|
* send selected objects Proprieties udp part outside update queues and as a ↵UbitUmarov2016-08-251-0/+4
| | | | physics single caps message per selection request
* add caps HomeLocation ; add client SendAlertMessage(string message, string ↵UbitUmarov2016-08-181-0/+5
| | | | info), where info in info message field. only minimal testing done
* add a public SetGroupPowers to clientViewUbitUmarov2016-07-261-1/+3
|
* let some group related data to have a public setUbitUmarov2016-07-261-0/+3
|
* get a copy of current clientView group powersUbitUmarov2016-07-261-0/+5
|
* add a few methods to modify clientview group powersUbitUmarov2016-07-011-0/+16
|
* Plumb RezRestoreToWorld from the client (part done)Melanie Thielker2016-03-091-0/+1
|
* add basic SendFindAgent() to lludp. Future use may require a list of pairs ↵UbitUmarov2015-10-261-0/+4
| | | | (X,Y). For now one pair is good enough.
* add missing SendAgentGroupDataUpdate to llClientViewUbitUmarov2015-09-271-1/+6
|
* bad merge?UbitUmarov2015-09-011-5/+42
|\
| * delay terrain sending if land queue is 2 busyUbitUmarov2015-08-221-0/+5
| |
| * Merge branch 'mbworkvar2' into ubitvarUbitUmarov2015-08-191-1/+1
| |\
| | * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-291-1/+1
| | | | | | | | | | | | Util.cs routines to convert region coords to and from world coords or handles.
| * | Track selected objects per clientMelanie Thielker2015-08-151-0/+2
| |/
| * scale ChildAgentThrottles with distance (internal to child server and notUbitUmarov2014-11-061-0/+5
| | | | | | | | root as was done before )
| * add method to get a category throttle rateUbitUmarov2014-08-291-0/+5
| |
| * add a direct sendpartfullUpdate to send a full object update to a part,UbitUmarov2014-08-211-0/+3
| | | | | | | | optionally overriding its parentID. check what it does to attachments
| * add a estimator of client ping time, and painfully make it visible in showUbitUmarov2014-08-141-0/+2
| | | | | | | | connections console command
| * Merge branch 'master' into careminsterMelanie2013-10-041-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs OpenSim/Region/CoreModules/World/LightShare/LightShareModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * \ Merge branch 'master' into careminsterMelanie2013-07-241-1/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/Physics/Manager/PhysicsActor.cs OpenSim/Region/Physics/Manager/PhysicsScene.cs
| * \ \ Merge branch 'master' into careminsterMelanie2013-05-301-6/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs
| * \ \ \ Merge branch 'master' into careminsterMelanie2013-05-111-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Services/LLLoginService/LLLoginResponse.cs OpenSim/Services/LLLoginService/LLLoginService.cs OpenSim/Tests/Common/Mock/TestClient.cs
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2013-05-081-0/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/IClientAPI.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
| * | | | | | Allow callers to set the invoice parameter for GenericMessageMelanie2013-04-221-2/+2
| | | | | | |
| * | | | | | * Partial Commit for Avatar Appearance to include the functionality of ↵teravus2012-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Cached Bakes.
| * | | | | | revert the use of avatar skeleton and use avatar size provided by viewers,UbitUmarov2012-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | since at least for now seems good enought
| * | | | | | Merge branch 'avination' into careminsterMelanie2012-11-201-0/+5
| |\ \ \ \ \ \
| | * | | | | | * Plumbing and basic setting of the GetMesh Cap Throttler.teravus2012-11-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Last step is to flip the throttle distribution.
| | * | | | | | Revert "Merge master into teravuswork", it should have been avination, not ↵teravus2012-11-151-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64.
| | * | | | | | Merge master into teravusworkteravus2012-11-151-3/+4
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Merge branch 'avination' into careminsterMelanie2012-11-171-0/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /