aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* HG: normalize all externalized user ULRs to be the Home URL, i.e. the ↵Diva Canto2012-01-121-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.
* HG: one more adjustment with trailing /sDiva Canto2011-12-231-2/+8
|
* Creator information preserved upon HG transfers.Diva Canto2010-11-261-6/+77
|
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-131-1/+1
|
* Started to clean up the mess with HyperAssets in LLClientView. Fixed HG ↵Diva Canto2010-07-041-0/+2
| | | | access to Notecards in user's inventory.
* * Changed CreatorIDs consistently to varchar(128)Diva Canto2010-06-081-0/+4
| | | | | * Deleted redundant migration for assets in SQLite * Rewrote XInventory migrations in SQLite in the new style
* * UuidGatherer now tracks asset types for assets it discovers. The asset ↵John Hurliman2010-03-151-2/+2
| | | | | | types are inferred from context * OAR saving will attempt to correct unknown asset types before writing broken assets to the OAR file
* * Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman2010-02-221-1/+1
| | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
* * HGScene is no more.Diva Canto2010-01-301-0/+200
* Moved a few key inventory access methods from Scene.Inventory to an IInventoryAccessModule module