aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IGridService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminated many warningsOren Hurvitz2014-04-231-0/+3
* In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz2014-04-091-2/+12
* Merge branch 'master' into varregionRobert Adams2014-01-111-2/+2
|\
| * Remove some chatty DebugFormat statements. No functional changes.Robert Adams2014-01-041-2/+2
| * varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2014-01-041-0/+14
* | Merge branch 'master' into varregionRobert Adams2014-01-041-0/+2
|\ \ | |/
| * Initialize default region size in GridRegion in the no parameter constructorRobert Adams2013-12-281-0/+2
| * Add serialization/deserialization of region size to RegionInfo, GridRegion, a...Robert Adams2013-12-281-0/+25
* | varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2014-01-031-0/+14
* | varregion: many more updates removing the constant RegionSize and replacingRobert Adams2013-12-261-0/+2
* | varregion: add lots of DEBUG level log messages. Especially for teleport.Robert Adams2013-12-241-1/+1
* | Merge branch 'master' into varregionRobert Adams2013-12-171-1/+3
|\ \ | |/
* | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2013-12-141-2/+2
* | varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams2013-11-081-4/+4
* | varregion: add linkage for region size in creations and conversionsRobert Adams2013-11-021-0/+21
* | varregion: plug in TerrainData class and modify TerrainModule and LLClientVie...Robert Adams2013-10-071-2/+2
* | VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2013-09-281-2/+2
|/
* Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)2013-09-021-0/+1
* Do not add a port zero to end of the hypergrid gateway host name.Robert Adams2013-08-281-1/+4
* minor: Add documentation to IGridService.GetRegionFlags()Justin Clark-Casey (justincc)2012-10-091-0/+13
* Next step for world map overlaysMelanie2012-01-301-1/+8
* Improve some grid region log messages to express regions at co-ordinate (e.g....Justin Clark-Casey (justincc)2011-11-191-4/+17
* Change GridService.GetRegionByName() to only return info if there is an exact...Justin Clark-Casey (justincc)2011-08-021-0/+6
* Merge git://github.com/opensim/opensim into mantis5110Jonathan Freedman2010-11-051-1/+28
|\
| * Fix HypergridLinker.Check4096()Marck2010-11-011-1/+28
| * Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2010-10-221-15/+2
|/
* * more url / hg cleanupJonathan Freedman2010-10-111-1/+8
* * refactor refactor refactor ServerURI 4 lyfeJonathan Freedman2010-10-021-1/+7
* Allow creation of link regions if there is an existing region within a 4096 r...Marck2010-08-061-0/+1
* * Removed the unused GridRegion.getInternalEndPointPort() (just use InternalE...John Hurliman2010-02-231-5/+0
* * Removed the broken and unused GridRegion.ExternalEndPoint setterJohn Hurliman2010-02-221-2/+0
* Fixed a missing field in the last regions table migration.Diva Canto2010-01-161-3/+3
* Moved prim crossing to EntityTransferModule. Not complete yet.Diva Canto2010-01-161-2/+2
* Merge branch 'master' into presence-refactorMelanie2010-01-161-1/+1
|\
| * Change the error messages on region region registration. This changes URMMelanie2010-01-131-1/+1
* | Implement region registration with authenticationMelanie2010-01-151-0/+5
* | Remove all references to master avatar, replacing with estate owner whereMelanie2010-01-101-6/+0
* | Preliminary work on the new default region setting mechanismMelanie2010-01-091-0/+4
|/
* Set the estate owner to be the master avatar if it's not set.Melanie2009-10-141-0/+6
* Add owner_uuid. Not sure this works. Worth a testMelanie2009-10-071-0/+14
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
* Added RegionSecret to GridRegion, and corresponding saving/retrieval from DB ...Diva Canto2009-09-281-5/+9
* Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto2009-09-261-0/+14
* First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2009-09-261-6/+21
* Better guards on RegisterRegion in GridService.Diva Canto2009-09-251-1/+9
* All tests pass for MySQL/MySQLRegionData.Diva Canto2009-09-241-43/+18
* GridServerPostHandler finished. GridClient tests all work. More guards on get...Diva Canto2009-09-241-0/+4
* Added test GridClient, which allowed me to remove a few bugs out of the new c...Diva Canto2009-09-241-0/+9
* Changed IGridService to use the new GridRegion data structure instead of old ...Diva Canto2009-09-231-9/+240
* Added grid handler and grid remote connector.Diva Canto2009-09-211-1/+1