aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/SerializableRegionInfo.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-27* Optimized usingslbsa711-58/+21
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-24Revert most of the regionName message stuff.Charles Krinke1-12/+0
2007-12-24Add regionName to OGS1 regionUp report.Charles Krinke1-0/+12
2007-12-10* Added comments to many methods in the listed files.Teravus Ovares1-0/+3
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-1/+1
notice of doom
2007-12-07* All remoting calls are now using Serializable valuesTeravus Ovares1-1/+1
* There's still goofyness though, because other regions are denying child agent avatar. * Still more debugging required.
2007-12-06removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames1-4/+2
2007-11-29set svn:eol-styleJeff Ames1-195/+195
2007-11-28* Restaring the sim works fine in grid mode now. Sims announce themselves ↵Teravus Ovares1-0/+195
to their neighbors when they start up. Neighbors get this message and tell their agents that there's a new sim up. * Certain unrecoverable physics based crashes in ODE are now hooked up to the 'restart the sim' routine.