aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Asset (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Old OpenSim installations may have no AssetCaching setting in ↵Justin Clark-Casey (justincc)2010-02-051-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.
* Old OpenSim installations may have no AssetCaching setting in ↵Justin Clark-Casey (justincc)2010-02-051-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
* Apply http://opensimulator.org/mantis/view.php?id=4548Justin Clark-Casey (justincc)2010-01-291-1/+1
| | | | | Fix command params check on fcache expire <datetime> Thanks coyled
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-091-1/+1
|
* * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to ↵John Hurliman2009-10-211-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
* * Removing cruft left over from the conversion to the new texture sending ↵John Hurliman2009-10-204-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
* * Removed OpenSim.Data.NHibernateJohn Hurliman2009-10-191-2/+2
| | | | * Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing
* Formatting cleanup.Jeff Ames2009-10-191-2/+2
|
* 0004246: [Patch] FlotsamAssetCache deep scan & cacheMelanie2009-10-121-37/+270
| | | | Thank you, mcortez.
* * minor: tweak asset cache logging levels downwardsJustin Clark-Casey (justincc)2009-10-054-12/+9
|
* Stream needs to be closed before the file can be moved...Diva Canto2009-10-041-5/+6
|
* Make sure to close the file streams on the FlotsamCache, even if something ↵Diva Canto2009-10-041-4/+12
| | | | fails.
* Formatting cleanup.Jeff Ames2009-10-012-3/+3
|
* More small changes to FlotsamAssetCache as per mcortez' request.Diva Canto2009-09-251-2/+2
|
* * Another Timer lockTeravus Ovares (Dan Olivares)2009-09-101-1/+4
|
* Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-09-091-28/+130
|\
| * Thank you, mcortez, for a patch to fix errors in FlotsamCache and expandMelanie2009-09-081-28/+130
| | | | | | | | functionality, adding console commands.
* | * Lock timers when Calling Start() and Stop() when the Thread Context is ↵Teravus Ovares (Dan Olivares)2009-09-091-1/+4
|/ | | | murky. This affects Mono only.
* Standardize FlotsamAssetCache headerJustin Clark-Casey (justincc)2009-08-281-25/+25
| | | | | Add mcortez to CONTRIBUTORS Other minor tidy of CONTRIBUTORS
* Remove OpenSim.ini comments from the top of FlotsamAssetCache.cs to avoid ↵Justin Clark-Casey (justincc)2009-08-271-51/+0
| | | | duplication and divergence with config-include/FlotsamCache.ini.example
* Apply http://opensimulator.org/mantis/view.php?id=3829Justin Clark-Casey (justincc)2009-08-271-1/+1
| | | | | Fix file access violation on Flotsam cache Thanks mcortez
* Replace the Replaceable modules nameMelanie2009-08-104-4/+4
|
* Add copyright header. Formatting cleanup.Jeff Ames2009-08-011-1/+1
|
* Thank you, coyled, for a patch to change Flotsamcache path generationMelanie Thielker2009-07-291-4/+4
| | | | | | to avoid directory overflow.
* Thank you, mcortez, for a patch to correct a folder bloat issue in theMelanie Thielker2009-07-281-3/+54
| | | | | | | Flotsam Asset Cache. Fixes mantis #3950
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-104-0/+20
| | | | | | the ball rolling on replacable modules. No user functionality yet
* Thanks cmickeyb for a patch that checks for null assets in Cenome asset ↵Dahlia Trimble2009-06-191-3/+7
| | | | cache - Mantis #3819
* Removing the default reading of AssetCaching on all cache modules.diva2009-06-102-2/+2
|
* Reverse the default setting in Flotsam Asset Cache. Nothing should be the ↵Melanie Thielker2009-06-101-1/+1
| | | | default
* Formatting cleanup.Jeff Ames2009-06-101-3/+3
|
* Letting the Flotsam cache be enabled even when [AssetCache] section is ↵diva2009-06-091-8/+9
| | | | missing. Thank you mcortez!
* Formatting cleanup. Ignore some generated files.Jeff Ames2009-06-092-37/+37
|
* Update svn properties.Jeff Ames2009-06-091-523/+523
|
* Updating the flotsam asset cache. Thank you, mcortez!Melanie Thielker2009-06-081-438/+523
| | | | | | Fixes Mantis #3784
* Committing mcortez's FlotsamAssetCache after several positive reviews.Melanie Thielker2009-06-051-0/+438
| | | | | | Thank you, mcortez!
* Changed a comment to reflect changes in config.diva2009-06-041-1/+1
|
* Add copyright headers.Jeff Ames2009-06-041-9/+27
|
* Update svn properties.Jeff Ames2009-06-041-382/+382
|
* Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵Dahlia Trimble2009-06-031-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.
* revert r9765 due to too many errors on some compilers. Affects Mantis #3759Dahlia Trimble2009-06-031-381/+0
|
* Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵Dahlia Trimble2009-06-021-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.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-012-2/+2
| | | | LICENSE.txt.
* Instrumenting GlynnTuckerCache to find out the hit rate.diva2009-05-281-0/+29
|
* Adding the GlynnTucker cache module as the default choice in .ini's.diva2009-05-271-1/+1
| | | | | Minor log message change in the module itself.
* Update svn properties.Jeff Ames2009-05-271-126/+126
|
* Experimental alternative cache module implementation, using ↵diva2009-05-261-0/+126
| | | | GlynnTucker.Cache.dll.
* Bug fix and config rename.diva2009-05-181-1/+2
|
* Renaming [ServiceConnectors] back to [Modules].diva2009-05-171-2/+1
|
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-151-1/+5
| | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
* Make the accet cache module actually register the interfaceMelanie Thielker2009-05-121-0/+2
|