Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | All tests pass for MySQL/MySQLRegionData. | Diva Canto | 2009-09-24 | 1 | -43/+18 | |
| | | | | Added OpenSim.GridServer.ini.example that I have been using for testing the ROBUST grid service with the GridClient. | |||||
* | GridServerPostHandler finished. GridClient tests all work. More guards on ↵ | Diva Canto | 2009-09-24 | 1 | -0/+4 | |
| | | | | getting parameters and replies over the wire. | |||||
* | Added test GridClient, which allowed me to remove a few bugs out of the new ↵ | Diva Canto | 2009-09-24 | 1 | -0/+9 | |
| | | | | code. | |||||
* | Changed IGridService to use the new GridRegion data structure instead of old ↵ | Diva Canto | 2009-09-23 | 1 | -9/+240 | |
| | | | | | | SimpleRegionInfo. Added grid configs to standalones. | |||||
* | Added grid handler and grid remote connector. | Diva Canto | 2009-09-21 | 1 | -1/+1 | |
| | ||||||
* | First pass at the grid service. | Diva Canto | 2009-09-18 | 1 | -6/+11 | |
| | ||||||
* | Changed GetRegionByHandle to GetRegionByPosition -- more generic. | Diva Canto | 2009-09-11 | 1 | -1/+1 | |
| | ||||||
* | Added GetRegionByHandle. | Diva Canto | 2009-09-11 | 1 | -0/+2 | |
| | ||||||
* | Removed RequestLandData from IGridService because it's already in another place. | Diva Canto | 2009-09-11 | 1 | -4/+0 | |
| | | | | Moved GetMapBlocks to a new interface IMapService. | |||||
* | Changed names of methods in IGridService. | Diva Canto | 2009-09-11 | 1 | -8/+13 | |
| | ||||||
* | Adding the new grid services skeleton. Still very much based on the old | Melanie Thielker | 2009-07-10 | 1 | -0/+83 | |
one but alowing multi-tenancy. |