aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLImageManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-301-257/+0
* Got rid of all hyperassets references. Also fixed accessing textures in user'...Diva Canto2010-07-041-4/+1
* * Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This...John Hurliman2009-10-191-2/+0
* * Read scene_throttle_bps from the config file and use itJohn Hurliman2009-10-141-9/+2
* Merge branch 'htb-throttle' of ssh://opensimulator.org/var/git/opensim into h...John Hurliman2009-10-141-0/+5
|\
| * Merge branch 'master' into htb-throttleMelanie2009-10-141-0/+5
| |\
| | * * Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto2009-10-121-0/+5
* | | * Minimized the number of times textures are pulled off the priority queueJohn Hurliman2009-10-141-23/+25
|/ /
* | * Copied LocklessQueue.cs into OpenSim.Framework and added the .Count propert...John Hurliman2009-10-131-5/+1
* | * Fixed a bug where clients were being added to ClientManager twiceJohn Hurliman2009-10-131-22/+22
|/
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into htb-thr...John Hurliman2009-10-051-18/+24
|\
| * Changed the lock object, to see if this helps at all. Also switched the order...Diva Canto2009-10-051-11/+15
| * Reduced locking.Diva Canto2009-10-041-8/+10
* | Beginning work on the new LLUDP implementationJohn Hurliman2009-10-051-1/+1
|/
* * Removed code that is no longer used with Melanie's queue callback optimizationJohn Hurliman2009-10-021-126/+88
* * Removed even more unnecessary state variables from J2KImageJohn Hurliman2009-10-021-23/+23
* Restore the missing image handling to the image manager. The missingMelanie2009-10-021-65/+79
* Merge branch 'diva-textures-osgrid' into texturetestMelanie2009-10-021-7/+28
|\
| * Locking the priority queue to see if it gets pass that exception.Diva Canto2009-10-011-7/+28
* | Change texture sending to be driven by the queue empty event from theMelanie2009-10-021-2/+7
|/
* Removing console debug spewJohn Hurliman2009-10-011-7/+7
* * Rewrote LLImageManager to use a real priority queue and hold minimal stateJohn Hurliman2009-10-011-207/+117
* This releases the texture assets from LLImageManager cache, and re-requests t...Diva Canto2009-09-301-1/+22
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-06-251-44/+37
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-3/+4
* fixes exception thrown when client session is shutdown whileDr Scofield2009-04-291-0/+2
* It is possible that apacket is recieved before the clint stack is fully ready.Melanie Thielker2009-04-201-0/+2
* Thank you kindly, RemedyTomm for a patch that:Charles Krinke2009-04-181-51/+102
* * Commit a variety of fixes to bugs discovered while trying to fix the NaN si...Teravus Ovares2009-04-141-0/+10
* scream out a bit warning if we failed to set default imageSean Dague2009-04-131-0/+2
* put J2KImage into it's own file, please no doubling up on classes inSean Dague2009-04-131-316/+0
* * Patch from RemedyTomm Mantis 3440Teravus Ovares2009-04-101-507/+410
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-7/+11
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-1/+1
* * Apply http://opensimulator.org/mantis/view.php?id=3149Justin Clarke Casey2009-02-131-14/+2
* * refactor: Move export map function to world map module from sceneJustin Clarke Casey2009-02-131-6/+0
* * optimized usings.lbsa712009-02-121-5/+3
* From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-091-2/+2
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-1/+1
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-041-26/+26
* * Adds console command, 'predecode-j2k <number of threads>' to load all of th...Teravus Ovares2009-01-251-1/+13
* * Remove a few unnecessary locks to try and prevent lock contention in LLImag...Teravus Ovares2009-01-221-7/+7
* * Another image packet edge case. Thanks nebadon for printing a log of itTeravus Ovares2009-01-191-1/+20
* * Set SVN PropertiesTeravus Ovares2009-01-191-664/+664
* * Progressive texture patch + PriorityQueue put into the LLClient namespace.Teravus Ovares2009-01-191-0/+664