aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/SerializableRegionInfo.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of SimpleRegionInfo and SerializableRegionInfo per MelKunnis2009-12-121-202/+0
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-7/+7
| | | | | | | * 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.
* Formatting cleanup.Jeff Ames2008-05-161-2/+2
|
* From: Dr Schofield <hud@zurich.ibm.com>Justin Clarke Casey2008-05-141-5/+5
| | | | | | Rename SearializableRegionInfo to SerializableRegionInfo (class was already named correctly)
* Formatting cleanup.Jeff Ames2008-05-141-1/+1
|
* * Spring cleaning.Adam Frisby2008-04-291-63/+35
| | | | | * Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned.
* * Start passing around a region server's http port in RegionInfo.Justin Clarke Casey2008-03-231-2/+15
| | | | | | | | | | | * This means that caps methods (editing scripts, poss map functions, etc) on non-home regions should now work with servers which are listening for http ports on a non default (9000) port. * If you are running a region server, this may only work properly once your grid server upgrades to this revision * PLEASE NOTE: This shouldn't cause inter-region problems if one end of the connection hasn't upgraded to this revision. However if it does, the instability will persist until the grid and region (and possibly all the region's neighbours) have upgraded to this revision. * This revision also adds extra login related messages, both for success and failure conditions
* Formatting cleanup.Jeff Ames2008-03-181-27/+27
|
* Merged 3Di code that provides scene and avatar serialization, and plugin ↵Johan Berntsson2008-03-041-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.
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-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.
* Hopefully fixed MySQL DB crash on startup issue (so we can remove 3 sec wait).Tedd Hansen2008-02-021-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.
* * 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.