aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IGridService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* First pass at the grid service.Diva Canto2009-09-181-6/+11
|
* Changed GetRegionByHandle to GetRegionByPosition -- more generic.Diva Canto2009-09-111-1/+1
|
* Added GetRegionByHandle.Diva Canto2009-09-111-0/+2
|
* Removed RequestLandData from IGridService because it's already in another place.Diva Canto2009-09-111-4/+0
| | | | Moved GetMapBlocks to a new interface IMapService.
* Changed names of methods in IGridService.Diva Canto2009-09-111-8/+13
|
* Adding the new grid services skeleton. Still very much based on the oldMelanie Thielker2009-07-101-0/+83
one but alowing multi-tenancy.