This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-05-17 12:15:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
da170cde4684ea0f8ed90ea4ed0b30172ad9981d
opensim
/
OpenSim
/
Region
/
Framework
/
Scenes
/
Hypergrid
History
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.
2009-05-22 04:23:59 +00:00
..
HGAssetMapper.cs
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.
2009-05-22 04:23:59 +00:00
HGHyperlink.cs
* Remove compiler warnings
2009-03-19 21:16:02 +00:00
HGScene.cs
* Fixed copyright headers on HyperGrid source files. (Now match the rest of OpenSim, license text is unchanged)
2009-04-05 02:51:10 +00:00
HGScene.Inventory.cs
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.
2009-04-05 03:27:50 +00:00
HGSceneCommunicationService.cs
- moving banned check and public/private check to
2009-05-05 16:17:52 +00:00