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