Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't try to write region size and MapfileStaticFile Nini settings that are ↵ | Justin Clark-Casey (justincc) | 2015-03-13 | 1 | -4/+6 |
| | | | | | | not set up when invoking the RemoteAdmin create region facility. Changes by MarcelEdward from http://opensimulator.org/mantis/view.php?id=7497. Thanks. | ||||
* | Stop writing SizeZ config parameter for now when creating regions from ↵ | Justin Clark-Casey (justincc) | 2014-11-28 | 1 | -1/+1 |
| | | | | console as it is unused/ignored, at least in core. | ||||
* | Add "region set" console command. | Justin Clark-Casey (justincc) | 2014-10-31 | 1 | -8/+4 |
| | | | | | | This current allows one to set two region parameters agent-limit <int> will set the current root agent limit for the region, as also settable through the viewer, though some impose a max setting (e.g. 100). max-agent-limit <int> will set the maximum allowed root agent limit. This can also be set via the MaxAgent parameter in region config. | ||||
* | minor: remove long unused RegionInfo.ignoreIncomingConfiguration | Justin Clark-Casey (justincc) | 2014-07-19 | 1 | -5/+0 |
| | |||||
* | minor: remove long unused RegionInfo.commFailTF | Justin Clark-Casey (justincc) | 2014-07-19 | 1 | -1/+0 |
| | |||||
* | Fix bug where setting a parcel in a varregion for sale would make sale ↵ | Justin Clark-Casey (justincc) | 2014-05-30 | 1 | -0/+21 |
| | | | | | | bitmap generation in WorldMapModule throw an exception on next startup. This commit replaces the hardcoded region sizes in WorldMapModule.GenerateOverlay() with numbers pulled from m_scene.RegionInfo | ||||
* | Refactor: Rename GetOtherSetting to GetSetting and make SetOtherSetting private | Melanie | 2014-04-12 | 1 | -6/+6 |
| | |||||
* | Remove the old XML format parsing. Now additional region params can just be | Melanie | 2014-04-12 | 1 | -261/+6 |
| | | | | | added as they are already exposed through an API when using Nini. That will remove the need to always edit RegioInfo just to add a region based setting. | ||||
* | Add per-user checking to PrimLimitsModule | Dev Random | 2014-04-12 | 1 | -0/+18 |
| | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | refactor: Actually use MaptileStaticFile in RegionInfo rather than having ↵ | Justin Clark-Casey (justincc) | 2014-03-26 | 1 | -10/+6 |
| | | | | both a public field and a get property | ||||
* | Allow Region specific static maptiles to be loaded from file. | Jak Daniels | 2014-03-18 | 1 | -0/+21 |
| | |||||
* | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 2014-01-03 | 1 | -0/+4 |
| | | | | | | | CorssRegion, TeleportFinishEvent). Have Simian grid service return the region size. Many teleport related debug log messages. Can be removed when teleport works (like that's ever going to happen). | ||||
* | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. | Robert Adams | 2013-12-14 | 1 | -46/+22 |
| | | | | | | Rename 'RegionWorldLocX' to 'WorldLocX' and same for Y and Z. This keeps the downward compatibility and follows the scheme of 'region' and 'world' location naming that is happening in the Util module. | ||||
* | varregion: Add MaxRegionSize constant and enforce in RegionInfo. | Robert Adams | 2013-11-30 | 1 | -1/+10 |
| | | | | | Intermediate checkin of changing border cross computation from checking boundry limits to requests to GridService. Not totally functional. | ||||
* | varregion: Enforce the configuration of square regions in RegionInfo.cs. | Robert Adams | 2013-11-02 | 1 | -3/+15 |
| | |||||
* | varregion: enforce multiple of 256 for region size when parameters fetched ↵ | Robert Adams | 2013-11-01 | 1 | -0/+33 |
| | | | | | | from user. Output info and warning messages for non-legacy region sizes. | ||||
* | varregion: serious rework of TerrainChannel: | Robert Adams | 2013-09-28 | 1 | -13/+12 |
| | | | | | | | | | -- addition of varaible region size in X and Y -- internal storage of heightmap changed from double[] to short[] -- helper routines for handling internal structure while keeping existing API -- to and from XML that adds region size information (for downward compatibility, output in the legacy XML format if X and Y are 256) Updated and commented Constants.RegionSize but didn't change the name for compatibility. | ||||
* | varregion: go back to using Constants.RegionSize so as not to break | Robert Adams | 2013-09-28 | 1 | -20/+13 |
| | | | | | external modules. People shouldn't use it but don't want to cause too much breakage of legacy modules. | ||||
* | VarRegion: add RegionSize[XYZ] to RegionInfo.cs. | Robert Adams | 2013-09-28 | 1 | -23/+78 |
| | | | | | Update RegionInfo parameter and serialization routines to serialize the region size if it is not the LegacyRegionSize. | ||||
* | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 2013-09-28 | 1 | -23/+59 |
| | | | | | | | | count number to integer world coordinates. Added new methods RegionWorldLoc[XY]. Refactored name of 'RegionLoc*' to 'LegacyRegionLoc*' throughout OpenSim. Kept old 'RegionLoc*' entrypoint to RegionInfo for downward compatability of external region management packages. | ||||
* | Allow use of MaptileStaticUUID in Regions.ini to override the global setting ↵ | Jak Daniels | 2013-01-30 | 1 | -1/+26 |
| | | | | | | in OpenSim.ini for each region. Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | ||||
* | Fix some inconsistencies in configurartion: NonPhys prims | BlueWall | 2012-09-18 | 1 | -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. | ||||
* | mathematically & hypothetically speaking we want to avoid negative values ↵ | SignpostMarv | 2012-09-12 | 1 | -7/+7 |
| | | | | being written | ||||
* | implementing per-region configuration of limits on the number of prims one ↵ | SignpostMarv | 2012-09-09 | 1 | -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> | ||||
* | enables configurable minimum sizes for physical & non-physical prims | SignpostMarv | 2012-08-15 | 1 | -2/+40 |
| | |||||
* | making first run more resilient to bad input (loop until good input, rather ↵ | SignpostMarv | 2012-07-27 | 1 | -7/+19 |
| | | | | than crash) | ||||
* | Give feedback when "terrain save-tile" is not successfully invoked. | Justin Clark-Casey (justincc) | 2012-03-24 | 1 | -0/+6 |
| | |||||
* | minor: Remove warning from RegionInfo due to repeated config.GetString() ↵ | Justin Clark-Casey (justincc) | 2012-02-10 | 1 | -1/+0 |
| | | | | call where the first was unused. | ||||
* | Set PhysPrimMax default to 0 so ini files won't be overridden | BlueWall | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Make NonphysicalPrimMax setting work properly | BlueWall | 2012-02-04 | 1 | -1/+1 |
| | | | | RegionInfo setting will override only if it is > 0 | ||||
* | fix line endings | Dan Lake | 2012-02-02 | 1 | -7/+7 |
| | |||||
* | Fixed bugs in earlier commit on custom user parameters in Regions.ini | Dan Lake | 2012-01-19 | 1 | -20/+25 |
| | |||||
* | Added an option for extra settings within region ini file. Any non-hardcoded ↵ | Dan Lake | 2011-12-12 | 1 | -20/+55 |
| | | | | key-value string pair can be added per-region and referenced by any part of OpenSim with access to the RegionInfo | ||||
* | Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead ↵ | Justin Clark-Casey (justincc) | 2011-10-25 | 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) | ||||
* | Thank you, Michelle Argus, for a patch that adds reading the agent limit | Melanie | 2011-07-22 | 1 | -1/+4 |
| | | | | from XML properly. | ||||
* | Removed SimpleRegionInfo, which was obsolete and not used anywhere. | Diva Canto | 2011-05-06 | 1 | -245/+0 |
| | |||||
* | Added MaxAgents configuration option to RegionConfig.ini allowing region ↵ | E. Allen Soard | 2011-04-23 | 1 | -0/+17 |
| | | | | hosters to setup regions maintaining more control over system resources. | ||||
* | Remove unused RegionInfo.getInternalEndPointPort() in favour of ↵ | Justin Clark-Casey (justincc) | 2011-03-31 | 1 | -6/+1 |
| | | | | RegionInfo.InternalEndPoint.Port | ||||
* | Remove unused Datastore parameter from RegionInfo (legacy from early 2008) | Justin Clark-Casey (justincc) | 2011-03-31 | 1 | -11/+0 |
| | |||||
* | Merge git://github.com/opensim/opensim into mantis5110 | Jonathan Freedman | 2010-11-05 | 1 | -0/+1 |
|\ | |||||
| * | When LightShare is enabled, the standard day cycle is bypassed and replaced by | Melanie | 2010-11-03 | 1 | -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. | ||||
| * | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 2010-10-22 | 1 | -35/+4 |
|/ | | | | | This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c. | ||||
* | * more url / hg cleanup | Jonathan Freedman | 2010-10-11 | 1 | -3/+28 |
| | |||||
* | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 2010-10-02 | 1 | -1/+7 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -14/+14 |
| | |||||
* | In RemoveAdminPlugin, use a .ini file template in XmlRpcCreateRegionMethod ↵ | Justin Clark-Casey (justincc) | 2010-09-03 | 1 | -5/+10 |
| | | | | | | rather than an older XML one This is a patch from http://opensimulator.org/mantis/view.php?id=4973. Thanks randomhuman | ||||
* | Some code cleanup for console command "create region". | Marck | 2010-08-20 | 1 | -1/+1 |
| | | | | | | Make region name an optional command parameter. Avoid question for region name if it has already been specified. Extend help text. | ||||
* | minor: Move log information about SYSTEMIP to the place where it's resolved | Justin Clark-Casey (justincc) | 2010-06-25 | 1 | -7/+13 |
| | |||||
* | First attempt at fixing mantis #4641. It's better but there are now some ↵ | Diva Canto | 2010-03-31 | 1 | -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) | ||||
* | Committing the LightShare code, which was developed by TomMeta of Meta7. | Melanie | 2010-03-31 | 1 | -1/+304 |
| | | | | | This allows scripts to set WindLight parameters for clients connecting to a region. Currently, this is only supported by the Meta7 viewer. |