aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/SerializableRegionInfo.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin ↵Johan Berntsson1-2/+58
support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim.
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby1-1/+1
* Converted all instances of "256" spotted to use RegionSize instead. Some approximations used for border crossings (ie 255.9f) are still using that value, but should be updated to use something based on RegionSize. * Moving Terrain to a RegionModule, implemented ITerrainChannel and TerrainModule - nonfunctional, but will be soon.
2008-02-02Hopefully fixed MySQL DB crash on startup issue (so we can remove 3 sec wait).Tedd Hansen1-0/+2
Added option to try alternate UDP ports if the one configured is in use. UDP packets are now bound to the actual outside IP address and hopefully won't "randomly" select IP on multihomed systems.
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.