| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
being overflown.
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
should be handle at db level
|
| |
| |
| |
| | |
Util.cs routines to convert region coords to and from world coords or handles.
|
| |\
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
and RegionData.
This does not modify interfaces or handling of variable sized regions. This only
enables the loading and storing of the region size and the reporting of the
region size in grid service responses.
The database tables already have the code to load and store the region size.
|
| | | |
|
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | | |
url ends with '/' because the viewer is dumb and just appends to it.
|
| | |
| | |
| | |
| | | |
that (plus GridURL, in case viewers want to use it too) to the GridService that gives out that info to simulators.
|
| | |
| | |
| | |
| | | |
region with its parameters rather than 2
|
| | |
| | |
| | |
| | | |
Move the experimental extra features functionality into the GridService. This sends default values for map, search and destination guide, plus ExportSupported control to the region on startup. Please watch http://opensimulator.org/wiki/SimulatorFeatures_Extras for changes and documentation.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
when registering a new region.
Adds parameter "[GridService]SuppressVarRegionOverlapCheckOnRegistration=false"
that can be turned on to suppress the error check if a simulator's database
has old regions that overlap.
|
| | |
| | |
| | |
| | |
| | |
| | | |
can stop misleading grid service only console commands from registering.
We need to do this because the simulator initializes and internal copy of the GridService in grid mode for internal purposes
|
| | |
| | |
| | |
| | | |
has already been registered without needing to also run it
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
This will show an approximate grid size that doesn't count regions that are hyperlinks
Not particularly trustworthy since it will still count regions that are not active but were not deregistered (deliberately or due to simulator crash or similar)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
show size
"show regions" drops the owner id column but is till present in "show region"
"show regions" name column expanded to allow for longer hg regions (probably still too short, may eventually have to truncate rather than taking up huge screen space)
|
| | | |
|
| | |
| | |
| | |
| | | |
with a passed region size. This time in the map code and grid services code.
|
| | |
| | |
| | |
| | |
| | | |
the Util functions for converting world addresses to region addresses
and converting region handles to locations.
|
| |/
|/|
| |
| | |
of GridRegion. New variables for size and code to initialize same.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
|/
|
|
| |
one id
|
|
|
|
| |
truly equal
|
|
|
|
| |
easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this.
|
|
|
|
|
|
|
| |
expensive and destructive ones. Properly fix region reservation and authentication.
Make region moves and flags preservation work again as intended. Prevent
failes reservation take-over from damging reservation data.
|
| |
|
| |
|
|
|
|
| |
Use these for new "show regions" command rather than old cumbersome stuff.
|
|
|
|
|
|
| |
registered.
Command is not added in standalone, which has its own version of "show regions" that can also show estate name
|
|
|
|
|
|
|
| |
at a specific location. "show region" command becomes "show region name" to disambiguate
This is the same format as used by "show object name", etc.
"deregister region" also becomes "deregister region id"
|
|
|
|
|
|
| |
deregistration of simulators.
Useful if a simulator has crashed without removing its regions and those regions have been reconfigured differently
|
|
|
|
|
|
| |
list form.
Convert "show region" to use this structure rather than hand-constructing
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
<category/module>" to display commands in a category.
This is to deal with the hundred lines of command splurge when one previously typed "help"
Modelled somewhat on the mysql console
One can still type help <command> to get per command help at any point.
Categories capitalized to avoid conflict with the all-lowercase commands (except for commander system, as of yet).
Does not affect command parsing or any other aspects of the console apart from the help system.
Backwards compatible with existing modules.
|
|
|
|
|
|
|
| |
57956c4b-ff2e-4fc1-9995-613c6256cc98>: Invalid character 'O' in input string messages
These are just the result of an attempt to canonicalize received messages - it's not important that we constantly log them.
Also finally get the deregister grid service message working properly
|
|
|
|
| |
(e.g. 1000, 1000) rather than meter positions (256000, 256000)
|
| |
|
|
|
|
|
|
| |
regeneration.
Maptile storage appears orthogonal to region registration
|
|
|
|
|
|
|
| |
GridService.RegisterRegion()
Allowing regions with UUID.Zero causes problems elsewhere according to http://opensimulator.org/mantis/view.php?id=3426
It's probably a bad idea to allow these in any case.
|
|
|
|
| |
http://opensimulator.org/mantis/view.php?id=3426
|
|
|
|
|
|
|
| |
than meters co-ord.
This makes it consistent with "show regions"
Addresses http://opensimulator.org/mantis/view.php?id=5619
|
|
|
|
|
|
| |
hypergrid if that functionality has been enabled.
This should fix the problem today where old style HG addresses (e.g. "hg.osgrid.org:80:Vue-6400") stopped working since 8c3eb324c4b666e7abadef4a714d1bd8d5f71ac2
|
|
|
|
|
|
|
| |
exact region name match, unlike GetRegionsByName()
This should fix the first part of http://opensimulator.org/mantis/view.php?id=5606, and maybe 5605.
Thanks to Melanie for helping with this.
|