Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless executable bit that Windows adds. | onefang | 2020-09-09 | 1 | -0/+0 |
| | |||||
* | extent supported number of avatar textures/bakes/wearables, tell viewers ↵ | UbitUmarov | 2019-09-11 | 1 | -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 unknown | Melanie Thielker | 2019-08-07 | 1 | -0/+2 |
| | |||||
* | reduce some useless array copies | UbitUmarov | 2019-06-09 | 1 | -1/+2 |
| | |||||
* | send agent view range to new child agents | UbitUmarov | 2019-04-04 | 1 | -0/+2 |
| | |||||
* | a few more changes on initial objects send | UbitUmarov | 2019-03-30 | 1 | -4/+7 |
| | |||||
* | add more test code to make usage od compressed updates etc. Should be ↵ | UbitUmarov | 2019-03-23 | 1 | -2/+2 |
| | | | | disable, but well many things can go wrong. | ||||
* | RegionHandshake IS critical llupd protocol not to be done by odd modules | UbitUmarov | 2019-03-20 | 1 | -1/+1 |
| | |||||
* | remove redundant code | UbitUmarov | 2019-03-17 | 1 | -5/+0 |
| | |||||
* | cosmetics on terrain patchs | UbitUmarov | 2019-01-20 | 1 | -5/+2 |
| | |||||
* | more on the hack (runprebuild) | UbitUmarov | 2019-01-02 | 1 | -2/+3 |
| | |||||
* | replace my hack by others hack | UbitUmarov | 2019-01-01 | 1 | -1/+1 |
| | |||||
* | temporary HACK to not kill some viewers | UbitUmarov | 2018-12-31 | 1 | -0/+2 |
| | |||||
* | now break several things at same time... sog/sop updates, threads options,... | UbitUmarov | 2018-12-28 | 2 | -2/+3 |
| | |||||
* | add missing part of mutes list protocol | UbitUmarov | 2017-11-16 | 1 | -0/+5 |
| | |||||
* | add functions to send entity updates imediatly, except for avatars (or now) ↵ | UbitUmarov | 2017-04-14 | 1 | -1/+6 |
| | | | | they should be use to bypass normal delayed updates, for debug | ||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -127/+127 |
| | |||||
* | Rename charterMember to membershipType to show what it actually is. | Melanie Thielker | 2016-12-12 | 1 | -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 iclient | UbitUmarov | 2016-09-23 | 1 | -2/+2 |
| | |||||
* | send selected objects Proprieties udp part outside update queues and as a ↵ | UbitUmarov | 2016-08-25 | 1 | -0/+4 |
| | | | | physics single caps message per selection request | ||||
* | add caps HomeLocation ; add client SendAlertMessage(string message, string ↵ | UbitUmarov | 2016-08-18 | 1 | -0/+5 |
| | | | | info), where info in info message field. only minimal testing done | ||||
* | add a public SetGroupPowers to clientView | UbitUmarov | 2016-07-26 | 1 | -1/+3 |
| | |||||
* | let some group related data to have a public set | UbitUmarov | 2016-07-26 | 1 | -0/+3 |
| | |||||
* | get a copy of current clientView group powers | UbitUmarov | 2016-07-26 | 1 | -0/+5 |
| | |||||
* | add a few methods to modify clientview group powers | UbitUmarov | 2016-07-01 | 1 | -0/+16 |
| | |||||
* | Plumb RezRestoreToWorld from the client (part done) | Melanie Thielker | 2016-03-09 | 1 | -0/+1 |
| | |||||
* | add basic SendFindAgent() to lludp. Future use may require a list of pairs ↵ | UbitUmarov | 2015-10-26 | 1 | -0/+4 |
| | | | | (X,Y). For now one pair is good enough. | ||||
* | add missing SendAgentGroupDataUpdate to llClientView | UbitUmarov | 2015-09-27 | 1 | -1/+6 |
| | |||||
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -5/+42 |
|\ | |||||
| * | delay terrain sending if land queue is 2 busy | UbitUmarov | 2015-08-22 | 1 | -0/+5 |
| | | |||||
| * | Merge branch 'mbworkvar2' into ubitvar | UbitUmarov | 2015-08-19 | 1 | -1/+1 |
| |\ | |||||
| | * | varregion: any conversions of use of Constants.RegionSize converted into | Robert Adams | 2015-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | Util.cs routines to convert region coords to and from world coords or handles. | ||||
| * | | Track selected objects per client | Melanie Thielker | 2015-08-15 | 1 | -0/+2 |
| |/ | |||||
| * | scale ChildAgentThrottles with distance (internal to child server and not | UbitUmarov | 2014-11-06 | 1 | -0/+5 |
| | | | | | | | | root as was done before ) | ||||
| * | add method to get a category throttle rate | UbitUmarov | 2014-08-29 | 1 | -0/+5 |
| | | |||||
| * | add a direct sendpartfullUpdate to send a full object update to a part, | UbitUmarov | 2014-08-21 | 1 | -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 show | UbitUmarov | 2014-08-14 | 1 | -0/+2 |
| | | | | | | | | connections console command | ||||
| * | Merge branch 'master' into careminster | Melanie | 2013-10-04 | 1 | -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 careminster | Melanie | 2013-07-24 | 1 | -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 careminster | Melanie | 2013-05-30 | 1 | -6/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs | ||||
| * \ \ \ | Merge branch 'master' into careminster | Melanie | 2013-05-11 | 1 | -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 careminster | Melanie | 2013-05-08 | 1 | -0/+6 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/IClientAPI.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | ||||
| * | | | | | | Allow callers to set the invoice parameter for GenericMessage | Melanie | 2013-04-22 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | * Partial Commit for Avatar Appearance to include the functionality of ↵ | teravus | 2012-12-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cached Bakes. | ||||
| * | | | | | | revert the use of avatar skeleton and use avatar size provided by viewers, | UbitUmarov | 2012-12-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | since at least for now seems good enought | ||||
| * | | | | | | Merge branch 'avination' into careminster | Melanie | 2012-11-20 | 1 | -0/+5 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | * Plumbing and basic setting of the GetMesh Cap Throttler. | teravus | 2012-11-17 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Last step is to flip the throttle distribution. | ||||
| | * | | | | | | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 2012-11-15 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | ||||
| | * | | | | | | Merge master into teravuswork | teravus | 2012-11-15 | 1 | -3/+4 |
| | |\ \ \ \ \ \ | |||||
| * | \ \ \ \ \ \ | Merge branch 'avination' into careminster | Melanie | 2012-11-17 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / |