aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/GridService (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add code to GridService to check for overlapping of varregionsRobert Adams2014-08-021-6/+124
* Add experimental "show grid size" robust console command.Justin Clark-Casey (justincc)2014-08-021-5/+34
* Adjust "show regions" and "show region" robust service console output to show...Justin Clark-Casey (justincc)2014-08-021-5/+5
* minor: Capitalize Hypergrid help category like othersJustin Clark-Casey (justincc)2014-05-081-5/+5
* Revert "When linking a Hypergrid region, set the region's flags on the in-mem...Oren Hurvitz2014-04-241-4/+4
* When linking a Hypergrid region, set the region's flags on the in-memory Grid...Oren Hurvitz2014-04-241-8/+4
* Fixed: hypergrid-linking stopped accepting the following format: "http://grid...Oren Hurvitz2014-04-241-11/+21
* Better error checking when creating hyperlinks: a) Reject invalid strings; b)...Oren Hurvitz2014-04-131-17/+36
* varregion: many more updates removing the constant RegionSize and replacingRobert Adams2013-12-262-33/+42
* varregion: many replacements of in-place arithmetic with calls toRobert Adams2013-11-281-0/+5
* varregion: add linkage for region size in creations and conversionsRobert Adams2013-11-021-0/+4
* Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
* Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)2013-09-022-3/+31
* remove redundant return at end of HandleDeregisterRegion()Justin Clark-Casey (justincc)2013-08-231-2/+0
* Make it possible for the "deregister region id" command to accept more than o...Justin Clark-Casey (justincc)2013-08-231-24/+27
* Switched to using the other Util function with a default value.Diva Canto2013-02-271-1/+2
* Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto2013-02-271-1/+1
* Added new Util function for reading config vars that's more generic than the ...Diva Canto2013-02-221-1/+1
* Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto2013-02-211-1/+3
* Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+1
* Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-051-1/+1
* Allow registering regions whose names are equivalent under LIKE but not truly...Oren Hurvitz2013-01-022-8/+8
* The last few AssemblyInfos. Finished!Diva Canto2012-11-141-0/+33
* Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)2012-10-092-27/+27
* Fix and refactor region registration. Reorder checks to short-curcuit expensi...Melanie2012-08-251-25/+28
* Show region positions in "show regions" robust console commandJustin Clark-Casey (justincc)2012-06-261-1/+7
* minor: correct GridService "show regions" cibsike cinnabd usage statementJustin Clark-Casey (justincc)2012-06-261-1/+1
* Add much easier ConsoleDisplayTable AddColumn() and AddRow() methods.Justin Clark-Casey (justincc)2012-06-261-6/+5
* Add "show regions" console command to ROBUST to show all regions currently re...Justin Clark-Casey (justincc)2012-06-261-0/+44
* Add "show region at" command to grid service to get the details of a region a...Justin Clark-Casey (justincc)2012-06-251-22/+69
* Add "deregister region" by uuid command to grid service to allow manual dereg...Justin Clark-Casey (justincc)2012-06-131-0/+45
* Add ConsoleDisplayList for more consistent formatting of console output in li...Justin Clark-Casey (justincc)2012-05-231-9/+9
* Add missing Y co-ord in "show region" console command informationJustin Clark-Casey (justincc)2012-05-231-1/+1
* Lay out "show region" information in an easier to read line by line formatJustin Clark-Casey (justincc)2012-05-231-9/+11
* Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)2012-03-081-2/+2
* Bring back the Hyperlinker to the Robust console. Moved the config to [GridSe...Diva Canto2011-12-301-30/+25
* Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent 57956c4b-ff...Justin Clark-Casey (justincc)2011-11-191-2/+2
* Improve some grid region log messages to express regions at co-ordinate (e.g....Justin Clark-Casey (justincc)2011-11-191-3/+3
* improve region deregistration log messageJustin Clark-Casey (justincc)2011-11-191-1/+4
* Don't register a region twice on both official registration and maptile regen...Justin Clark-Casey (justincc)2011-11-191-0/+1
* Make it possible to disable the HG linker. On non-HG systems it spits yellowMelanie2011-10-121-0/+7
* Tweak to language of last commit in rejecting UUID.Zero in GridService.Regist...Justin Clark-Casey (justincc)2011-10-081-2/+4
* GridService - Region UUID can not be NULLPixel Tomsen2011-10-081-0/+2
* Get "show region" command in GridService to show grid co-ordinates rather tha...Justin Clark-Casey (justincc)2011-08-051-2/+3
* If GetRegionByName can't match something in the local db, then search the hyp...Justin Clark-Casey (justincc)2011-08-021-6/+27
* Change GridService.GetRegionByName() to only return info if there is an exact...Justin Clark-Casey (justincc)2011-08-021-1/+1
* Revert "In GridService, have GetRegionByName() call GetRegionsByName() with a...Justin Clark-Casey (justincc)2011-08-021-5/+4
* In GridService, have GetRegionByName() call GetRegionsByName() with a max ret...Justin Clark-Casey (justincc)2011-08-021-4/+5
* Tell hypergridders when their teleports fail because of the 4096 limit rather...Justin Clark-Casey (justincc)2011-06-241-56/+59
* Made GetMapImage public in the HyperlinkerDiva Canto2011-05-301-5/+5