aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Neighbour (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-192-204/+36
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-2/+2
|
* Last 27 modules' directives (service connectors out).Diva Canto2012-11-132-0/+4
|
* Don't cache regions data on the other unused LocalGridServiceConnector that ↵Justin Clark-Casey (justincc)2012-07-131-3/+3
| | | | | | the module code still sets up even if we're using one directly instantiated from the RemoteGridServiceConnector. Also improves log messages to indicate which regions are sending/receiving various neighbour protocol messages.
* minor: Make HelloNeighbour messages more informativeJustin Clark-Casey (justincc)2011-11-191-5/+10
|
* Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ↵Diva Canto2010-06-131-4/+4
| | | | neighbours.
* Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵Diva Canto2009-09-272-5/+6
| | | | 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-102-2/+2
|
* 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-102-0/+10
| | | | | | 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-142-283/+283
|
* Renamed Region/CoreModules/ServiceConnectors to ↵diva2009-06-142-0/+283
Region/CoreModules/ServiceConnectorsOut. No functional changes.