aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/HGOpenSimNode.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added support so that during the loading of a xml link list, it checks if a ↵MW2009-01-161-2/+8
| | | | | | | linked hypergrid region's real location is within 4096,4096 map spaces of its "local" location. If it is outside of that range ( so it wouldn't be possible to teleport to it) then it ignores it and doesn't create a link. See the hypergrid wiki page for more details.
* Added some basic relocation mapping support for when loading hypergrid links ↵MW2009-01-161-4/+32
| | | | | | | | | | from a xml file. Console Command: link-mapping <StartXloc> <StartYloc>. This results in only the last two digits of any of the locations defined in the xml file being used, and those 0-99 values being added to the StartXloc and StartYloc figures. For more infomation, see the email on the mailing list and the soon to be added instructions on the wiki's hypergrid page. Also made the Secion Names in xml file case insensitive.
* 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!