aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Gatekeeper -> GatekeeperURIonefang2019-07-251-1/+1
| | | | | | | Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s.
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-195-321/+1070
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-034-26/+143
|
* Last 27 modules' directives (service connectors out).Diva Canto2012-11-132-0/+4
|
* Correctly override and call base OpenSimTestCase.SetUp() method in ↵Justin Clark-Casey (justincc)2012-09-191-3/+5
| | | | | | GridConnectorsTests and ArchiverTests. Remove unrelated compile warning from AttachmentsModuleTests.
* If reusing dynamic textures, do not reuse small data length textures that ↵Justin Clark-Casey (justincc)2012-09-061-1/+1
| | | | | | | | | fall below current viewer discard level 2 thresholds. Viewer LL 3.3.4 and before sometimes fail to properly redisplay dynamic textures that have a small data length compared to pixel size when pulled from cache. This appears to happen when the data length is smaller than the estimate discard level 2 size the viewer uses when making this GetTexture request. This commit works around this by always regenerating dynamic textures that fall below this threshold rather than reusing them if ReuseDynamicTextures = true This can be controlled by the [Textures] ReuseDynamicLowDataTextures config setting which defaults to false.
* Remove a callstack print out I accidentally left in 2 commits ago in 9ccb578Justin Clark-Casey (justincc)2012-07-131-1/+0
|
* Rather than instantiating a UTF8 encoding everywhere when we want to supress ↵Justin Clark-Casey (justincc)2012-07-131-1/+1
| | | | | | the BOM, use a single Util.UTF8NoBomEncoding. This class is thread-safe (as evidenced by the provision of the system-wide Encoding.UTF8 which does not suppress BOM on output).
* Don't cache regions data on the other unused LocalGridServiceConnector that ↵Justin Clark-Casey (justincc)2012-07-132-14/+22
| | | | | | the module code still sets up even if we're using one directly instantiated from the RemoteGridServiceConnector. Also improves log messages to indicate which regions are sending/receiving various neighbour protocol messages.
* Change "help" to display categories/module list then "help ↵Justin Clark-Casey (justincc)2012-03-081-1/+1
| | | | | | | | | | | <category/module>" to display commands in a category. This is to deal with the hundred lines of command splurge when one previously typed "help" Modelled somewhat on the mysql console One can still type help <command> to get per command help at any point. Categories capitalized to avoid conflict with the all-lowercase commands (except for commander system, as of yet). Does not affect command parsing or any other aspects of the console apart from the help system. Backwards compatible with existing modules.
* Remove static m_MainInstance in LocalGridServiceConnector.Justin Clark-Casey (justincc)2012-03-061-24/+10
| | | | | I believe this was originally required back when there could be two LocalGridServiceConnectors but this is no longer the case. Having such statics makes performance testing much more difficult since they prevent GC of objects unless static references are explicitly nulled.
* This should smooth movement in heteregeneous networks by a lot: cache the ↵Diva Canto2012-02-182-2/+40
| | | | region by position instead of looking it up all the time -- this was being done during the main update loop!
* Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()Justin Clark-Casey (justincc)2011-12-031-4/+5
| | | | | This required an option to be added to NullRegionData via ConnectionString for it to act as a non-static instance, so that regression tests (which only load this class once) don't get hopeless confused and complex to compensate. Normal standalone operation unaffected.
* Change GridService.GetRegionByName() to only return info if there is an ↵Justin Clark-Casey (justincc)2011-08-021-2/+5
| | | | | | | 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.
* Added an expiring cache for region information to theMic Bowman2011-06-152-2/+169
| | | | | | | | RemoteGridService connector. Timeout is currently set at five minutes. Negative results are not cached. The result is that operations like send an instant message do not have to go through the grid service every time.
* Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just ↵Justin Clark-Casey (justincc)2011-05-211-1/+0
| | | | OpenSim.Tests.Common instead
* Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)2011-03-091-1/+0
| | | | This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement.
* Better output for show neighboursDiva Canto2011-02-061-2/+6
|
* 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
|