aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/GridService (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-10Various map generation tweaks.onefang1-10/+7
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.
2020-09-09Remove various limits.onefang2-63/+2
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.
2020-09-09Various logging fix ups.onefang1-2/+2
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.
2020-09-08Move various paths out of the bin directory.onefang1-1/+2
2019-11-14work on previus 2 patchsUbitUmarov1-19/+17
2019-11-14Attempt to fix the issue where, when logging into the grid, the user ↵Terry1-1/+12
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>
2019-10-22remove some more useless NULL argumentsUbitUmarov1-6/+6
2019-10-06Remove a no longer used property that used ScopeID in an improper wayMelanie1-28/+0
2019-09-07fix a HG to local grid tp extra checkUbitUmarov1-3/+1
2019-09-02mantis 8580: make some changes on regions find code. (only gatekeeperUbitUmarov2-28/+40
host is used on local grid detection, not its port)
2019-08-20Massive console refactor. Greatly simplify interface.Melanie1-6/+6
2018-12-28now break several things at same time... sog/sop updates, threads options,...UbitUmarov1-1/+2
2018-07-06Back-end fix for region name searches made from the viewer grid map dialog.Kevin Cozens1-1/+1
GetRegionsByName now returns names that include, but don't start with, the given search string.
2017-04-25If we're going to show regions twice (in standalone) at least make the ↵Diva Canto1-3/+3
formatting consistent...
2017-01-05Massive tab and trailing space cleanupMelanie Thielker4-34/+34
2016-12-16dont allow regions to be register on map area reserved for HG linksUbitUmarov1-1/+4
2016-12-16remove a nonsense optionUbitUmarov1-5/+0
2016-12-16ok.. another try on the HG uriUbitUmarov2-124/+22
2016-12-15GetRegionsByName and GetHypergridRegionByName: detect that provided url is ↵UbitUmarov2-12/+27
for local grid, and make it a local by region name local search
2016-12-10HG regions URI need to include also the default ports for compatibilityUbitUmarov1-5/+6
2016-12-01 fix region area rangeUbitUmarov1-2/+2
2016-12-01 fix region overlaps on registrationUbitUmarov1-95/+17
2016-11-28increase HG mapsearch spargetti; add more flexibility on input uri formats. ↵UbitUmarov2-58/+177
To find regions in memory for a grid the http format needs to be used, because aditional compares made by viewers
2016-11-27HG on links request build the URI in http format with a / at end, this ↵UbitUmarov1-3/+6
should not be needed but is coerent with current serverURI
2016-11-21fix type bug on hyperlinksUbitUmarov1-1/+1
2016-11-20HG LinkRegion receive region size also. Useless since olde r gatekeepers ↵UbitUmarov1-2/+6
dont send it
2016-08-02 stop a spamming robust debug messageUbitUmarov1-4/+4
2016-06-19Mantis #7928: show grid size and show regions now working. Integers were ↵Diva Canto1-2/+2
being overflown.
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto1-1/+1
replace anymore.
2015-10-18On to 0.8.3!Diva Canto1-1/+1
Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-09-28 ... merge issueUbitUmarov1-5/+3
2015-09-26coment out some debug, clean a bitUbitUmarov1-8/+0
2015-09-02seems to compile ( tests comented out)UbitUmarov2-65/+5
2015-08-28 review gridservice module. Not merged os code for varsize, since thatUbitUmarov1-0/+68
should be handle at db level
2015-08-01Mantis #7664: Added IHypergridLinker interface to establish a contract about ↵Diva Canto1-2/+2
what implementers need to provide publicly. This is used by 3rd-party addons such as Wifi.
2015-07-22Added locking to HypergridLinker, to prevent problems if multiple linking ↵Oren Hurvitz1-6/+14
requests for the same region are handled simultaneously
2015-07-22Added logging in places where regions are searched for by their locationOren Hurvitz2-9/+21
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.
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵Diva Canto1-1/+1
AssemblyVersion("0.8.2.*")
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2-27/+31
Util.cs routines to convert region coords to and from world coords or handles.
2015-01-22On the GridService, the central simulator features: ensure that the map tile ↵Diva Canto1-1/+7
url ends with '/' because the viewer is dumb and just appends to it.
2015-01-10SimulatorFeatures: the viewer also takes GridName in OpenSim extras. Added ↵Diva Canto1-0/+13
that (plus GridURL, in case viewers want to use it too) to the GridService that gives out that info to simulators.
2014-12-03minor: Just have one message that displays successful registration of a ↵Justin Clark-Casey (justincc)1-2/+4
region with its parameters rather than 2
2014-08-06OpenSimExtrasBlueWall1-0/+43
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.
2014-07-20Add code to GridService to check for overlapping of varregionsRobert Adams1-6/+123
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.
2014-07-18In grid mode, add SuppressConsoleCommands flag to [GridService] so that we ↵Justin Clark-Casey (justincc)1-13/+16
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
2014-07-18Add ICommands.HasCommand() method so that we can detect whether a command ↵Justin Clark-Casey (justincc)1-1/+1
has already been registered without needing to also run it
2014-07-14minor: Remove compiler warning in GridServiceJustin Clark-Casey (justincc)1-1/+1
2014-07-05Add experimental "show grid size" robust console command.Justin Clark-Casey (justincc)1-5/+34
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)
2014-07-05Adjust "show regions" and "show region" robust service console output to ↵Justin Clark-Casey (justincc)1-5/+5
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)