aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix agent animation updatesMelanie2011-04-171-165/+122
* Merge branch 'master' into careminster-presence-refactorMelanie2011-04-123-328/+518
|\
| * Merge branch 'queuetest' of ssh://opensimulator.org/var/git/opensim into queu...Mic Bowman2011-04-111-1/+75
| |\
| | * Fix a bug in the computation of the RTO. Basically... the RTO (theMic Bowman2011-04-041-2/+2
| | * Implements adaptive queue management and fair queueing forMic Bowman2011-04-041-118/+235
| * | Removed some priority queue debugging codeMic Bowman2011-04-111-80/+0
| * | Split the priority queue class into a seperate file. LLClientViewMic Bowman2011-04-102-205/+245
| * | Fix a bug in the computation of the RTO. Basically... the RTO (theMic Bowman2011-04-101-2/+2
| * | Implements adaptive queue management and fair queueing forMic Bowman2011-04-101-118/+235
* | | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-061-5/+21
|\ \ \ | |/ /
| * | Handle the client's parcel info requests asynchronously rather than synchrono...Justin Clark-Casey (justincc)2011-04-051-1/+1
| * | Make the "All Estates" option work from the client (this makes chosen changes...Justin Clark-Casey (justincc)2011-04-051-4/+20
| |/
| * Log which address and port the UDP listener is configured for. This will mat...Justin Clark-Casey (justincc)2011-04-011-0/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-011-28/+37
|\ \ | |/
| * (re)implement selected prim count.Justin Clark-Casey (justincc)2011-03-301-23/+23
| * disable prim count debug logging temporarilyJustin Clark-Casey (justincc)2011-03-291-1/+1
| * add save of LLClientView I forgot from last commitJustin Clark-Casey (justincc)2011-03-261-4/+2
| * Add test for PCM taint. This currently fails due to unexpected behaviour of ...Justin Clark-Casey (justincc)2011-03-261-0/+2
| * Start using IPrimCounts populated by PrimCountModule instead of LandData coun...Justin Clark-Casey (justincc)2011-03-251-13/+22
* | Fudge the group join permissions for god user in god mode. Allows to joinMelanie2011-03-231-0/+14
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-191-1/+1
|\ \ | |/
| * minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-02-181-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-122-51/+158
|\ \ | |/
| * Reinstated a couple of null checks related to the previous revert.Diva Canto2011-02-101-11/+15
| * Revert "Hunting down mantis #5365"Diva Canto2011-02-101-30/+15
| * Put the Ack of UseCircuitCode back to where it used to be. Some ppl are repor...Diva Canto2011-02-091-6/+5
| * Comment instrumentation out. Not needed anymore. Left in comments, in case it...Diva Canto2011-02-091-4/+7
| * Fix the negative number problem in TokenBucket. mantis #5365Diva Canto2011-02-091-5/+4
| * Revert "Brute-force debug -- mantis #5365"Diva Canto2011-02-092-20/+3
| * Revert "Don't build strings unless we're in emergency debugging."Diva Canto2011-02-091-8/+8
| * More detection of negatives.Diva Canto2011-02-091-0/+3
| * Detect negative dripAmounts in TokenBuckets. These negatives result from over...Diva Canto2011-02-091-0/+3
| * Don't build strings unless we're in emergency debugging.Diva Canto2011-02-081-8/+8
| * Brute-force debug -- mantis #5365Diva Canto2011-02-082-3/+20
| * Avoid potential race conditions on UseCircuitCode. I artificially made the ra...Diva Canto2011-02-081-23/+28
| * Minor addition to the previous commitDiva Canto2011-02-081-3/+12
| * Minor improvement to previous commit.Diva Canto2011-02-081-2/+4
| * Added emergency monitoring of UDP Outgoing packets thread. Just type "emergen...Diva Canto2011-02-081-0/+100
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-071-15/+30
|\ \ | |/
| * Hunting down mantis #5365Diva Canto2011-02-071-15/+30
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-072-7/+14
|\ \ | |/
| * Record number of resent packets in LindenUDP stack and display in stats reportJustin Clark-Casey (justincc)2011-02-022-3/+9
| * Stop double counting dequeued packets for packets sent numberJustin Clark-Casey (justincc)2011-02-021-4/+5
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-281-1/+2
|\ \ | |/
| * Thank you, Goetz, for a patch to fix prim count display in cut regions.Melanie2011-01-281-1/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-233-12/+15
|\ \ | |/
| * implement "show throttles" command for showing current agent throttles and th...Justin Clark-Casey (justincc)2011-01-212-3/+6
| * Correct "show queues" to show queued packet numbers for each client instead o...Justin Clark-Casey (justincc)2011-01-191-9/+9
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-183-38/+24
|\ \ | |/
| * force objectId to UUID.Zero for non-overridden animations in AvatarAnimation ...dahlia2011-01-171-1/+4