| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Fix up Warp3DCachedImageModule to work with my directory structure.
Remove some excess code from it.
Clean up maptile directory creation code.
When the generate map command is given, generate the map.
The month check seems a bit dodgy, but I'll let it ride for now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Silly 4096 sim TP check for a client bug that was fixed long ago, seems
they removed it themselves.
Upgrade sim height.
Allow menu items longer than 24 characters once more.
Allow sitting on attachments, and attaching things with people sitting
on them.
Revert don't wear vegetables.
Remove some script distance limits.
Gods can do anything they want, including bypassing OhSilly threat
levels.
Low Y regions are no longer reserved for HG links.
Varregions don't have to be square.
Both now report a warning, but continue anyway.
Cool VL Viewer handles non square regions, Singularity crashes. Not
tested on others.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mostly removing console spam.
Swap a bunch of info / debug logs.
Better archiver console spam.
Have some "avatar has left" mesasge hit the INFO console.
Tweak the login logging a bit, especially for impersonations.
Default to INFO on the console and DEBUG in the log files.
More time stamp resolution.
Better sim startup console notification.
Attempt to render "[LLUDPSERVER]: Malformed data, cannot parse" into
something human readable as an aid to diagnosis. Beats hand translating
the big block of hex codes it was spewing.
Better sim startup finished messages. Inform neighbours we are up
before the finished messages. Always send the "[RegionReady]:
INITIALIZATION COMPLETE FOR" message.
|
| |
|
| |
|
|
|
|
|
|
|
| |
supplies a region name, but instead of going to the specific region, they are sent to a region "Like" the one specified.
Signed-off-by: Terry <terry@digiworldz.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
| |
|
| |
|
| |
|
|
|
|
| |
host is used on local grid detection, not its port)
|
| |
|
| |
|
|
|
|
|
| |
GetRegionsByName now returns names that include, but don't start with, the
given search string.
|
|
|
|
| |
formatting consistent...
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
for local grid, and make it a local by region name local search
|
| |
|
| |
|
| |
|
|
|
|
| |
To find regions in memory for a grid the http format needs to be used, because aditional compares made by viewers
|
|
|
|
| |
should not be needed but is coerent with current serverURI
|
| |
|
|
|
|
| |
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
|