John Hurliman
|
afef1ac191
Changing the AssetBase constructors to avoid initializing assets with an unknown asset type, and log an error if it ever does happen
|
15 лет назад |
Justin Clark-Casey (justincc)
|
9dd5d63495
minor: remove some mono compiler warnings
|
15 лет назад |
Diva Canto
|
c0beeb929e
* Fixes http://opensimulator.org/mantis/view.php?id=4225
|
15 лет назад |
Diva Canto
|
f4bf581b96
Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo.
|
15 лет назад |
Justin Clark-Casey (justincc)
|
730458be1f
minor: remove some mono compiler warnings
|
15 лет назад |
Diva Canto
|
6b9cc6c48d
Inventory redirects from CachedUserInfo to InventoryService COMPLETE!
|
15 лет назад |
Jeff Ames
|
2a855a6457
Comment out unused private functions to avoid compiler warnings.
|
15 лет назад |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 лет назад |
diva
|
fb6d314d4d
This should make HG asset transfers work much better. It now uses HGUuidGatherer, which is a subclass of UuidGatherer. Hence, on-line HG asset transfers use exactly the same UUID collection code as save oar/xml. If it doesn't work, it's Justin's fault :D
|
15 лет назад |
diva
|
da170cde46
Cleaning up a few HG things. HG Posts may now work in grids, but if the home grid is a standalone, this still doesn't work -- something wrong with RegionAssetService's DB connection.
|
15 лет назад |
diva
|
75b8b60aa1
Removing the last reference to CommsManager.AssetCache.
|
15 лет назад |
diva
|
13da5a9fba
Finished HG Service Store. Not fully functional because of problems with asset.ID insisting on being a UUID string.
|
15 лет назад |
diva
|
aac8ca0411
HG asset transfers starting to work -- GETs only for now.
|
15 лет назад |
Justin Clarke Casey
|
fcfc97a4bf
* minor: rename xml sog serialization method for readability
|
15 лет назад |
Justin Clarke Casey
|
032e3b49eb
* refactor: Break out original xml object serialization into a separate class
|
15 лет назад |
diva
|
4f07370d94
Accounting for the changes introduced in AssetServerBase in r9143 related to starting the thread manually. Fixes mantis #3490.
|
15 лет назад |
diva
|
06f0515d14
Bug fix in HG asset posts. Get the inner assets not just from mem cache but from asset service, because the inner ones may not be in mem cache.
|
15 лет назад |
diva
|
5b103aab89
Changed the asynchronous call to get inventory in HG, so that it properly reports problems. OGS1 should also be changed, but I'm leaving it as is for now. RestSessionObjectPosterResponse is fairly broken and should not be used.
|
15 лет назад |
diva
|
3c9cba1627
Added CreateObject(regionhandle, userID, itemID) to post objects that are to be fetched from the user's inventory server and rezzed in the region. Added all code necessary to fetch the item and the asset, and rez it inworld. The access to the item is uncap-ed and unverified -- I may place it later either under a cap or with auth verification. But in this model regions don't have the user's inventory, so they would have to guess the item IDs.
|
15 лет назад |
Adam Frisby
|
9a4192d14e
* Fixed copyright headers on HyperGrid source files. (Now match the rest of OpenSim, license text is unchanged)
|
15 лет назад |
Justin Clarke Casey
|
01f70de2ea
* Consistently lock part.TaskInventory as pointed out in http://opensimulator.org/mantis/view.php?id=3159
|
15 лет назад |
Mike Mazur
|
76c0935ec7
- remove the Metadata property from AssetBase and return all previous
|
15 лет назад |
Justin Clarke Casey
|
93837807ff
* refactor: remove AssetCache field hanging off Scene
|
15 лет назад |
lbsa71
|
801da4346a
* optimized usings.
|
15 лет назад |
Dr Scofield
|
180be7de07
this is step 2 of 2 of the OpenSim.Region.Environment refactor.
|
15 лет назад |
Dr Scofield
|
9b66108081
This changeset is the step 1 of 2 in refactoring
|
16 лет назад |