aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/InterregionData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged the InterregionData that Melanie had placed there onto the existing ↵diva2008-12-291-88/+0
| | | | ChildAgentDataUpdate. This commit involves a change in prebuild.xml, because ChildAgentDataUpdate uses OpenMetaverse.StructuredData. Still no use of this data structure, though. Crossing my fingers that this partial commit will compile ok...
* Add a few forgotten fields to interregion dataMelanie Thielker2008-12-251-0/+5
|
* Addinf InterregionData.cs IInterregionComms.cs and InterregionComms.csMelanie Thielker2008-12-231-0/+83
Creates a nonshared region module publishing IInterregionComms, to send data of type InterregionData to another region directly.