aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/SerializableRegionInfo.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimized usingslbsa712007-12-271-58/+21
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* Revert most of the regionName message stuff.Charles Krinke2007-12-241-12/+0
|
* Add regionName to OGS1 regionUp report.Charles Krinke2007-12-241-0/+12
|
* * Added comments to many methods in the listed files.Teravus Ovares2007-12-101-0/+3
|
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-1/+1
| | | | notice of doom
* * 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.