Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-10 | Various map generation tweaks. | onefang | 1 | -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-09 | Remove various limits. | onefang | 2 | -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-09 | Various logging fix ups. | onefang | 1 | -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-08 | Move various paths out of the bin directory. | onefang | 1 | -1/+2 | |
2019-11-14 | work on previus 2 patchs | UbitUmarov | 1 | -19/+17 | |
2019-11-14 | Attempt to fix the issue where, when logging into the grid, the user ↵ | Terry | 1 | -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-22 | remove some more useless NULL arguments | UbitUmarov | 1 | -6/+6 | |
2019-10-06 | Remove a no longer used property that used ScopeID in an improper way | Melanie | 1 | -28/+0 | |
2019-09-07 | fix a HG to local grid tp extra check | UbitUmarov | 1 | -3/+1 | |
2019-09-02 | mantis 8580: make some changes on regions find code. (only gatekeeper | UbitUmarov | 2 | -28/+40 | |
host is used on local grid detection, not its port) | |||||
2019-08-20 | Massive console refactor. Greatly simplify interface. | Melanie | 1 | -6/+6 | |
2019-08-05 | Limits -= 2 | onefang | 1 | -1/+2 | |
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. | |||||
2019-07-25 | Gatekeeper -> GatekeeperURI | onefang | 1 | -1/+1 | |
Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s. | |||||
2019-05-19 | Clean up maptile directory creation code. | onefang | 1 | -10/+7 | |
2019-05-19 | Remove silly 4096 sim TP check for a client bug that was fixed long ago. | onefang | 1 | -62/+0 | |
2019-05-19 | Various logging fix ups. | onefang | 1 | -2/+2 | |
Mostly removing console spam. Default to INFO on the console and DEBUG in the log files. More time stamp resolution. | |||||
2019-05-19 | Move cache, config, logs out of tree, and various related clean ups. | onefang | 1 | -1/+2 | |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 4 | -238/+257 | |
2018-12-28 | now break several things at same time... sog/sop updates, threads options,... | UbitUmarov | 1 | -1/+2 | |
2018-07-06 | Back-end fix for region name searches made from the viewer grid map dialog. | Kevin Cozens | 1 | -1/+1 | |
GetRegionsByName now returns names that include, but don't start with, the given search string. | |||||
2017-04-25 | If we're going to show regions twice (in standalone) at least make the ↵ | Diva Canto | 1 | -3/+3 | |
formatting consistent... | |||||
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 4 | -34/+34 | |
2016-12-16 | dont allow regions to be register on map area reserved for HG links | UbitUmarov | 1 | -1/+4 | |
2016-12-16 | remove a nonsense option | UbitUmarov | 1 | -5/+0 | |
2016-12-16 | ok.. another try on the HG uri | UbitUmarov | 2 | -124/+22 | |
2016-12-15 | GetRegionsByName and GetHypergridRegionByName: detect that provided url is ↵ | UbitUmarov | 2 | -12/+27 | |
for local grid, and make it a local by region name local search | |||||
2016-12-10 | HG regions URI need to include also the default ports for compatibility | UbitUmarov | 1 | -5/+6 | |
2016-12-01 | fix region area range | UbitUmarov | 1 | -2/+2 | |
2016-12-01 | fix region overlaps on registration | UbitUmarov | 1 | -95/+17 | |
2016-11-28 | increase HG mapsearch spargetti; add more flexibility on input uri formats. ↵ | UbitUmarov | 2 | -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-27 | HG on links request build the URI in http format with a / at end, this ↵ | UbitUmarov | 1 | -3/+6 | |
should not be needed but is coerent with current serverURI | |||||
2016-11-21 | fix type bug on hyperlinks | UbitUmarov | 1 | -1/+1 | |
2016-11-20 | HG LinkRegion receive region size also. Useless since olde r gatekeepers ↵ | UbitUmarov | 1 | -2/+6 | |
dont send it | |||||
2016-11-07 | More caches directory fixes, including moving console history there. | David Walter Seikel | 1 | -1/+2 | |
2016-11-07 | Excess white space removal. | David Walter Seikel | 1 | -3/+3 | |
2016-11-05 | Fix up maptiles location. | David Walter Seikel | 1 | -12/+8 | |
2016-11-05 | White space removal. | David Walter Seikel | 1 | -4/+4 | |
2016-11-03 | No, we don't need to enshrine viewer bugs in the server, we need to fix the ↵ | David Walter Seikel | 1 | -61/+0 | |
viewer, which is half done. Less to delete this time. | |||||
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 3 | -140/+515 | |
2016-08-02 | stop a spamming robust debug message | UbitUmarov | 1 | -4/+4 | |
2016-06-19 | Mantis #7928: show grid size and show regions now working. Integers were ↵ | Diva Canto | 1 | -2/+2 | |
being overflown. | |||||
2016-02-21 | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 1 | -1/+1 | |
replace anymore. | |||||
2015-10-18 | On to 0.8.3! | Diva Canto | 1 | -1/+1 | |
Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | |||||
2015-10-18 | On to 0.8.3! | Diva Canto | 1 | -1/+1 | |
2015-09-28 | ... merge issue | UbitUmarov | 1 | -5/+3 | |
2015-09-26 | coment out some debug, clean a bit | UbitUmarov | 1 | -8/+0 | |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 2 | -65/+5 | |
2015-08-28 | review gridservice module. Not merged os code for varsize, since that | UbitUmarov | 1 | -0/+68 | |
should be handle at db level | |||||
2015-08-01 | Mantis #7664: Added IHypergridLinker interface to establish a contract about ↵ | Diva Canto | 1 | -2/+2 | |
what implementers need to provide publicly. This is used by 3rd-party addons such as Wifi. | |||||
2015-07-22 | Added locking to HypergridLinker, to prevent problems if multiple linking ↵ | Oren Hurvitz | 1 | -6/+14 | |
requests for the same region are handled simultaneously |