aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-06Marck's patch on 4096 checks with conflicts resolved.Diva Canto2-0/+10
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto2-20/+2
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto1-1/+3
2010-05-03Assorted bug fixes in hypergrid linking.Diva Canto1-0/+5
2010-02-21Small bug fixes for making tests work.Diva Canto1-3/+3
2010-02-01Bug fix for getting region flags.Diva Canto1-0/+8
2010-01-31Assorted bug fixes related to hyperlinkingDiva Canto1-1/+10
2010-01-29* HGGridConnector is no longer necessary.Diva Canto1-257/+0
2010-01-24Some method implementations were missing from LocalGridServiceConnector.Diva Canto1-15/+15
2010-01-24Integrated the hyperlinking with the GridService.Diva Canto1-62/+12
2010-01-17HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto1-1/+26
2010-01-17Hyperlinking minimally tested and working.Diva Canto1-1/+0
2010-01-16Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ...Diva Canto2-910/+43
2010-01-15CommentDiva Canto1-0/+1
2010-01-15* General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto1-1/+3
2010-01-13Change the error messages on region region registration. This changes URMMelanie3-8/+10
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2010-01-10NetworkServersInfo removed from CommsManager.Diva Canto1-12/+11
2010-01-10* Starting to clean the house...Diva Canto1-20/+21
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-88/+107
2010-01-10Remove "login disable", "login enable" and "login status" commands.Melanie1-2/+0
2010-01-09Preliminary work on the new default region setting mechanismMelanie2-0/+30
2009-12-19* Bug fix in HG: preserve the home region coordinates across multiple HG TPs.Diva Canto1-2/+11
2009-12-11Attempt at fixing mantis #4411.Diva Canto1-1/+1
2009-11-09minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2009-11-03Fixed a couple of NREs in corner cases.Diva Canto1-0/+6
2009-10-27Make map search work also for hyperlinked regions.Diva Canto1-4/+6
2009-10-14Moved some code up to AddRegion, so that other modules that depend on it don'...Diva Canto1-6/+6
2009-10-12* Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto1-0/+1
2009-10-06Removing dependencies on System.Runtime.Remoting.Diva Canto1-0/+4
2009-10-05GetRegionByPosition: use the cache, Luke.Diva Canto2-0/+28
2009-09-28Fixed bug in Check4096 (HG).Diva Canto1-2/+2
2009-09-28Improved the Local grid connector to fetch data from the DB when it doesn't f...Diva Canto2-2/+15
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames1-1/+28
2009-09-27Guarding the methods under if (m_Enabled)Diva Canto1-3/+7
2009-09-27Neighbours cache working.Diva Canto4-8/+121
2009-09-26Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto1-6/+221
2009-09-26Fixed a bug with link-region.Diva Canto2-26/+11
2009-09-26More redirects to HGGridConnector-as-HyperlinkService.Diva Canto1-1/+4
2009-09-26First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto1-2/+26
2009-09-23More tests. Seems to be working.Diva Canto1-1/+10
2009-09-23First test passes -- regions being registered and retrieved correctly in Data...Diva Canto1-2/+2
2009-09-23Unit tests for the grid service. Yey!Diva Canto1-0/+122
2009-09-23Changed IGridService to use the new GridRegion data structure instead of old ...Diva Canto4-69/+82
2009-09-23Modules active. Tested HGGridConnector in standalone only for now. Modules co...Diva Canto4-12/+30
2009-09-22Added hg console commands to the module.Diva Canto3-5/+567
2009-09-22Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto1-24/+59
2009-09-22Added HGGridConnector and related code.Diva Canto3-38/+364
2009-09-21Added Remote grid connector module.Diva Canto1-0/+108
2009-09-21Added grid handler and grid remote connector.Diva Canto1-2/+2