aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Asset (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-02-19minor: Make FlotsamAssetCache default loglevel 0 to match that given in ↵Justin Clark-Casey (justincc)1-2/+2
bin/config-include/FlotsamCache.ini.example
2010-02-15Formatting cleanup.Jeff Ames1-1/+1
2010-02-12Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)1-13/+14
This resolves the problem where eyes and hair would turn white on standalone configurations When a client receives body part information, for some insane reason or other it always ends up uploading this back to the server and then immediately re-requesting it. This should have been okay since we stored that asset in cache. However, the standalone asset service connector was not checking this cache properly, so every time the client made the request for the asset it has just loaded it would get a big fat null back in the face, causing it to make clothes and hair white. This bug did not affect grids since they use a different service connector.
2010-02-05Revert "Old OpenSim installations may have no AssetCaching setting in ↵Justin Clark-Casey (justincc)1-3/+1
config-include/StandaloneCommon.ini [Modules] (or no [Modules] at all)" This will be replaced by a better solution where an enabled baking module will fail if no cache is in place (same for dynamic texture modules) This reverts commit 7058a4c2597a2b76704e906b73ae7077ff805b16.
2010-02-05Old OpenSim installations may have no AssetCaching setting in ↵Justin Clark-Casey (justincc)1-1/+3
config-include/StandaloneCommon.ini [Modules] (or no [Modules] at all) If this is the case, this patch makes CenomeAssetCache the default cache (which matches that selected in StandaloneCommon.ini.example) Not having an asset cache may lead to a continual loop of appearance baking failures and cause dynamic textures not to work, among other effects
2010-01-29Apply http://opensimulator.org/mantis/view.php?id=4548Justin Clark-Casey (justincc)1-1/+1
Fix command params check on fcache expire <datetime> Thanks coyled
2009-11-09minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2009-10-21* Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to ↵John Hurliman1-6/+2
Util.FireAndForget() * Changed Util.FireAndForget() to use any of five different methods set with async_call_method in the [Startup] section of OpenSim.ini. Look at the example config for possible values
2009-10-20* Removing cruft left over from the conversion to the new texture sending ↵John Hurliman4-66/+45
and UDP code * Changing the cache modules to only initialize the caches if they are actually enabled. Should save a bit of resources from unused cache systems
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman1-2/+2
* Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing
2009-10-19Formatting cleanup.Jeff Ames1-2/+2
2009-10-120004246: [Patch] FlotsamAssetCache deep scan & cacheMelanie1-37/+270
Thank you, mcortez.
2009-10-05* minor: tweak asset cache logging levels downwardsJustin Clark-Casey (justincc)4-12/+9
2009-10-04Stream needs to be closed before the file can be moved...Diva Canto1-5/+6
2009-10-04Make sure to close the file streams on the FlotsamCache, even if something ↵Diva Canto1-4/+12
fails.
2009-10-01Formatting cleanup.Jeff Ames2-3/+3
2009-09-25More small changes to FlotsamAssetCache as per mcortez' request.Diva Canto1-2/+2
2009-09-10* Another Timer lockTeravus Ovares (Dan Olivares)1-1/+4
2009-09-09* Lock timers when Calling Start() and Stop() when the Thread Context is ↵Teravus Ovares (Dan Olivares)1-1/+4
murky. This affects Mono only.
2009-09-08Thank you, mcortez, for a patch to fix errors in FlotsamCache and expandMelanie1-28/+130
functionality, adding console commands.
2009-08-28Standardize FlotsamAssetCache headerJustin Clark-Casey (justincc)1-25/+25
Add mcortez to CONTRIBUTORS Other minor tidy of CONTRIBUTORS
2009-08-27Remove OpenSim.ini comments from the top of FlotsamAssetCache.cs to avoid ↵Justin Clark-Casey (justincc)1-51/+0
duplication and divergence with config-include/FlotsamCache.ini.example
2009-08-27Apply http://opensimulator.org/mantis/view.php?id=3829Justin Clark-Casey (justincc)1-1/+1
Fix file access violation on Flotsam cache Thanks mcortez
2009-08-10Replace the Replaceable modules nameMelanie4-4/+4
2009-08-01Add copyright header. Formatting cleanup.Jeff Ames1-1/+1
2009-07-29Thank you, coyled, for a patch to change Flotsamcache path generationMelanie Thielker1-4/+4
to avoid directory overflow.
2009-07-28Thank you, mcortez, for a patch to correct a folder bloat issue in theMelanie Thielker1-3/+54
Flotsam Asset Cache. Fixes mantis #3950
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker4-0/+20
the ball rolling on replacable modules. No user functionality yet
2009-06-19Thanks cmickeyb for a patch that checks for null assets in Cenome asset ↵Dahlia Trimble1-3/+7
cache - Mantis #3819
2009-06-10Removing the default reading of AssetCaching on all cache modules.diva2-2/+2
2009-06-10Reverse the default setting in Flotsam Asset Cache. Nothing should be the ↵Melanie Thielker1-1/+1
default
2009-06-10Formatting cleanup.Jeff Ames1-3/+3
2009-06-09Letting the Flotsam cache be enabled even when [AssetCache] section is ↵diva1-8/+9
missing. Thank you mcortez!
2009-06-09Formatting cleanup. Ignore some generated files.Jeff Ames2-37/+37
2009-06-09Update svn properties.Jeff Ames1-523/+523
2009-06-08Updating the flotsam asset cache. Thank you, mcortez!Melanie Thielker1-438/+523
Fixes Mantis #3784
2009-06-05Committing mcortez's FlotsamAssetCache after several positive reviews.Melanie Thielker1-0/+438
Thank you, mcortez!
2009-06-04Changed a comment to reflect changes in config.diva1-1/+1
2009-06-04Add copyright headers.Jeff Ames1-9/+27
2009-06-04Update svn properties.Jeff Ames1-382/+382
2009-06-03Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵Dahlia Trimble1-0/+382
(Mantis #3759) See the files: bin/config-include/GridCommon.ini.example and bin/config-include/StandaloneCommon.ini.example to configure and enable this caching method.
2009-06-03revert r9765 due to too many errors on some compilers. Affects Mantis #3759Dahlia Trimble1-381/+0
2009-06-02Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵Dahlia Trimble1-0/+381
(Mantis #3759) See the files: bin/config-include/GridCommon.ini.example and bin/config-include/StandaloneCommon.ini.example to configure and enable this caching method.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2-2/+2
LICENSE.txt.
2009-05-28Instrumenting GlynnTuckerCache to find out the hit rate.diva1-0/+29
2009-05-27Adding the GlynnTucker cache module as the default choice in .ini's.diva1-1/+1
Minor log message change in the module itself.
2009-05-27Update svn properties.Jeff Ames1-126/+126
2009-05-26Experimental alternative cache module implementation, using ↵diva1-0/+126
GlynnTucker.Cache.dll.
2009-05-18Bug fix and config rename.diva1-1/+2
2009-05-17Renaming [ServiceConnectors] back to [Modules].diva1-2/+1