| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
loading. So that certain links in the file will be ignored. See the wiki's hypergrid page for details (in about a hour).
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
* If this was crucial to someone then it should be reinsertable as a module
|
|
|
|
|
| |
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
|
|
|
|
| |
scene - this is always available via CommsManager
|
|
|
|
|
| |
* Added BinaryGenericMessage handler for cases where GenericMessage isnt transmitting pure-utf8 characters.
|
|
|
|
|
|
| |
XML as well.
|
|
|
|
|
|
|
|
|
| |
Committing the above patch with changes. Thank you, Gerhard. Removed
unneccessary verbosity in case of no error, added more output for errors.
Added support for HTTP Uri fetching which I had added in my last commit.
Converted the Console.WriteLines to log4net.
|
|
|
|
|
|
| |
is a http:// URI, it will be fetched and parsed as an XML config.
|
|
|
|
|
|
|
|
|
| |
older versions, and may result is all sorts of weirdnesses when interacting with sims in older versions. Changes:
- Introducing synchronous Teleports. Now the receiving region calls back the sending region after the client has been made a root agent there, that is, after client sends CompleteMovement to the destination.
- SendCloseAgent moved from OGS1 Remoting to RESTComms.
|
|
|
|
|
|
|
|
|
| |
* This allows configuration of the assetset and library control file paths to be other than ./inventory/Libraries.xml and ./assets/AssetSets.xml
* This is controlled via the LibrariesXMLFile and AssetSetsXMLFile configuration settings in [StandAlone] in OpenSim.ini (in standalone)
and via the user and asset config xml files for grid mode
* Thanks to SirKimba for the patch
|
| |
|
|
|
|
| |
standalone. (not sure if this will fix your issue daTwitch.. it's probably not even a bug)
|
|
|
|
| |
have them.
|
|
|
|
|
| |
*** This only works for LLCLientView at the moment ***
|
|
|
|
|
|
|
| |
* This pushes an identifier for the OpenSim scene to the physics scene. This allows log messages from the physics scene to identify which OpenSim scene they relate to.
* Thanks Gerhard
|
|
|
|
|
| |
knew? Reverting that.
|
|
|
|
|
| |
a better chance of working out of the box
|
|
|
|
|
|
| |
default script engine to XEngine. This won't change anything if you
already specified the default in your OpenSim.ini.
|
| |
|
|
|
|
|
|
|
| |
* Disabled by default (see OpenSim.ini.example for how to enable)
* Saves exceptions to a folder on disk (default "crashes") when enabled.
* These reports can then be uploaded or posted to help debug an error.
|
| |
|
| |
|
|
|
|
| |
GCSettings.LatencyMode.ToString());
|
|
|
|
|
|
| |
* Enabled GC server
* Enabled concurrent collections
|
|
|
|
| |
OpenSimBase.Shutdown() includes a Environment.Exit(0); which is not always wanted when shutting down, like from a windows service.
|
|
|
|
| |
commands file
|
|
|
|
|
|
|
| |
sim restarts to fail because the test that searches for and shutsdown the UDP server listener for that region never found and shutdown the udp server. hence the error message, "only one listener on port".
* This is a high profile candidate for a unit test. (big)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* 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!
|
|
|
|
|
|
|
| |
login-enable : Allow login at sim level (opensim.exe)
login-disable: Stop any login BUT keep the logged avt
login-status : Return the actual status
|
|
|
|
|
|
|
|
| |
This patch adds the option of adding the email when you create
a new user. This works in Gridmode as none Gridmode. This
option is also added to RemoteAdminPlugin. With a new handler
you can create a user with a email.
|
|
|
|
|
|
|
|
| |
region comms
* Some scene methods ignored it, others did nothing if the region handler given did not match their own (which would never be triggered)
|
| |
|
|
|
|
| |
release. Still messy as hell and doesn't really work yet. Will undergo dramatic changes. AND MOST IMPORTANTLY: Will be conformed to work in coop with todays DNE and XEngine, hopefully one day providing a common interface for all components.
|
| |
|
| |
|
|
|
|
|
| |
Makies OpenSimBase even more friendly to subclassing
|
| |
|
|
|
|
| |
ConfigurationLoader. To make it easier to customise the loading of those settings and possible in the future move it to a plugin.
|
| |
|
| |
|