aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Neighbour/RemoteNeighourServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵Diva Canto2009-09-271-3/+4
| | | | neighbours in the grid service modules.
* First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto2009-09-261-1/+2
| | | | minimally. A few bugs to catch now.
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
|
* minor: remove some mono compiler warningsJustin Clarke Casey2009-07-151-2/+2
|
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-101-0/+5
| | | | | | the ball rolling on replacable modules. No user functionality yet
* Factoring out "land_data" / RequestLandData that was hanging off of ↵diva2009-06-141-1/+1
| | | | IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.
* Update svn properties.Jeff Ames2009-06-141-148/+148
|
* Renamed Region/CoreModules/ServiceConnectors to ↵diva2009-06-141-0/+148
Region/CoreModules/ServiceConnectorsOut. No functional changes.