aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-101-1/+1
|
* 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-101-0/+5
| | | | | | the ball rolling on replacable modules. No user functionality yet
* 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-091-3/+3
|
* 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!