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 | 1 | -62/+0 | |
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-08 | Move various paths out of the bin directory. | onefang | 1 | -1/+2 | |
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 | 1 | -22/+19 | |
host is used on local grid detection, not its port) | |||||
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 | 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 | 1 | -86/+103 | |
2018-12-28 | now break several things at same time... sog/sop updates, threads options,... | UbitUmarov | 1 | -1/+2 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -8/+8 | |
2016-12-16 | ok.. another try on the HG uri | UbitUmarov | 1 | -117/+4 | |
2016-12-15 | GetRegionsByName and GetHypergridRegionByName: detect that provided url is ↵ | UbitUmarov | 1 | -0/+10 | |
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-11-28 | increase HG mapsearch spargetti; add more flexibility on input uri formats. ↵ | UbitUmarov | 1 | -49/+99 | |
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 | 1 | -65/+171 | |
2015-09-28 | ... merge issue | UbitUmarov | 1 | -5/+3 | |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -32/+1 | |
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 | |||||
2015-07-22 | Added logging in places where regions are searched for by their location | Oren Hurvitz | 1 | -5/+6 | |
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-03-29 | varregion: any conversions of use of Constants.RegionSize converted into | Robert Adams | 1 | -26/+29 | |
Util.cs routines to convert region coords to and from world coords or handles. | |||||
2014-05-08 | minor: Capitalize Hypergrid help category like others | Justin Clark-Casey (justincc) | 1 | -5/+5 | |
2014-04-24 | Revert "When linking a Hypergrid region, set the region's flags on the ↵ | Oren Hurvitz | 1 | -4/+4 | |
in-memory GridRegion immediately." This reverts commit 463d0b2f8f0cd5f02c14391b763680b23c16e438. | |||||
2014-04-24 | When linking a Hypergrid region, set the region's flags on the in-memory ↵ | Oren Hurvitz | 1 | -8/+4 | |
GridRegion immediately. (When using llTeleportAgent() this *specific* object is used for the teleport, so it should have the correct flags.) | |||||
2014-04-24 | Fixed: hypergrid-linking stopped accepting the following format: ↵ | Oren Hurvitz | 1 | -11/+21 | |
"http://grid.example.com" (without a region name) Fixes http://opensimulator.org/mantis/view.php?id=7128 | |||||
2014-04-13 | Better error checking when creating hyperlinks: a) Reject invalid strings; ↵ | Oren Hurvitz | 1 | -17/+36 | |
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. | |||||
2013-12-26 | varregion: many more updates removing the constant RegionSize and replacing | Robert Adams | 1 | -27/+34 | |
with a passed region size. This time in the map code and grid services code. | |||||
2013-09-02 | Allow one to specify a DefaultHGRegion flag in [GridService] in order to ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
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. | |||||
2013-02-27 | Switched to using the other Util function with a default value. | Diva Canto | 1 | -1/+2 | |
2013-02-27 | Moved the HG default variables out of [Startup] and into their own section ↵ | Diva Canto | 1 | -1/+1 | |
[Hypergrid] in *Common.ini.example. Backwards compatible for now. | |||||
2013-02-22 | Added new Util function for reading config vars that's more generic than the ↵ | Diva Canto | 1 | -1/+1 | |
one I added yesterday -- this is for helping move config vars out of [Startup] | |||||
2013-02-23 | No, we don't need to enshrine viewer bugs in the server, we need to fix the ↵ | David Walter Seikel | 1 | -62/+0 | |
viewer, which is half done. | |||||
2013-02-21 | Simplification of HG configs: HomeURI and GatekeeperURI now are defined as ↵ | Diva Canto | 1 | -1/+3 | |
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. | |||||
2013-01-02 | Allow registering regions whose names are equivalent under LIKE but not ↵ | Oren Hurvitz | 1 | -1/+1 | |
truly equal | |||||
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 1 | -3/+3 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-10-09 | Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it ↵ | Justin Clark-Casey (justincc) | 1 | -3/+3 | |
easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this. | |||||
2012-03-27 | Replace HG linker with core version | Melanie | 1 | -13/+49 | |
2011-12-30 | Bring back the Hyperlinker to the Robust console. Moved the config to ↵ | Diva Canto | 1 | -30/+25 | |
[GridService]. Changed all HG-related .inis, including HyperSimianGrid. No changes in user-facing inis. | |||||
2011-10-12 | Make it possible to disable the HG linker. On non-HG systems it spits yellow | Melanie | 1 | -0/+7 | |
spam, so it should not load unless HG is desired. |