aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/RegionCombinerModule/RegionConnections.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams2013-11-081-2/+2
| | | | | | | Routines in Util to compute region world coordinates from region coordinates as well as the conversion to and from region handles. These routines have replaced a lot of math scattered throughout the simulator. Should be no functional changes.
* refactor: Add RegionConnection.PosX and PosY to return position in meters ↵Justin Clark-Casey (justincc)2012-05-191-4/+33
| | | | rather than copy/pasting the necessary calculations in lots of places.
* * Update namespace in the regioncombinermodule.Teravus Ovares (Dan Olivares)2009-11-101-1/+1
|
* * Move RegionCombinerModule to it's own projectTeravus Ovares (Dan Olivares)2009-11-101-0/+65
* Moves the mono_metadata_token_from_dor message to a different module on loading.