aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionInfo.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
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-26Make RegionLightShareData serializableTom Grimshaw1-0/+1
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-30Rename Meta7Windlight to LightShareMelanie1-5/+5
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-17Add cmSetWindlightSceneTargeted. Add restrictions on windlight script use.CasperW1-8/+13
2009-12-12Getting rid of SimpleRegionInfo and SerializableRegionInfo per MelKunnis1-263/+147
Signed-off-by: Melanie <melanie@t-data.com>
2009-12-07Initial windlight codebase commitunknown1-2/+67
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
2009-08-10Added some help instructions to the new RegionInfo region setup process; ↵Adam Frisby1-0/+6
mainly to point out 'yes you can input information here.' since it seems to elude some users.
2009-08-08Change the default for internal IP address back to 0.0.0.0Melanie1-1/+1
2009-07-15minor: remove some mono compiler warningsJustin Clarke Casey1-2/+2
2009-07-03- adding a Persistent flag to RegionInfoDr Scofield1-0/+3
- adding EstateSettings.Save() to RemoteAdmin ACL code (invoked only when region is persistent)
2009-06-26Enable the RemoteAdmin module to save regions as ini files rather than XMLMelanie Thielker1-0/+68
2009-06-26Make delete-region delete the section from an ini file. Will delete the wholeMelanie Thielker1-0/+6
file if it has no sections left.
2009-06-25Make create region save the new region to ini file format if the nameMelanie Thielker1-2/+10
specifies an ini file. If the ini file exists, the region will be added.
2009-06-25From this version onwards, all new region files created automatically willMelanie Thielker1-11/+115
be created as new style INI files. This doesn't yet affect create region, but it does affect first starts of OpenSim.exe Because master avatars are slated to be replaced by estate owners, this now allows regions to be created without any master avatar data.
2009-06-25Add a comment and an example region config fileMelanie Thielker1-1/+1
2009-06-25Allow the reading of ini files instead of xml files when reading regionMelanie Thielker1-44/+116
definitions from the file system
2009-06-22Committing the meat of the user server interface and the bones of the ↵Melanie Thielker1-0/+10
service implementation
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-25* Attaches debug info to some DNS resolution code.Adam Frisby1-8/+16
2009-05-13* Bug fix: Variable m_regionSettings can be null, using RegionSettings ↵Arthur Valadares1-1/+1
instead, that starts a new RegionSettings object if private variable is null. Fixes Mantis #3634
2009-05-12Thank you kindly, Patnad, for a patch that:Charles Krinke1-0/+6
This is to handle the changes in the v1.23 viewer of LL regarding the adult rating. With this patch a region can be changed to the adult rating from LL viewer v1.23 and above.