aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionInfo.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | varregion: Enforce the configuration of square regions in RegionInfo.cs.Robert Adams2013-11-021-3/+15
* | | | | | | | | | | | | | | | | | | | | | varregion: enforce multiple of 256 for region size when parameters fetched fr...Robert Adams2013-11-011-0/+33
* | | | | | | | | | | | | | | | | | | | | | varregion: serious rework of TerrainChannel:Robert Adams2013-09-281-13/+12
* | | | | | | | | | | | | | | | | | | | | | varregion: go back to using Constants.RegionSize so as not to breakRobert Adams2013-09-281-20/+13
* | | | | | | | | | | | | | | | | | | | | | VarRegion: add RegionSize[XYZ] to RegionInfo.cs.Robert Adams2013-09-281-23/+78
* | | | | | | | | | | | | | | | | | | | | | VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2013-09-281-23/+59
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Allow use of MaptileStaticUUID in Regions.ini to override the global setting ...Jak Daniels2013-01-301-1/+26
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Fix some inconsistencies in configurartion: NonPhys primsBlueWall2012-09-181-4/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | mathematically & hypothetically speaking we want to avoid negative values bei...SignpostMarv2012-09-121-7/+7
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | implementing per-region configuration of limits on the number of prims one ca...SignpostMarv2012-09-091-1/+19
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | enables configurable minimum sizes for physical & non-physical primsSignpostMarv2012-08-151-2/+40
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | making first run more resilient to bad input (loop until good input, rather t...SignpostMarv2012-07-271-7/+19
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Give feedback when "terrain save-tile" is not successfully invoked.Justin Clark-Casey (justincc)2012-03-241-0/+6
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | minor: Remove warning from RegionInfo due to repeated config.GetString() call...Justin Clark-Casey (justincc)2012-02-101-1/+0
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Set PhysPrimMax default to 0 so ini files won't be overriddenBlueWall2012-02-041-1/+1
* | | | | | | | | | | | | Make NonphysicalPrimMax setting work properlyBlueWall2012-02-041-1/+1
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | fix line endingsDan Lake2012-02-021-7/+7
* | | | | | | | | | | | Fixed bugs in earlier commit on custom user parameters in Regions.iniDan Lake2012-01-191-20/+25
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Added an option for extra settings within region ini file. Any non-hardcoded ...Dan Lake2011-12-121-20/+55
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2011-10-251-1/+1
* | | | | | | | | | Thank you, Michelle Argus, for a patch that adds reading the agent limitMelanie2011-07-221-1/+4
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Removed SimpleRegionInfo, which was obsolete and not used anywhere.Diva Canto2011-05-061-245/+0
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Added MaxAgents configuration option to RegionConfig.ini allowing region host...E. Allen Soard2011-04-231-0/+17
* | | | | | | | Remove unused RegionInfo.getInternalEndPointPort() in favour of RegionInfo.In...Justin Clark-Casey (justincc)2011-03-311-6/+1
* | | | | | | | Remove unused Datastore parameter from RegionInfo (legacy from early 2008)Justin Clark-Casey (justincc)2011-03-311-11/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge git://github.com/opensim/opensim into mantis5110Jonathan Freedman2010-11-051-0/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | When LightShare is enabled, the standard day cycle is bypassed and replaced byMelanie2010-11-031-0/+1
| | |_|_|_|/ | |/| | | |
| * | | | | Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2010-10-221-35/+4
|/ / / / /
* | | | | * more url / hg cleanupJonathan Freedman2010-10-111-3/+28
* | | | | * refactor refactor refactor ServerURI 4 lyfeJonathan Freedman2010-10-021-1/+7
| |_|_|/ |/| | |
* | | | Formatting cleanup.Jeff Ames2010-09-121-14/+14
| |_|/ |/| |
* | | In RemoveAdminPlugin, use a .ini file template in XmlRpcCreateRegionMethod ra...Justin Clark-Casey (justincc)2010-09-031-5/+10
| |/ |/|
* | Some code cleanup for console command "create region".Marck2010-08-201-1/+1
|/
* minor: Move log information about SYSTEMIP to the place where it's resolvedJustin Clark-Casey (justincc)2010-06-251-7/+13
* First attempt at fixing mantis #4641. It's better but there are now some issu...Diva Canto2010-03-311-6/+6
* Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie2010-03-311-1/+304
* minor: remove a couple of compiler warningsJustin Clark-Casey (justincc)2010-03-031-14/+4
* Merge branch 'master' into presence-refactorMelanie2010-02-221-1/+0
|\
| * Change handling of the SYSTEMIP constant to be more sane.Melanie2010-02-181-1/+0
| * Revert "change "SYSTEMIP" to "localhost" in the create region console command...Melanie2010-02-181-4/+4
| * change "SYSTEMIP" to "localhost" in the create region console command promptdahlia2010-02-171-4/+4
* | Remove all references to master avatar, replacing with estate owner whereMelanie2010-01-101-96/+0
|/
* Getting rid of SimpleRegionInfo and SerializableRegionInfo per MelKunnis2009-12-121-263/+147
* Merged master into prioritizationJohn Hurliman2009-10-211-2/+3
|\
| * Fix web map retrieval for regions configured via .iniMelanie2009-10-211-2/+3
* | Added a description for RegionTypeJohn Hurliman2009-10-171-1/+1
|/
* Re-rename ProductName back to it's original RegionTypeMelanie2009-10-171-16/+16
* Add ProductName to RegionInfo (for search)Melanie2009-10-171-1/+23
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
* Added hg console commands to the module.Diva Canto2009-09-221-0/+1