aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor: add apparant total to logging when client sets throttlesJustin Clark-Casey (justincc)2014-11-251-2/+5
* minor: fix bug in throttle logging where arguments were mismatchedJustin Clark-Casey (justincc)2014-11-251-1/+1
* Add "debug lludp set scene-throttle-max <value>" console command to allow us ...Justin Clark-Casey (justincc)2014-11-252-6/+40
* Move information about "server agent rate" throttles into "show server thrott...Justin Clark-Casey (justincc)2014-11-251-0/+57
* Add "show server throttles" command for showing server specific information a...Justin Clark-Casey (justincc)2014-11-252-0/+26
* Add OutgoingPacketsQueuedCount clientstack stat.Justin Clark-Casey (justincc)2014-11-252-0/+53
* minor: Remove compiler warnings from unused fields in TokenBucketJustin Clark-Casey (justincc)2014-11-251-3/+0
* refactor: Move LLUDPServer console commands into their own class.Justin Clark-Casey (justincc)2014-11-253-480/+539
* refactor: rename "debug lludp throttle status" to "debug lludp throttle get" ...Justin Clark-Casey (justincc)2014-11-251-6/+6
* Add "debug lludp throttle set" command to allow setting of parameters at runtimeJustin Clark-Casey (justincc)2014-11-252-3/+52
* Make outboudn and packet inbox handling threads highest priority.Justin Clark-Casey (justincc)2014-11-252-0/+6
* Add "debug lludp throttle status" command to return status information about ...Justin Clark-Casey (justincc)2014-10-021-0/+36
* Add "debug lludp throttle log <level> <avatar-first-name> <avatar-last-name>"...Justin Clark-Casey (justincc)2014-10-023-18/+111
* Add "debug lludp data out" console command for logging outgoing data just bef...Justin Clark-Casey (justincc)2014-09-242-1/+52
* Make LLUDP output queue refill thread active by default, since load tests hav...Justin Clark-Casey (justincc)2014-09-042-1/+3
* Implement experimental non-default mechanism to update scene via a timer rath...Justin Clark-Casey (justincc)2014-08-261-1/+1
* Extend drop command to "debug lludp drop <in|out>..." to allow drop of inboun...Justin Clark-Casey (justincc)2014-08-192-8/+44
* Add "debug lludp drop out <add|remove> <packet-name>" console command for deb...Justin Clark-Casey (justincc)2014-08-192-0/+76
* Add clientstack.<scene>.OQRERequestsWaiting statJustin Clark-Casey (justincc)2014-08-191-0/+19
* Add experimental OutgoingQueueRefillEngine to handle queue refill processing ...Justin Clark-Casey (justincc)2014-08-193-5/+288
* Make LLUDPServer.Scene publicly gettable/privately settable instead of protec...Justin Clark-Casey (justincc)2014-08-193-49/+55
* If a user moves back in sight of a child region before the agent has been clo...Justin Clark-Casey (justincc)2014-08-151-1/+1
* On teleport to a region that already has a child agent established (e.g. a ne...Justin Clark-Casey (justincc)2014-08-151-1/+1
* Only set up the UnackedMethod for an outgoing message if that message is actu...Justin Clark-Casey (justincc)2014-08-131-1/+3
* XBakes: store the assets only in the sim's local assets cache; not in the mai...Oren Hurvitz2014-07-211-89/+37
* In "show throttles", show the maximum drip rate. This shows whether a client ...Oren Hurvitz2014-07-212-10/+11
* Added "debug packet --all" option, which changes the packet logging level for...Oren Hurvitz2014-07-211-8/+26
* Fixed the logic that decides if a packet was queued (it was reversed)Oren Hurvitz2014-07-211-5/+6
* fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...Michael Cerquoni2014-07-171-1/+1
* Bug fix in map teleports in varregions. The cherry was missing from the ice-c...Diva Canto2014-06-211-3/+2
* Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
* Send multiple terrain patches per terrain update packet if terrainRobert Adams2014-06-011-24/+100
* This little sucker had evaded my attention forever. As a consequence some ass...Diva Canto2014-05-091-10/+28
* - When sending the "My Suitcase" folder to the client, always claim it has Fo...Oren Hurvitz2014-05-061-1/+4
* Fix issue where only one of multiple attachments on the same attachpoint for ...Justin Clark-Casey (justincc)2014-05-011-5/+13
* Eliminated many warningsOren Hurvitz2014-04-231-11/+14
* Fixed: when any avatar changed his Active Group, it was set as the active gro...Oren Hurvitz2014-04-201-10/+13
* BulletSim: reduce the terrain collison margin to be the same as otherRobert Adams2014-04-121-0/+7
* LogThreadPool: when the thread is for ProcessPacketMethod, also log the packe...Oren Hurvitz2014-03-251-1/+1
* Trim search queries (for users, groups, etc.). I have found that sometimes th...Oren Hurvitz2014-03-241-1/+1
* Fix problem of hurricane speed winds. Thanks Vegaslon.Robert Adams2014-02-221-10/+5
* varregion: Send large region patches for wind and clouds.Robert Adams2014-02-111-2/+12
* Dropping the rest of Avination's modified appearance code for core.Melanie2014-02-041-18/+141
* varregion: fix for teleporting by double clicking on a map location.Robert Adams2014-01-281-0/+13
* Merge branch 'master' into varregionRobert Adams2014-01-212-0/+20
|\
| * Adds a configuration option to cannibalize bandwidth from theMic Bowman2014-01-202-0/+20
* | Merge branch 'master' into varregionRobert Adams2014-01-111-9/+18
|\ \ | |/
| * Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-081-8/+17
| |\
| | * If an agent is sitting, then do send the rotation in the agent update instead...Justin Clark-Casey (justincc)2014-01-081-8/+17
| * | Dynamically adjust to the number of visual params sent.Melanie2014-01-041-1/+1