| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
dont send it
|
| |
|
|
|
|
| |
being overflown.
|
|
|
|
| |
replace anymore.
|
|
|
|
|
| |
Conflicts:
OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
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.
|
| | | |
|
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | | |
AssemblyVersion("0.8.2.*")
|
| | |
| | |
| | |
| | | |
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)
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | | |
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
|
| |
|
|
|
|
| |
[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.
|
| |
|
|
|
|
|
|
|
|
| |
This is mostly Bluewall's work but I am also bumping the general version number
OpenSimulator 0.7.5 remains in the release candidate stage.
I'm doing this because master is significantly adding things that will not be in 0.7.5
This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names
and so the exact version match requirement is not in force.
|
|
|
|
| |
truly equal
|
| |
|