aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bug fix in neighbors: serverURI now always has a trailing '/'... neighbors ↵Diva Canto2010-12-291-1/+1
| | | | were not getting notified.
* WARNING: simulator config var change! This affects only system-facing ↵Diva Canto2010-12-271-2/+12
| | | | | | configs. Nothing to do if you follow the rules of not messing with Grid.ini and GridHypergrid.ini. Change the remote Grid region module so that it takes the network connector as a config variable. This allows the region plugin to be reused for both Robust and Simian network connectors.
* Fixes mantis #5270 -- Map tiles for hyperlinks not showing in world map for ↵Diva Canto2010-12-141-22/+87
| | | | grided sims.
* This file wants to be committedDiva Canto2010-08-101-37/+37
|
* Tests for distance-sorted fallback regions.Marck2010-08-081-7/+57
| | | | With some extensions to existing grid service tests.
* Added Check4096 config var under [GridService], at the request of many. ↵Diva Canto2010-08-062-7/+7
| | | | | | Changed the iteration that Marck had on the Hyperlinker. ATTENTION! CONFIGURATION CHANGE AFFECTING Robust.HG.ini.example and StandaloneCommon.ini.example.
* Allow creation of link regions if there is an existing region within a 4096 ↵Marck2010-08-062-0/+10
| | | | | | range. Also add GetHyperlinks() to the grid service.
* Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ↵Diva Canto2010-06-132-20/+2
| | | | neighbours.
* * Fixed spamming the assets table with map tiles. The tile image ID is now ↵Diva Canto2010-05-091-1/+3
| | | | | | stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. * Fixed small bug with map search where the local sim regions weren't found.
* Assorted bug fixes in hypergrid linking.Diva Canto2010-05-031-0/+5
|
* Small bug fixes for making tests work.Diva Canto2010-02-211-3/+3
|
* Bug fix for getting region flags.Diva Canto2010-02-011-0/+8
|
* Assorted bug fixes related to hyperlinkingDiva Canto2010-01-311-1/+10
|
* * HGGridConnector is no longer necessary.Diva Canto2010-01-291-257/+0
| | | | * Handle logout properly. This needed an addition to IClientAPI, because of how the logout packet is currently being handled -- the agent is being removed from the scene before the different event handlers are executed, which is broken.
* Some method implementations were missing from LocalGridServiceConnector.Diva Canto2010-01-241-15/+15
|
* Integrated the hyperlinking with the GridService.Diva Canto2010-01-241-62/+12
|
* HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto2010-01-171-1/+26
|
* Hyperlinking minimally tested and working.Diva Canto2010-01-171-1/+0
|
* Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto2010-01-162-910/+43
| | | | yet.
* Merge branch 'presence-refactor' of ↵Diva Canto2010-01-153-10/+10
|\ | | | | | | ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
| * Merge branch 'master' into presence-refactorMelanie2010-01-163-10/+10
| |\ | | | | | | | | | | | | This merge was very conflicted. I think I got them all, but I can't be sure. I had to merge to master or risk divergence to the point of unmergeability.
| | * Change the error messages on region region registration. This changes URMMelanie2010-01-133-8/+10
| | | | | | | | | | | | | | | and region. The non-error case should be compatible, so no version bump. Untested.
| | * Remove "login disable", "login enable" and "login status" commands.Melanie2010-01-101-2/+0
| | |
* | | CommentDiva Canto2010-01-151-0/+1
|/ /
* | * General cleanup of Teleports, Crossings and Child agents. They are now in ↵Diva Canto2010-01-151-1/+3
| | | | | | | | | | | | | | the new AgentTransferModule, in line with what MW started implementing back in May -- ITeleportModule. This has been renamed IAgentTransferModule, to be more generic. * HGSceneCommunicationService has been deleted * SceneCommunicationService will likely be deleted soon too
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+1
| |
* | NetworkServersInfo removed from CommsManager.Diva Canto2010-01-101-12/+11
| |
* | * Starting to clean the house...Diva Canto2010-01-101-20/+21
| | | | | | | | * Fixed circular dependency
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-88/+107
| | | | | | | | | | * HG is seriously broken here * Compiles. Untested.
* | Preliminary work on the new default region setting mechanismMelanie2010-01-092-0/+30
|/
* * Bug fix in HG: preserve the home region coordinates across multiple HG TPs.Diva Canto2009-12-191-2/+11
| | | | * Removed unnecessary debug messages.
* Attempt at fixing mantis #4411.Diva Canto2009-12-111-1/+1
|
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-091-2/+2
|
* Fixed a couple of NREs in corner cases.Diva Canto2009-11-031-0/+6
|
* Make map search work also for hyperlinked regions.Diva Canto2009-10-271-4/+6
|
* Moved some code up to AddRegion, so that other modules that depend on it ↵Diva Canto2009-10-141-6/+6
| | | | don't crash. This code needs to be removed as soon as user services is refactored.
* * Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto2009-10-121-0/+1
| | | | | * Fixes http://opensimulator.org/mantis/view.php?id=3959 * Allows for viewing inventory textures outside home grid
* Removing dependencies on System.Runtime.Remoting.Diva Canto2009-10-061-0/+4
|
* GetRegionByPosition: use the cache, Luke.Diva Canto2009-10-052-0/+28
|
* Fixed bug in Check4096 (HG).Diva Canto2009-09-281-2/+2
|
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-09-281-1/+28
|\
| * Add copyright header. Formatting cleanup.Jeff Ames2009-09-291-1/+28
| |
* | Improved the Local grid connector to fetch data from the DB when it doesn't ↵Diva Canto2009-09-282-2/+15
|/ | | | | | find it in the cache. Commented out the Standalone teleport test because it's failing, and the scene setup is very confusing. I suspect it may be wrong -- the connectors-as-ISharedRegionModules are being instantiated several times when there are several scenes.
* Guarding the methods under if (m_Enabled)Diva Canto2009-09-271-3/+7
|
* Neighbours cache working.Diva Canto2009-09-274-8/+121
|
* Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto2009-09-261-6/+221
| | | | | | HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
* Fixed a bug with link-region.Diva Canto2009-09-262-26/+11
|
* More redirects to HGGridConnector-as-HyperlinkService.Diva Canto2009-09-261-1/+4
|
* First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto2009-09-261-2/+26
| | | | minimally. A few bugs to catch now.
* More tests. Seems to be working.Diva Canto2009-09-231-1/+10
| | | | Grid connector modules are enabled for standalones only, but nothing in the simulator uses them yet, so it's safe to go in.