aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/HGOpenSimNode.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-15Added initial support for reading hypergrid links from a xml config file. ↵MW1-31/+84
Although its currently still activated by using console command: link-region <URI of xml file> , the uri should be able to be a local file path or a http uri. I'm adding details of the format of the xml file to the wiki's hypergrid page. TODO: Add a initial startup option for setting the uri and making it autoload it. Add support for scanning the xml file to check that its own region(s) aren't in the list, and if they are, ignoring them. This would allow setting up "virtual link/grid lists" on webservers, that people can add their own regions to and also point those regions to those same lists, so they load the other region's data. Add support for automapping of those region/link lists.
2009-01-06* refactor: Remove the need to separately pass in the http listener to the ↵Justin Clarke Casey1-4/+5
scene - this is always available via CommsManager
2008-11-28* refactor: move ResetUserPassword into UserServiceAdminJustin Clarke Casey1-1/+0
2008-11-28* minor: Eliminate unused paramter in LocalUserServices constructorsJustin Clarke Casey1-2/+2
2008-11-25Add copyright headers. Minor formatting cleanup.Jeff Ames1-0/+27
2008-11-25Update svn properties.Jeff Ames1-184/+184
2008-11-25* Apply http://opensimulator.org/mantis/view.php?id=2640Justin Clarke Casey1-0/+184
* This is Diva's hypergrid patch, as perviously discussed on the opensim-dev mailing list * Applied some minor prebuild.xml jiggling to resolve a dependency issue * Thanks Diva!