aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/SerializableRegionInfo.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * All remoting calls are now using Serializable valuesTeravus Ovares2007-12-071-1/+1
| | | | | | * There's still goofyness though, because other regions are denying child agent avatar. * Still more debugging required.
* removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames2007-12-061-4/+2
|
* set svn:eol-styleJeff Ames2007-11-291-195/+195
|
* * Restaring the sim works fine in grid mode now. Sims announce themselves ↵Teravus Ovares2007-11-281-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.