| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
what implementers need to provide publicly. This is used by 3rd-party addons such as Wifi.
|
|
|
|
| |
requests for the same region are handled simultaneously
|
|
|
|
| |
This commit also fixes the log message "Region already exists in coordinates <{0},{1}>": it was actually showing the *requested* coordinates, instead of the coordinates of the previously-existing link.
|
| |
|
|
|
|
|
|
| |
in-memory GridRegion immediately."
This reverts commit 463d0b2f8f0cd5f02c14391b763680b23c16e438.
|
|
|
|
|
|
| |
GridRegion immediately.
(When using llTeleportAgent() this *specific* object is used for the teleport, so it should have the correct flags.)
|
|
|
|
|
|
| |
"http://grid.example.com" (without a region name)
Fixes http://opensimulator.org/mantis/view.php?id=7128
|
|
|
|
|
|
| |
b) Default port is 80, not 0
The change of default port may fix http://opensimulator.org/mantis/view.php?id=7108 , where a user was able to create a Hyperlink to OSGrid from inside OSGrid.
|
|
|
|
| |
with a passed region size. This time in the map code and grid services code.
|
|
|
|
|
|
|
|
|
|
| |
allow different default regions for HG and direct grid logins.
This requires a new GridService.GetDefaultHypergridRegions() so ROBUST services require updating but not simulators.
This method still returns regions flagged with just DefaultRegion after any DefaultHGRegions, so if no DefaultHGRegions are specified
then existing configured defaults will still work.
Immediate use is for conference where we need to be able to specify different defaults
However, this is also generally useful to send experienced HG users to one default location and local users whose specified region fails (e.g. no "home" or "last") to another.
|
| |
|
|
|
|
| |
[Hypergrid] in *Common.ini.example. Backwards compatible for now.
|
|
|
|
| |
one I added yesterday -- this is for helping move config vars out of [Startup]
|
|
|
|
| |
default under [Startup]. They can then be overwritten in the other sections (but probably shouldn't). I kept the existing code for backwards compatibility, so this should not cause any breaks from people's current configurations. But people should move to have these 2 vars under [Startup] -- see OpenSim.ini.example and Robust.HG.ini.example. And yes, both names now end with "URI" for consistency.
|
|
|
|
| |
truly equal
|
|
|
|
| |
easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this.
|
|
|
|
| |
[GridService]. Changed all HG-related .inis, including HyperSimianGrid. No changes in user-facing inis.
|
|
|
|
| |
spam, so it should not load unless HG is desired.
|
|
|
|
|
|
|
|
|
|
|
| |
rather than just saying "destination not found"
Instead of performing the 4096 check when the region is linked (and subsequently removing the link), leave the link in place and perform the check in the entity transfer module
This allows us to explicitly tell the hypergridder why the teleport failed (region out of range).
It also allows people on regions that are within range (on a large source grid) to teleport.
The Check4096 config parameter in the [GridService] section is replaced by a max_distance paramter in a new [EntityTransfer] section in OpenSimDefaults.ini
Since the parameter is in OpenSimDefaults.ini no action needs to be taken unless you want to increase this limit. It could also be decreased.
The check is being made in the base entity transfer module, since I believe the viewer problem occurs both on extremely large grids and while hypergridding.
|
| |
|
| |
|
|
|
|
| |
cells from the current region.
|
| |
|
|
|
|
| |
the simulators called Gatekeeper -- intended to have the URL of the grid's Gatekeeper service (so that it can be checked against). See ini.examples.
|
| |
|
| |
|
|
|
|
| |
the end.
|
|
|
|
| |
http://foo.org. Old syntax (foo.org) is still supported, but has surprising results when ppl search again, because internally the HG link names start with http.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Configuration option AssetService in section [GridService] must be set to enable this functionality.
Map tiles do currently not show for hyperlinks set in simulators that are connected to grids, see Mantis #5270.
|
| |
|
|
|
|
| |
command. mantis #5259
|
| |
|
|
|
|
| |
Changed the stored region names of HG regions. Increased the size of regionName in DB.
|
|
|
|
| |
* actually parse name for new link-region command
|
|\
| |
| |
| |
| | |
Conflicts:
OpenSim/Services/GridService/HypergridLinker.cs
|
| |
| |
| |
| |
| |
| |
| | |
linked regions.
* Added check for already occupied region coordinates.
* Optimized Check4096.
|
|/
|
|
|
| |
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing
changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
domain:port work. This needs a serious rewrite, as the assumption domain:port doesn't hold from here on. Just quick-fixing for now.
|
|
|
|
| |
piece of code from Hyperlinker that didn't work anyway. Shortened the hyperlink region name.
|
|
|
|
|
|
| |
Changed the iteration that Marck had on the Hyperlinker.
ATTENTION! CONFIGURATION CHANGE AFFECTING Robust.HG.ini.example and StandaloneCommon.ini.example.
|
|
|
|
|
|
| |
range.
Also add GetHyperlinks() to the grid service.
|
| |
|
| |
|