aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor: 'debug packet' console command level <= 50 then don't log ImprovedTers...Justin Clark-Casey (justincc)2010-12-171-5/+8
* Put in locks on m_killRecord to replace changed locks on m_entityUpdates.Sync...Justin Clark-Casey (justincc)2010-12-151-193/+200
* Another stab at #LoginLag. Looking forward to hear the feedback! This makes u...Diva Canto2010-12-141-2/+23
* Relax a highly constraining lock on m_entityUpdates that may be preventing re...Diva Canto2010-12-141-126/+127
* Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie2010-12-131-3/+7
* It turns out that the 1/2 sec burst for prims download is not a bug, but a fe...Diva Canto2010-12-131-11/+2
* This may have been the biggest, baddest bug in OpenSim ever... confusion betw...Diva Canto2010-12-131-2/+11
* Revert "Another stab at mantis #5256"Diva Canto2010-12-101-20/+19
* Another stab at mantis #5256Diva Canto2010-12-101-19/+20
* Revert "A stab at mantis #5256. Separate ScenePresence updates from SceneObje...Diva Canto2010-12-101-150/+128
* A stab at mantis #5256. Separate ScenePresence updates from SceneObject updat...Diva Canto2010-12-101-128/+150
* Merge branch 'master-core' into mantis5110Jonathan Freedman2010-12-053-19/+50
|\
| * Stop LLUDPServer sending updates after object deletes by always queueing deletesJustin Clark-Casey (justincc)2010-12-023-19/+28
| * minor: add some method docJustin Clark-Casey (justincc)2010-12-022-0/+22
* | Merge branch 'master-core' into mantis5110Jonathan Freedman2010-11-212-5/+23
|\ \ | |/
| * add "Unacked bytes" column to "show queues"Justin Clark-Casey (justincc)2010-11-171-1/+2
| * Fix "show queues" console commandJustin Clark-Casey (justincc)2010-11-171-3/+19
| * Fix gesture and viewer preview sounds not playingMelanie2010-11-171-2/+3
* | Merge https://github.com/opensim/opensim into mantis5110Jonathan Freedman2010-11-212-4/+5
|\ \ | |/
| * provide avatar name in log if an exception ends up at the top of an async pac...Justin Clark-Casey (justincc)2010-11-121-2/+3
| * Formatting cleanup.Jeff Ames2010-11-081-2/+2
* | Merge branch 'master' into mantis5110Jonathan Freedman2010-10-301-0/+1
|\ \ | |/
| * Fix logins and avatar appearance. Contains a Migration. May contain nuts.Melanie2010-10-301-0/+1
* | Merge branch 'master' into mantis5110Jonathan Freedman2010-10-302-7/+16
|\ \ | |/
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-10-301-1/+1
| |\
| | * Set async_packet_handling = true by defaultJustin Clark-Casey (justincc)2010-10-301-1/+1
| * | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-10-301-2/+8
| |\ \ | | |/
| * | READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie2010-10-301-6/+15
* | | Merge branch 'master' into mantis5110Jonathan Freedman2010-10-291-2/+8
|\ \ \ | | |/ | |/|
| * | Merge branch 'justincc-dev'Justin Clark-Casey (justincc)2010-10-291-2/+8
| |\ \ | | |/ | |/|
| | * Add number of ms it takes to complete UseCircuitCode packet handling to log f...Justin Clark-Casey (justincc)2010-10-291-2/+8
| * | Merge branch 'dev-appearance'Melanie2010-10-291-4/+4
| |\ \ | | |/ | |/|
* | | Merge branch 'master' into mantis5110Jonathan Freedman2010-10-291-4/+4
|\ \ \
| * \ \ Merge branch 'opensim-master' into dev-appearanceMaster ScienceSim2010-10-281-1/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2010-10-221-1/+1
| |/ |/|
| * Major refactoring of appearance handling.Master ScienceSim2010-10-201-4/+4
* | Merge remote branch 'otakup0pe/mantis5110'Justin Clark-Casey (justincc)2010-10-221-1/+1
|\ \
| * | * change the data exchanged within hypergrid transactionsJonathan Freedman2010-10-211-1/+1
| |/
* | Deleted a verbose and unneeded log message.Diva Canto2010-10-211-1/+1
|/
* Fix a comment markerMelanie2010-10-041-1/+1
* Add linden prim renderer and update libOMVMelanie2010-10-041-16/+31
* Send kill packets for avatars, tooMelanie2010-09-171-0/+4
* Send KillPackets on the Task queue rather than the State queueJustin Clark-Casey (justincc)2010-09-173-2/+17
* extend m_entityUpdates.SyncRoot lock in LLClientView.ProcessEntityUpdates() t...Justin Clark-Casey (justincc)2010-09-151-49/+49
* Improve generic message exception logging. Quieten down complaints about unh...Justin Clark-Casey (justincc)2010-09-131-2/+4
* Add client name to packet resend log messages to make them a bit more informa...Justin Clark-Casey (justincc)2010-09-131-3/+7
* MergedJohn Hurliman2010-09-121-132/+129
|\
| * Formatting cleanup.Jeff Ames2010-09-121-132/+129
* | * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-121-24/+9
|/
* Prevent child agents from being blacklisted in the kill record.Melanie2010-09-111-3/+6