aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionInfo.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-05Limits -= 2onefang1-4/+4
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-05-28Add [Region] .ini block.onefang1-4/+18
For including actual region definition in the normal .ini stack. Same as the usual Region.ini format, except we add a RegionName parameter.
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-72/+347
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-264/+199
2012-09-18Fix some inconsistencies in configurartion: NonPhys primsBlueWall1-4/+4
Fix inconsistencies between configuration parameter names and their description names. Changing the configuration parameters for non physical prim size min-max from Nonphys* to NonPhys*. Please update your OpenSim.ini and Regions.ini to reflect these changes.
2012-09-12mathematically & hypothetically speaking we want to avoid negative values ↵SignpostMarv1-7/+7
being written
2012-09-09implementing per-region configuration of limits on the number of prims one ↵SignpostMarv1-1/+19
can have in a linkset Applied with changes - patch was based on a repo different from core Signed-off-by: Melanie <melanie@t-data.com>
2012-08-15enables configurable minimum sizes for physical & non-physical primsSignpostMarv1-2/+40
2012-07-27making first run more resilient to bad input (loop until good input, rather ↵SignpostMarv1-7/+19
than crash)
2012-03-24Give feedback when "terrain save-tile" is not successfully invoked.Justin Clark-Casey (justincc)1-0/+6
2012-02-10minor: Remove warning from RegionInfo due to repeated config.GetString() ↵Justin Clark-Casey (justincc)1-1/+0
call where the first was unused.
2012-02-04Set PhysPrimMax default to 0 so ini files won't be overriddenBlueWall1-1/+1
2012-02-04Make NonphysicalPrimMax setting work properlyBlueWall1-1/+1
RegionInfo setting will override only if it is > 0
2012-02-02fix line endingsDan Lake1-7/+7
2012-01-19Fixed bugs in earlier commit on custom user parameters in Regions.iniDan Lake1-20/+25
2011-12-12Added an option for extra settings within region ini file. Any non-hardcoded ↵Dan Lake1-20/+55
key-value string pair can be added per-region and referenced by any part of OpenSim with access to the RegionInfo
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead ↵Justin Clark-Casey (justincc)1-1/+1
of the other way around. This is necessary so that code in HttpServer can use framework facilities such as the thread watchdog for monitoring purposes. Doing this shuffle meant that MainServer was moved into OpenSim/Framework/Servers Also had to make OpenSim.Framework.Console rely on OpenSim.Framework rather than the other way around since it in turn relies on HttpServer MainConsole and some new interfaces had to be moved into OpenSim/Framework to allow this. This can be reverted if parts of OpenSim.Framework stop relying on console presence (cheifly RegionInfo)
2011-07-22Thank you, Michelle Argus, for a patch that adds reading the agent limitMelanie1-1/+4
from XML properly.
2011-05-06Removed SimpleRegionInfo, which was obsolete and not used anywhere.Diva Canto1-245/+0
2011-04-23Added MaxAgents configuration option to RegionConfig.ini allowing region ↵E. Allen Soard1-0/+17
hosters to setup regions maintaining more control over system resources.
2011-03-31Remove unused RegionInfo.getInternalEndPointPort() in favour of ↵Justin Clark-Casey (justincc)1-6/+1
RegionInfo.InternalEndPoint.Port
2011-03-31Remove unused Datastore parameter from RegionInfo (legacy from early 2008)Justin Clark-Casey (justincc)1-11/+0
2010-11-03When LightShare is enabled, the standard day cycle is bypassed and replaced byMelanie1-0/+1
midday defaults when no specific LightShare profile is set. This prevents LightShare info being send out when the region has no LightShare profile, allowing normal day/night cycles to happen.
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)1-35/+4
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c.
2010-10-22Revert "* refactor refactor refactor ServerURI 4 lyfe"Justin Clark-Casey (justincc)1-7/+1
This reverts commit 55974df14b6d64c1e1f9e386a3eacce3ba86dc98.
2010-10-22Revert "* more url / hg cleanup"Justin Clark-Casey (justincc)1-28/+3
This reverts commit 58f75fa19d9aea18283ecdbd44559efb81781c9d.
2010-10-20* more url / hg cleanupJonathan Freedman1-3/+28
2010-10-20* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-1/+7
2010-10-11* more url / hg cleanupJonathan Freedman1-3/+28
2010-10-02* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-1/+7
2010-09-12Formatting cleanup.Jeff Ames1-14/+14
2010-09-03In RemoveAdminPlugin, use a .ini file template in XmlRpcCreateRegionMethod ↵Justin Clark-Casey (justincc)1-5/+10
rather than an older XML one This is a patch from http://opensimulator.org/mantis/view.php?id=4973. Thanks randomhuman
2010-08-20Some code cleanup for console command "create region".Marck1-1/+1
Make region name an optional command parameter. Avoid question for region name if it has already been specified. Extend help text.
2010-06-25minor: Move log information about SYSTEMIP to the place where it's resolvedJustin Clark-Casey (justincc)1-7/+13
2010-03-31First attempt at fixing mantis #4641. It's better but there are now some ↵Diva Canto1-6/+6
issues with permissions. (looks like my commit is going to touch CM files, I'm going to let it do it - eof only)
2010-03-31Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie1-1/+304
This allows scripts to set WindLight parameters for clients connecting to a region. Currently, this is only supported by the Meta7 viewer.
2010-03-03minor: remove a couple of compiler warningsJustin Clark-Casey (justincc)1-14/+4
2010-02-18Change handling of the SYSTEMIP constant to be more sane.Melanie1-1/+0
This will now choose the first network interface IP address, or the loopback interface if no external interfaces are found. It will log the IP address used as [NETWORK]: Using x.x.x.x for SYSTEMIP.
2010-02-18Revert "change "SYSTEMIP" to "localhost" in the create region console ↵Melanie1-4/+4
command prompt" after speaking to Dahlia This reverts commit c62a6adb2b234fcbe99e352f4bd2af0cbf683a99.
2010-02-17change "SYSTEMIP" to "localhost" in the create region console command promptdahlia1-4/+4
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie1-96/+0
appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process.
2009-12-12Getting rid of SimpleRegionInfo and SerializableRegionInfo per MelKunnis1-263/+147
Signed-off-by: Melanie <melanie@t-data.com>
2009-10-21Fix web map retrieval for regions configured via .iniMelanie1-2/+3
2009-10-17Added a description for RegionTypeJohn Hurliman1-1/+1
2009-10-17Re-rename ProductName back to it's original RegionTypeMelanie1-16/+16
2009-10-17Add ProductName to RegionInfo (for search)Melanie1-1/+23
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-09-22Added hg console commands to the module.Diva Canto1-0/+1
Added the IN connector module for link-region and corresponding handler to be used in the regions only. No service as such is needed. This will replace the current link-region machinery. Compiles but not tested.
2009-09-22Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto1-1/+7
2009-09-21Added grid handler and grid remote connector.Diva Canto1-0/+62