aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-12-09HGAssetMapper: Get wasn't really working. It's true that some assets are ↵Diva Canto1-3/+35
copied in the process of being gathered their UUID, but not all. Specifically, terminal assets like textures aren't copied. We have to go one more time through the ids.
2012-09-25Deleted extraneous debug messageDiva Canto1-2/+0
2012-09-21Moved the small HGUuidGatherer class to the file where its parent class is. ↵Diva Canto1-17/+2
No need to keep 2 separate files.
2012-09-21Removed redundant asset fetches on HGAssetMapper. The UuidGatherer already ↵Diva Canto1-18/+24
downloads the assets, so we don't need to do it again...
2012-09-21Minor: change the return value of unsuccessful posts to string.Empty.Diva Canto1-1/+1
2012-09-20More HG2.0: Added permission policies in HGAsset Service based on asset ↵Diva Canto1-15/+19
types. The policies are given in the config. This is only half of the story. The other half, pertaining to exports/imports made by the sim, will be done next.
2012-01-12HG: normalize all externalized user ULRs to be the Home URL, i.e. the ↵Diva Canto1-5/+5
location of the user's UAS. This corrects an earlier design which had some cases pointing to the profile server. WARNING: CONFIGURATION CHANGES in both the sims (*Common.ini) and the Robust configs (Robust.HG.ini). Please check diff of the example files, but basically all vars that were pointing to profile should point to the UAS instead and should be called HomeURI.
2011-12-23HG: one more adjustment with trailing /sDiva Canto1-2/+8
2010-11-26Creator information preserved upon HG transfers.Diva Canto1-6/+77
2010-08-13minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2010-07-04Started to clean up the mess with HyperAssets in LLClientView. Fixed HG ↵Diva Canto1-0/+2
access to Notecards in user's inventory.
2010-06-08* Changed CreatorIDs consistently to varchar(128)Diva Canto1-0/+4
* Deleted redundant migration for assets in SQLite * Rewrote XInventory migrations in SQLite in the new style
2010-03-15* UuidGatherer now tracks asset types for assets it discovers. The asset ↵John Hurliman1-2/+2
types are inferred from context * OAR saving will attempt to correct unknown asset types before writing broken assets to the OAR file
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman1-1/+1
CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
2010-01-30* HGScene is no more.Diva Canto1-0/+200
* Moved a few key inventory access methods from Scene.Inventory to an IInventoryAccessModule module