aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/WearableCacheItem.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-02-01Refactor asset handling as per Ubit's suggestionMelanie Thielker1-2/+2
2017-01-30Make negative asset caching actually workMelanie Thielker1-1/+2
Also fixes some merge artefacts in HGAssetBroker where cached assets were requested but not actually used and completely squelch a materials debug message because there is nothing the user can do to fix it anyway.
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-3/+3
2016-12-29Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache ↵Melanie Thielker1-2/+2
is long gone.
2014-11-12Increase wearablecache size to 32Melanie Thielker1-1/+1
2014-10-26 dont send baked textures assets, but send cache informationUbitUmarov1-0/+4
2014-08-14*DANGER* make baked textures cross and make use of it * UNTESTED *UbitUmarov1-1/+59
issue: alll this seems to be sent back to childs, need to stop that
2014-08-07update the max number of texture faces and wearables to current values.UbitUmarov1-2/+4
This should be safe now..
2014-08-07DANGER... changed bakedtextures caching. Assuming grid baking is cacheUbitUmarov1-1/+1
only, reduced number of accesses to it. TESTING
2013-12-11Add missing files *blush*Melanie1-0/+157
2012-12-29* This finishes the implementation of AgentCachedTexture. Requires the ↵teravus1-0/+118
XBakes Module and service for full functionality. Previous no-cache functionality works without the service and module. In some ways, I would have been happier not putting an AssetBase in WearableCacheItem.. but turns out it was probably unavoidable. No additional locks, yay.
2012-12-21* Partial Commit for Avatar Appearance to include the functionality of ↵teravus1-5/+5
Cached Bakes.
2008-11-08Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames1-0/+27
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-3/+3
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-07-11Update svn properties.Jeff Ames1-11/+11
2008-07-08* Split out various classes from IClientAPI into their own files, in ↵lbsa711-0/+12
accordance with code standards