aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/HGOpenSimNode.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Small bit of refactoring related to the hypergrid link loading from xml files.MW2009-01-151-42/+47
|
* Added support for a "excludeList" as part of the hypergrid xml link file ↵MW2009-01-151-3/+33
| | | | loading. So that certain links in the file will be ignored. See the wiki's hypergrid page for details (in about a hour).
* Added initial support for reading hypergrid links from a xml config file. ↵MW2009-01-151-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.
* * refactor: Remove the need to separately pass in the http listener to the ↵Justin Clarke Casey2009-01-061-4/+5
| | | | scene - this is always available via CommsManager
* * refactor: move ResetUserPassword into UserServiceAdminJustin Clarke Casey2008-11-281-1/+0
|
* * minor: Eliminate unused paramter in LocalUserServices constructorsJustin Clarke Casey2008-11-281-2/+2
|
* Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-251-0/+27
|
* Update svn properties.Jeff Ames2008-11-251-184/+184
|
* * Apply http://opensimulator.org/mantis/view.php?id=2640Justin Clarke Casey2008-11-251-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!