aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/GridService/GridService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-07store owner_uuid in the region tableMelanie1-0/+1
2009-10-05More debug messages if things go wrong.Diva Canto1-2/+24
2009-09-25Better guards on RegisterRegion in GridService.Diva Canto1-6/+8
2009-09-24Deleted the meaningless console commands on the GridService. Will need to add...Diva Canto1-72/+0
2009-09-24All tests pass for MySQL/MySQLRegionData.Diva Canto1-2/+3
2009-09-24Changed name of the hyperlink XMLRPC method to linkk-region, so that it doesn...Diva Canto1-1/+3
2009-09-23First test passes -- regions being registered and retrieved correctly in Data...Diva Canto1-1/+2
2009-09-23Changed IGridService to use the new GridRegion data structure instead of old ...Diva Canto1-15/+17
2009-09-22Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto1-2/+2
2009-09-21Changed position methods so that they assume the input params are in meters.Diva Canto1-3/+12
2009-09-21Added grid handler and grid remote connector.Diva Canto1-54/+11
2009-09-18First pass at the grid service.Diva Canto1-0/+297