Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-09-11 | extent supported number of avatar textures/bakes/wearables, tell viewers ↵ | UbitUmarov | 1 | -1/+1 | |
about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version; | |||||
2019-08-07 | Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknown | Melanie Thielker | 1 | -0/+2 | |
2019-06-09 | reduce some useless array copies | UbitUmarov | 1 | -1/+2 | |
2019-04-04 | send agent view range to new child agents | UbitUmarov | 1 | -0/+2 | |
2019-03-30 | a few more changes on initial objects send | UbitUmarov | 1 | -4/+7 | |
2019-03-23 | add more test code to make usage od compressed updates etc. Should be ↵ | UbitUmarov | 1 | -2/+2 | |
disable, but well many things can go wrong. | |||||
2019-03-20 | RegionHandshake IS critical llupd protocol not to be done by odd modules | UbitUmarov | 1 | -1/+1 | |
2019-03-17 | remove redundant code | UbitUmarov | 1 | -5/+0 | |
2019-01-20 | cosmetics on terrain patchs | UbitUmarov | 1 | -5/+2 | |
2019-01-02 | more on the hack (runprebuild) | UbitUmarov | 1 | -2/+3 | |
2019-01-01 | replace my hack by others hack | UbitUmarov | 1 | -1/+1 | |
2018-12-31 | temporary HACK to not kill some viewers | UbitUmarov | 1 | -0/+2 | |
2018-12-28 | now break several things at same time... sog/sop updates, threads options,... | UbitUmarov | 2 | -2/+3 | |
2017-11-16 | add missing part of mutes list protocol | UbitUmarov | 1 | -0/+5 | |
2017-04-14 | add functions to send entity updates imediatly, except for avatars (or now) ↵ | UbitUmarov | 1 | -1/+6 | |
they should be use to bypass normal delayed updates, for debug | |||||
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -127/+127 | |
2016-12-12 | Rename charterMember to membershipType to show what it actually is. | Melanie Thielker | 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. | |||||
2016-09-23 | add a version tag to wind and cloud data updates to iclient | UbitUmarov | 1 | -2/+2 | |
2016-08-25 | send selected objects Proprieties udp part outside update queues and as a ↵ | UbitUmarov | 1 | -0/+4 | |
physics single caps message per selection request | |||||
2016-08-18 | add caps HomeLocation ; add client SendAlertMessage(string message, string ↵ | UbitUmarov | 1 | -0/+5 | |
info), where info in info message field. only minimal testing done | |||||
2016-07-26 | add a public SetGroupPowers to clientView | UbitUmarov | 1 | -1/+3 | |
2016-07-26 | let some group related data to have a public set | UbitUmarov | 1 | -0/+3 | |
2016-07-26 | get a copy of current clientView group powers | UbitUmarov | 1 | -0/+5 | |
2016-07-01 | add a few methods to modify clientview group powers | UbitUmarov | 1 | -0/+16 | |
2016-03-09 | Plumb RezRestoreToWorld from the client (part done) | Melanie Thielker | 1 | -0/+1 | |
2015-10-26 | add basic SendFindAgent() to lludp. Future use may require a list of pairs ↵ | UbitUmarov | 1 | -0/+4 | |
(X,Y). For now one pair is good enough. | |||||
2015-09-27 | add missing SendAgentGroupDataUpdate to llClientView | UbitUmarov | 1 | -1/+6 | |
2015-08-22 | delay terrain sending if land queue is 2 busy | UbitUmarov | 1 | -0/+5 | |
2015-08-15 | Track selected objects per client | Melanie Thielker | 1 | -0/+2 | |
2015-03-29 | varregion: any conversions of use of Constants.RegionSize converted into | Robert Adams | 1 | -1/+1 | |
Util.cs routines to convert region coords to and from world coords or handles. | |||||
2014-11-25 | refactor: Move methods to start a monitored thread, start work in its own ↵ | Justin Clark-Casey (justincc) | 2 | -2/+2 | |
thread and run work in the jobengine from Watchdog to a WorkManager class. This is to achieve a clean separation of concerns - the watchdog is an inappropriate place for work management. Also adds a WorkManager.RunInThreadPool() class which feeds through to Util.FireAndForget. Also switches around the name and obj arguments to the new RunInThread() and RunJob() methods so that the callback obj comes after the callback as seen in the SDK and elsewhere | |||||
2014-11-06 | scale ChildAgentThrottles with distance (internal to child server and not | UbitUmarov | 1 | -0/+5 | |
root as was done before ) | |||||
2014-08-29 | add method to get a category throttle rate | UbitUmarov | 1 | -0/+5 | |
2014-08-21 | add a direct sendpartfullUpdate to send a full object update to a part, | UbitUmarov | 1 | -0/+3 | |
optionally overriding its parentID. check what it does to attachments | |||||
2014-08-14 | add a estimator of client ping time, and painfully make it visible in show | UbitUmarov | 1 | -0/+2 | |
connections console command | |||||
2014-04-23 | Eliminated many warnings | Oren Hurvitz | 1 | -0/+2 | |
2013-12-26 | varregion: many more updates removing the constant RegionSize and replacing | Robert Adams | 1 | -1/+1 | |
with a passed region size. This time in the map code and grid services code. | |||||
2013-12-11 | Committing the Avination Scene Presence and related texture code | Melanie | 1 | -1/+1 | |
- Parts of region crossing code - New bakes handling code - Bakes now sent from sim to sim without central storage - Appearance handling changes - Some changes to sitting - A number of unrelated fixes and improvements | |||||
2013-09-27 | refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
the code that this is symmetric with CloseAgent() | |||||
2013-07-21 | EDIT BEAMS!!! They had been missing from OpenSim since ever. Thanks to ↵ | Diva Canto | 1 | -1/+1 | |
lkalif for telling me how to route the information. The viewer effect is under the distance filter, so only avatars with cameras < 10m away see the beams. | |||||
2013-07-21 | Manage AgentUpdates more sanely: | Diva Canto | 1 | -0/+1 | |
- The existing event to scene has been split into 2: OnAgentUpdate and OnAgentCameraUpdate, to better reflect the two types of updates that the viewer sends. We can run one without the other, which is what happens when the avie is still but the user is camming around - Added thresholds (as opposed to equality) to determine whether the update is significant or not. I thin these thresholds are ok, but we can play with them later - Ignore updates of HeadRotation, which were problematic and aren't being used up stream | |||||
2013-05-25 | Update the money framework to allow sending the new style linden "serverside ↵ | Melanie | 1 | -6/+1 | |
is now viewerside" messages regarding currency This will require all money modules to be refactored! | |||||
2013-05-25 | Update the money framework to allow sending the new style linden "serverside ↵ | Melanie | 1 | -6/+1 | |
is now viewerside" messages regarding currency This will require all money modules to be refactored! | |||||
2013-05-24 | This is an experimental patch that adds support for comparing texture | Mic Bowman | 1 | -1/+1 | |
hashes for the purpose of accurately responding to AgentTextureCached packets. There is a change to IClientAPI to report the wearbles hashes that come in through the SetAppearance packet. Added storage of the texture hashes in the appearance. While these are added to the Pack/Unpack (with support for missing values) routines (which means Simian will store them properly), they are not currently persisted in Robust. | |||||
2013-05-09 | remove pointless region handle paramter from IClientAPI.SendKillObject() | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2013-05-08 | Adds an event and a method so that handling of the CachedTexture | Mic Bowman | 1 | -0/+6 | |
packet can be pulled out of LLClientView and moved to AvatarFactory. The first pass at reusing textures (turned off by default) is included. When reusing textures, if the baked textures from a previous login are still in the asset service (which generally means that they are in the simulator's cache) then the avatar will not need to rebake. This is both a performance improvement (specifically that an avatars baked textures do not need to be sent to other users who have the old textures cached) and a resource improvement (don't have to deal with duplicate bakes in the asset service cache). | |||||
2013-04-22 | Allow callers to set the invoice parameter for GenericMessage | Melanie | 1 | -2/+2 | |
2013-04-22 | Allow callers to set the invoice parameter for GenericMessage | Melanie | 1 | -2/+2 | |
2013-02-07 | Plumb the path from the client to the extra physics params and back | Melanie | 1 | -0/+5 | |
2012-12-21 | * Partial Commit for Avatar Appearance to include the functionality of ↵ | teravus | 1 | -1/+1 | |
Cached Bakes. |