aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Asset (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-02Actually call Close() for shared region modules when the simulator is being s...Justin Clark-Casey (justincc)1-3/+6
2014-04-02Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz1-0/+12
2014-03-26- Increased the threadpool timeout to 10 minutesOren Hurvitz1-2/+2
2014-01-20Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz1-2/+2
2014-01-18Remove redundant methods in FlotsamAssetCacheJustin Clark-Casey (justincc)1-10/+0
2014-01-18implement CoreAssetCache.Check()Justin Clark-Casey (justincc)1-1/+2
2014-01-18implement GlynnTuckerAssetCache.Check()Justin Clark-Casey (justincc)1-1/+1
2014-01-18Properly implement CenomeAssetCache.Check()Justin Clark-Casey (justincc)1-2/+4
2014-01-18Simplify FlotsamAssetCache.CheckFromMemoryCache()Justin Clark-Casey (justincc)1-6/+1
2014-01-18Elminate some copy/paste in FlotsamAssetCache.CheckFromFileCache() and use us...Justin Clark-Casey (justincc)1-33/+10
2014-01-18elminate unnecessary asset != null check in FlotsamAssetCache.UpdateFileCache()Justin Clark-Casey (justincc)1-50/+47
2013-12-11Committing the Avination Scene Presence and related texture codeMelanie4-40/+144
2013-10-30Make "fcache status" command also display information on disk/mem cache hit r...Justin Clark-Casey (justincc)1-18/+38
2013-10-30Put fcache commands output to console, not logJustin Clark-Casey (justincc)1-28/+25
2013-03-30In the flotasm asset cache, if we get a request for a file that we're activel...Justin Clark-Casey (justincc)1-25/+27
2013-02-08Don't allow exceptions to propogate from FlotsamAssetCache which may occur wh...Justin Clark-Casey (justincc)1-32/+57
2013-02-02Log missing assets on "fcache assets" found. This ignores references found b...Justin Clark-Casey (justincc)1-15/+26
2012-12-05minor: Fix more compiler warnings in CoreModules tests by properly overriding...Justin Clark-Casey (justincc)1-1/+3
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+1
2012-11-14Possibly fixes mantis #6429 (Flotsam cache having a null ref to the asset ser...Diva Canto1-4/+2
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto3-0/+6
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-11-10Cleaning up some confusion with Addin names introduced in a prior commit. Als...Diva Canto1-2/+2
2012-09-15For FlotsamAssetCache, always update access times of cached scene assets befo...Justin Clark-Casey (justincc)1-20/+17
2012-09-09Adjust namespce of FlotsamCacheBlueWall2-2/+1
2012-09-09Revert "Move addin information to CoreModulePlugin.addin.xml"BlueWall2-2/+6
2012-09-07Move addin information to CoreModulePlugin.addin.xmlBlueWall2-6/+2
2012-06-20minor: Lower flotsam asset cache warning about not having a FlotsamCache.ini ...Justin Clark-Casey (justincc)1-1/+1
2012-05-04Use the more efficient HashSet instead of List for FlotasmAssetCache.m_Curren...Justin Clark-Casey (justincc)1-1/+1
2012-05-04Don't try and update the access time of a file that is actively being cached.Justin Clark-Casey (justincc)1-2/+6
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)1-1/+1
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-4/+4
2011-10-22refactor: rename some AssetHelpers.CreateAsset() methods to CreateNotecardAss...Justin Clark-Casey (justincc)1-4/+4
2011-08-16minor: change some comment text in flotsam asset cacheJustin Clark-Casey (justincc)1-4/+3
2011-08-16On Flotsam asset cache, go back to moving the file from the temporary locatio...Justin Clark-Casey (justincc)1-26/+47
2011-08-13Fix a problem in the Flotsam asset cache where assets were being put into the...Justin Clark-Casey (justincc)1-2/+6
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)1-6/+6
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)1-2/+2
2011-08-05refactor: remove a sliver of unnecessary codeJustin Clark-Casey (justincc)1-4/+1
2011-08-05Instead of moving the file to its final place when FlotsamCache writes to dis...Justin Clark-Casey (justincc)1-2/+7
2011-08-02Fix Flotsam cache so it will use the disk cache if the memory cache is enabledRobert Adams1-2/+2
2011-07-30Replace the generic exception logging in flotsam asset cache with more specif...Justin Clark-Casey (justincc)1-26/+24
2011-07-30correct misleading "fcache status" text - deep scans are not performed when t...Justin Clark-Casey (justincc)1-1/+1
2011-07-04Add TestClearCache()Justin Clark-Casey (justincc)1-0/+17
2011-07-04add TestExpireAsset()Justin Clark-Casey (justincc)1-0/+20
2011-07-04refactor: Move test setup code into setup methodJustin Clark-Casey (justincc)1-13/+20
2011-07-04Make it possible to disable the file part of the flotsam asset cacheJustin Clark-Casey (justincc)2-39/+74
2011-07-04refactor: Split file cache manipulation code into separate methods, as has al...Justin Clark-Casey (justincc)1-102/+131
2011-07-04Add basic flotsam asset cache test for retrieved cached asset.Justin Clark-Casey (justincc)2-0/+84
2011-06-11If the flotsam asset cache console command "fcache clear" is specified on its...Justin Clark-Casey (justincc)1-11/+26