Jeff Ames
|
2a855a6457
Comment out unused private functions to avoid compiler warnings.
|
hace 15 años |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
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
|
hace 15 años |
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.
|
hace 15 años |
diva
|
75b8b60aa1
Removing the last reference to CommsManager.AssetCache.
|
hace 15 años |
diva
|
13da5a9fba
Finished HG Service Store. Not fully functional because of problems with asset.ID insisting on being a UUID string.
|
hace 15 años |
diva
|
aac8ca0411
HG asset transfers starting to work -- GETs only for now.
|
hace 15 años |
Justin Clarke Casey
|
fcfc97a4bf
* minor: rename xml sog serialization method for readability
|
hace 15 años |
Justin Clarke Casey
|
032e3b49eb
* refactor: Break out original xml object serialization into a separate class
|
hace 15 años |
diva
|
4f07370d94
Accounting for the changes introduced in AssetServerBase in r9143 related to starting the thread manually. Fixes mantis #3490.
|
hace 16 años |
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.
|
hace 16 años |
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.
|
hace 16 años |
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.
|
hace 16 años |
Adam Frisby
|
9a4192d14e
* Fixed copyright headers on HyperGrid source files. (Now match the rest of OpenSim, license text is unchanged)
|
hace 16 años |
Justin Clarke Casey
|
01f70de2ea
* Consistently lock part.TaskInventory as pointed out in http://opensimulator.org/mantis/view.php?id=3159
|
hace 16 años |
Mike Mazur
|
76c0935ec7
- remove the Metadata property from AssetBase and return all previous
|
hace 16 años |
Justin Clarke Casey
|
93837807ff
* refactor: remove AssetCache field hanging off Scene
|
hace 16 años |
lbsa71
|
801da4346a
* optimized usings.
|
hace 16 años |
Dr Scofield
|
180be7de07
this is step 2 of 2 of the OpenSim.Region.Environment refactor.
|
hace 16 años |
Dr Scofield
|
9b66108081
This changeset is the step 1 of 2 in refactoring
|
hace 16 años |