Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'careminster' into careminster-presence-refactor | Melanie | 2010-04-13 | 1 | -0/+5 |
|\ | |||||
| * | Backported GetTextureModule and IAssetService.GetCached() | John Hurliman | 2010-04-08 | 1 | -0/+5 |
| | | |||||
* | | * UuidGatherer now tracks asset types for assets it discovers. The asset ↵ | John Hurliman | 2010-03-15 | 1 | -1/+1 |
|/ | | | | | | types are inferred from context * OAR saving will attempt to correct unknown asset types before writing broken assets to the OAR file | ||||
* | minor: Make FlotsamAssetCache default loglevel 0 to match that given in ↵ | Justin Clark-Casey (justincc) | 2010-02-19 | 1 | -2/+2 |
| | | | | bin/config-include/FlotsamCache.ini.example | ||||
* | Formatting cleanup. | Jeff Ames | 2010-02-15 | 1 | -1/+1 |
| | |||||
* | Fix http://opensimulator.org/mantis/view.php?id=4224 | Justin Clark-Casey (justincc) | 2010-02-12 | 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. | ||||
* | Revert "Old OpenSim installations may have no AssetCaching setting in ↵ | Justin Clark-Casey (justincc) | 2010-02-05 | 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. | ||||
* | Old OpenSim installations may have no AssetCaching setting in ↵ | Justin Clark-Casey (justincc) | 2010-02-05 | 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 | ||||
* | Apply http://opensimulator.org/mantis/view.php?id=4548 | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -1/+1 |
| | | | | | Fix command params check on fcache expire <datetime> Thanks coyled | ||||
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2009-11-09 | 1 | -1/+1 |
| | |||||
* | * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to ↵ | John Hurliman | 2009-10-21 | 1 | -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 Hurliman | 2009-10-20 | 4 | -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.NHibernate | John Hurliman | 2009-10-19 | 1 | -2/+2 |
| | | | | * Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing | ||||
* | Formatting cleanup. | Jeff Ames | 2009-10-19 | 1 | -2/+2 |
| | |||||
* | 0004246: [Patch] FlotsamAssetCache deep scan & cache | Melanie | 2009-10-12 | 1 | -37/+270 |
| | | | | Thank you, mcortez. | ||||
* | * minor: tweak asset cache logging levels downwards | Justin Clark-Casey (justincc) | 2009-10-05 | 4 | -12/+9 |
| | |||||
* | Stream needs to be closed before the file can be moved... | Diva Canto | 2009-10-04 | 1 | -5/+6 |
| | |||||
* | Make sure to close the file streams on the FlotsamCache, even if something ↵ | Diva Canto | 2009-10-04 | 1 | -4/+12 |
| | | | | fails. | ||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 2 | -3/+3 |
| | |||||
* | More small changes to FlotsamAssetCache as per mcortez' request. | Diva Canto | 2009-09-25 | 1 | -2/+2 |
| | |||||
* | * Another Timer lock | Teravus Ovares (Dan Olivares) | 2009-09-10 | 1 | -1/+4 |
| | |||||
* | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-09-09 | 1 | -28/+130 |
|\ | |||||
| * | Thank you, mcortez, for a patch to fix errors in FlotsamCache and expand | Melanie | 2009-09-08 | 1 | -28/+130 |
| | | | | | | | | functionality, adding console commands. | ||||
* | | * Lock timers when Calling Start() and Stop() when the Thread Context is ↵ | Teravus Ovares (Dan Olivares) | 2009-09-09 | 1 | -1/+4 |
|/ | | | | murky. This affects Mono only. | ||||
* | Standardize FlotsamAssetCache header | Justin Clark-Casey (justincc) | 2009-08-28 | 1 | -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-27 | 1 | -51/+0 |
| | | | | duplication and divergence with config-include/FlotsamCache.ini.example | ||||
* | Apply http://opensimulator.org/mantis/view.php?id=3829 | Justin Clark-Casey (justincc) | 2009-08-27 | 1 | -1/+1 |
| | | | | | Fix file access violation on Flotsam cache Thanks mcortez | ||||
* | Replace the Replaceable modules name | Melanie | 2009-08-10 | 4 | -4/+4 |
| | |||||
* | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-08-01 | 1 | -1/+1 |
| | |||||
* | Thank you, coyled, for a patch to change Flotsamcache path generation | Melanie Thielker | 2009-07-29 | 1 | -4/+4 |
| | | | | | | to avoid directory overflow. | ||||
* | Thank you, mcortez, for a patch to correct a folder bloat issue in the | Melanie Thielker | 2009-07-28 | 1 | -3/+54 |
| | | | | | | | Flotsam Asset Cache. Fixes mantis #3950 | ||||
* | Committing the interface change and the addition to the modules to get | Melanie Thielker | 2009-07-10 | 4 | -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 Trimble | 2009-06-19 | 1 | -3/+7 |
| | | | | cache - Mantis #3819 | ||||
* | Removing the default reading of AssetCaching on all cache modules. | diva | 2009-06-10 | 2 | -2/+2 |
| | |||||
* | Reverse the default setting in Flotsam Asset Cache. Nothing should be the ↵ | Melanie Thielker | 2009-06-10 | 1 | -1/+1 |
| | | | | default | ||||
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 1 | -3/+3 |
| | |||||
* | Letting the Flotsam cache be enabled even when [AssetCache] section is ↵ | diva | 2009-06-09 | 1 | -8/+9 |
| | | | | missing. Thank you mcortez! | ||||
* | Formatting cleanup. Ignore some generated files. | Jeff Ames | 2009-06-09 | 2 | -37/+37 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-06-09 | 1 | -523/+523 |
| | |||||
* | Updating the flotsam asset cache. Thank you, mcortez! | Melanie Thielker | 2009-06-08 | 1 | -438/+523 |
| | | | | | | Fixes Mantis #3784 | ||||
* | Committing mcortez's FlotsamAssetCache after several positive reviews. | Melanie Thielker | 2009-06-05 | 1 | -0/+438 |
| | | | | | | Thank you, mcortez! | ||||
* | Changed a comment to reflect changes in config. | diva | 2009-06-04 | 1 | -1/+1 |
| | |||||
* | Add copyright headers. | Jeff Ames | 2009-06-04 | 1 | -9/+27 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-06-04 | 1 | -382/+382 |
| | |||||
* | Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵ | Dahlia Trimble | 2009-06-03 | 1 | -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 #3759 | Dahlia Trimble | 2009-06-03 | 1 | -381/+0 |
| | |||||
* | Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵ | Dahlia Trimble | 2009-06-02 | 1 | -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 Ames | 2009-06-01 | 2 | -2/+2 |
| | | | | LICENSE.txt. | ||||
* | Instrumenting GlynnTuckerCache to find out the hit rate. | diva | 2009-05-28 | 1 | -0/+29 |
| | |||||
* | Adding the GlynnTucker cache module as the default choice in .ini's. | diva | 2009-05-27 | 1 | -1/+1 |
| | | | | | Minor log message change in the module itself. |