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