aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/InterregionData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-29Merged the InterregionData that Melanie had placed there onto the existing ↵diva1-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...
2008-12-25Add a few forgotten fields to interregion dataMelanie Thielker1-0/+5
2008-12-23Addinf InterregionData.cs IInterregionComms.cs and InterregionComms.csMelanie Thielker1-11/+46
Creates a nonshared region module publishing IInterregionComms, to send data of type InterregionData to another region directly.
2008-11-08Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames1-0/+27
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-10/+10
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-07-11Update svn properties.Jeff Ames1-20/+20
2008-07-08* Split out various classes from IClientAPI into their own files, in ↵lbsa711-0/+21
accordance with code standards