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.
|
16 年之前 |
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.
|
16 年之前 |
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.
|
16 年之前 |
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.
|
16 年之前 |
Adam Frisby
|
9a4192d14e
* Fixed copyright headers on HyperGrid source files. (Now match the rest of OpenSim, license text is unchanged)
|
16 年之前 |
Justin Clarke Casey
|
01f70de2ea
* Consistently lock part.TaskInventory as pointed out in http://opensimulator.org/mantis/view.php?id=3159
|
16 年之前 |
Mike Mazur
|
76c0935ec7
- remove the Metadata property from AssetBase and return all previous
|
16 年之前 |
Justin Clarke Casey
|
93837807ff
* refactor: remove AssetCache field hanging off Scene
|
16 年之前 |
lbsa71
|
801da4346a
* optimized usings.
|
16 年之前 |
Dr Scofield
|
180be7de07
this is step 2 of 2 of the OpenSim.Region.Environment refactor.
|
16 年之前 |
Dr Scofield
|
9b66108081
This changeset is the step 1 of 2 in refactoring
|
16 年之前 |