aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/IRegionData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add code to GridService to check for overlapping of varregionsRobert Adams2014-07-201-2/+2
| | | | | | | | when registering a new region. Adds parameter "[GridService]SuppressVarRegionOverlapCheckOnRegistration=false" that can be turned on to suppress the error check if a simulator's database has old regions that overlap.
* 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.
* Allow one to specify a DefaultHGRegion flag in [GridService] in order to ↵Justin Clark-Casey (justincc)2013-09-021-0/+1
| | | | | | | | | | allow different default regions for HG and direct grid logins. This requires a new GridService.GetDefaultHypergridRegions() so ROBUST services require updating but not simulators. This method still returns regions flagged with just DefaultRegion after any DefaultHGRegions, so if no DefaultHGRegions are specified then existing configured defaults will still work. Immediate use is for conference where we need to be able to specify different defaults However, this is also generally useful to send experienced HG users to one default location and local users whose specified region fails (e.g. no "home" or "last") to another.
* Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it ↵Justin Clark-Casey (justincc)2012-10-091-15/+0
| | | | easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this.
* Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent ↵Justin Clark-Casey (justincc)2011-11-191-2/+2
| | | | | | | 57956c4b-ff2e-4fc1-9995-613c6256cc98>: Invalid character 'O' in input string messages These are just the result of an attempt to canonicalize received messages - it's not important that we constantly log them. Also finally get the deregister grid service message working properly
* Remove mono compiler warnings. Fix problem with co-ordinate given in ↵Justin Clark-Casey (justincc)2011-11-191-5/+5
| | | | deregister region message
* Improve some grid region log messages to express regions at co-ordinate ↵Justin Clark-Casey (justincc)2011-11-191-0/+20
| | | | (e.g. 1000, 1000) rather than meter positions (256000, 256000)
* Thank you, Marck00, for a patch that implemented region distance sortingMelanie Thielker2010-08-081-0/+22
| | | | for fallback regions. Applied with changes.
* White space from previous commit.Diva Canto2010-07-311-4/+4
|
* Implemented console command "show hyperlinks".Marck2010-07-311-3/+4
|
* Add a Hyperlink flag to the regions tableMelanie2010-01-191-1/+2
|
* Add a handful of new region flags and a small migrationMelanie2010-01-151-1/+4
|
* Add a "LockedOut" flag to allow locking a region out via the grid server.Melanie2010-01-101-1/+2
| | | | This flag prevents registration of a known region
* Add "Persistent" flag to regions table flags valuesMelanie2010-01-101-1/+2
|
* Preliminary work on the new default region setting mechanismMelanie2010-01-091-0/+11
|
* Add the Migration for the regions tableMelanie2009-09-271-0/+2
|
* First pass at the grid service.Diva Canto2009-09-181-1/+2
|
* Adding the MySQL RegionData service.Melanie2009-09-161-1/+1
|
* Database interface tot the new region storeMelanie2009-09-161-0/+61