Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-04 | Remove some chatty DebugFormat statements. No functional changes. | Robert Adams | 1 | -2/+2 | |
2014-01-04 | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 1 | -0/+14 | |
CorssRegion, TeleportFinishEvent). Have Simian grid service return the region size. Many teleport related debug log messages. Can be removed when teleport works (like that's ever going to happen). Conflicts: OpenSim/Framework/RegionInfo.cs | |||||
2013-12-28 | Initialize default region size in GridRegion in the no parameter constructor | Robert Adams | 1 | -0/+2 | |
as is used by the grid connector tests. | |||||
2013-12-28 | Add serialization/deserialization of region size to RegionInfo, GridRegion, ↵ | Robert Adams | 1 | -0/+25 | |
and RegionData. This does not modify interfaces or handling of variable sized regions. This only enables the loading and storing of the region size and the reporting of the region size in grid service responses. The database tables already have the code to load and store the region size. | |||||
2013-09-02 | Allow one to specify a DefaultHGRegion flag in [GridService] in order to ↵ | Justin Clark-Casey (justincc) | 1 | -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. | |||||
2013-08-28 | Do not add a port zero to end of the hypergrid gateway host name. | Robert Adams | 1 | -1/+4 | |
If the port is specified it is added but a ":0" is not added if the port is zero. This enables the hypergrid address short form "hypergridGateway:regionName" which is handled by the parser but failed because of this zero port addition. | |||||
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 1 | -13/+0 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-10-09 | minor: Add documentation to IGridService.GetRegionFlags() | Justin Clark-Casey (justincc) | 1 | -0/+13 | |
2012-01-30 | Next step for world map overlays | Melanie | 1 | -1/+8 | |
2011-11-19 | Improve some grid region log messages to express regions at co-ordinate ↵ | Justin Clark-Casey (justincc) | 1 | -4/+17 | |
(e.g. 1000, 1000) rather than meter positions (256000, 256000) | |||||
2011-08-02 | Change GridService.GetRegionByName() to only return info if there is an ↵ | Justin Clark-Casey (justincc) | 1 | -0/+6 | |
exact region name match, unlike GetRegionsByName() This should fix the first part of http://opensimulator.org/mantis/view.php?id=5606, and maybe 5605. Thanks to Melanie for helping with this. | |||||
2010-11-01 | Fix HypergridLinker.Check4096() | Marck | 1 | -1/+28 | |
Make the optimization with IEnumerable.Except() in Check4096 actually work by providing an appropriate equality definition for GridRegion objects. | |||||
2010-10-22 | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 1 | -15/+2 | |
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c. | |||||
2010-10-22 | Revert "* refactor refactor refactor ServerURI 4 lyfe" | Justin Clark-Casey (justincc) | 1 | -7/+1 | |
This reverts commit 55974df14b6d64c1e1f9e386a3eacce3ba86dc98. | |||||
2010-10-22 | Revert "* more url / hg cleanup" | Justin Clark-Casey (justincc) | 1 | -8/+1 | |
This reverts commit 58f75fa19d9aea18283ecdbd44559efb81781c9d. | |||||
2010-10-20 | * more url / hg cleanup | Jonathan Freedman | 1 | -1/+8 | |
2010-10-20 | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 1 | -1/+7 | |
2010-10-11 | * more url / hg cleanup | Jonathan Freedman | 1 | -1/+8 | |
2010-10-02 | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 1 | -1/+7 | |
2010-08-20 | Get maturity level from access number. This addresses mantis #269 | meta7 | 1 | -0/+6 | |
2010-08-06 | Allow creation of link regions if there is an existing region within a 4096 ↵ | Marck | 1 | -0/+1 | |
range. Also add GetHyperlinks() to the grid service. | |||||
2010-05-29 | Stop IGridService from throwing a fatal exception when an IPEndPoint cannot ↵ | Tom Grimshaw | 1 | -2/+6 | |
be resolved, and add some handlers to deal with this cleanly; a condition was observed on OSGrid where a neighbouring region with an invalid (unresolveable) hostname would prevent a region from starting. This is bad. | |||||
2010-02-23 | * Removed the unused GridRegion.getInternalEndPointPort() (just use ↵ | John Hurliman | 1 | -5/+0 | |
InternalEndPoint.Port). This class is complex enough as it is * Changed the failed to inform neighbor message from a warning to info, since this will fire for every empty neighbor space * Made the EnableSimulator/EstablishAgentCommunication log message more verbose and more clear about what is happening | |||||
2010-02-22 | * Removed the broken and unused GridRegion.ExternalEndPoint setter | John Hurliman | 1 | -2/+0 | |
2010-01-16 | Fixed a missing field in the last regions table migration. | Diva Canto | 1 | -3/+3 | |
2010-01-16 | Moved prim crossing to EntityTransferModule. Not complete yet. | Diva Canto | 1 | -2/+2 | |
2010-01-15 | Implement region registration with authentication | Melanie | 1 | -0/+5 | |
2010-01-13 | Change the error messages on region region registration. This changes URM | Melanie | 1 | -1/+1 | |
and region. The non-error case should be compatible, so no version bump. Untested. | |||||
2010-01-10 | Remove all references to master avatar, replacing with estate owner where | Melanie | 1 | -6/+0 | |
appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process. | |||||
2010-01-09 | Preliminary work on the new default region setting mechanism | Melanie | 1 | -0/+4 | |
2009-10-14 | Set the estate owner to be the master avatar if it's not set. | Melanie | 1 | -0/+6 | |
2009-10-07 | Add owner_uuid. Not sure this works. Worth a test | Melanie | 1 | -0/+14 | |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-09-28 | Added RegionSecret to GridRegion, and corresponding saving/retrieval from DB ↵ | Diva Canto | 1 | -5/+9 | |
layer. This sounds fishy to me, but it's what's used to make external currency modules work, for now. | |||||
2009-09-26 | Moved all HG1 operations to HGGridConnector.cs and ↵ | Diva Canto | 1 | -0/+14 | |
HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions. | |||||
2009-09-26 | First pass at the heart surgery for grid services. Compiles and runs ↵ | Diva Canto | 1 | -6/+21 | |
minimally. A few bugs to catch now. | |||||
2009-09-25 | Better guards on RegisterRegion in GridService. | Diva Canto | 1 | -1/+9 | |
Added serverPort to the fields that get stored (I think this is the UDP port). | |||||
2009-09-24 | All tests pass for MySQL/MySQLRegionData. | Diva Canto | 1 | -43/+18 | |
Added OpenSim.GridServer.ini.example that I have been using for testing the ROBUST grid service with the GridClient. | |||||
2009-09-24 | GridServerPostHandler finished. GridClient tests all work. More guards on ↵ | Diva Canto | 1 | -0/+4 | |
getting parameters and replies over the wire. | |||||
2009-09-24 | Added test GridClient, which allowed me to remove a few bugs out of the new ↵ | Diva Canto | 1 | -0/+9 | |
code. | |||||
2009-09-23 | Changed IGridService to use the new GridRegion data structure instead of old ↵ | Diva Canto | 1 | -9/+240 | |
SimpleRegionInfo. Added grid configs to standalones. | |||||
2009-09-21 | Added grid handler and grid remote connector. | Diva Canto | 1 | -1/+1 | |
2009-09-18 | First pass at the grid service. | Diva Canto | 1 | -6/+11 | |
2009-09-11 | Changed GetRegionByHandle to GetRegionByPosition -- more generic. | Diva Canto | 1 | -1/+1 | |
2009-09-11 | Added GetRegionByHandle. | Diva Canto | 1 | -0/+2 | |
2009-09-11 | Removed RequestLandData from IGridService because it's already in another place. | Diva Canto | 1 | -4/+0 | |
Moved GetMapBlocks to a new interface IMapService. | |||||
2009-09-11 | Changed names of methods in IGridService. | Diva Canto | 1 | -8/+13 | |
2009-07-10 | Adding the new grid services skeleton. Still very much based on the old | Melanie Thielker | 1 | -21/+12 | |
one but alowing multi-tenancy. | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-03-18 | Adds support for unlink-region command in hypergrid. | diva | 1 | -0/+3 | |