| Commit message (Expand) | Author | Files | Lines |
2016-11-22 | Minor fix to region default landing point sanity check | AliciaRaven | 1 | -2/+2 |
2016-11-22 | Include new Region.ini option for DefaultLandingPoint for teleports with no c... | AliciaRaven | 1 | -0/+58 |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -21/+8 |
2015-03-28 | varregion: remove use of Constants.RegionSize is various places. | Robert Adams | 1 | -0/+1 |
2015-03-22 | Varregion: first cut at removing Border class checks for region crossings. | Robert Adams | 1 | -5/+26 |
2015-03-13 | Don't try to write region size and MapfileStaticFile Nini settings that are n... | Justin Clark-Casey (justincc) | 1 | -4/+6 |
2014-11-28 | Stop writing SizeZ config parameter for now when creating regions from consol... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-10-31 | Add "region set" console command. | Justin Clark-Casey (justincc) | 1 | -8/+4 |
2014-07-19 | minor: remove long unused RegionInfo.ignoreIncomingConfiguration | Justin Clark-Casey (justincc) | 1 | -5/+0 |
2014-07-19 | minor: remove long unused RegionInfo.commFailTF | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2014-05-30 | Fix bug where setting a parcel in a varregion for sale would make sale bitmap... | Justin Clark-Casey (justincc) | 1 | -0/+21 |
2014-04-26 | Convert region loading to new format | Melanie Thielker | 1 | -4/+6 |
2014-04-12 | Refactor: Rename GetOtherSetting to GetSetting and make SetOtherSetting private | Melanie | 1 | -6/+6 |
2014-04-12 | Remove the old XML format parsing. Now additional region params can just be | Melanie | 1 | -261/+6 |
2014-04-12 | Add per-user checking to PrimLimitsModule | Dev Random | 1 | -0/+18 |
2014-03-26 | refactor: Actually use MaptileStaticFile in RegionInfo rather than having bot... | Justin Clark-Casey (justincc) | 1 | -10/+6 |
2014-03-18 | Allow Region specific static maptiles to be loaded from file. | Jak Daniels | 1 | -0/+21 |
2014-01-04 | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 1 | -0/+2 |
2014-01-03 | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 1 | -0/+4 |
2013-12-28 | Add serialization/deserialization of region size to RegionInfo, GridRegion, a... | Robert Adams | 1 | -37/+152 |
2013-12-14 | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. | Robert Adams | 1 | -46/+22 |
2013-11-30 | varregion: Add MaxRegionSize constant and enforce in RegionInfo. | Robert Adams | 1 | -1/+10 |
2013-11-02 | varregion: Enforce the configuration of square regions in RegionInfo.cs. | Robert Adams | 1 | -3/+15 |
2013-11-01 | varregion: enforce multiple of 256 for region size when parameters fetched fr... | Robert Adams | 1 | -0/+33 |
2013-09-28 | varregion: serious rework of TerrainChannel: | Robert Adams | 1 | -13/+12 |
2013-09-28 | varregion: go back to using Constants.RegionSize so as not to break | Robert Adams | 1 | -20/+13 |
2013-09-28 | VarRegion: add RegionSize[XYZ] to RegionInfo.cs. | Robert Adams | 1 | -23/+78 |
2013-09-28 | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 1 | -23/+59 |
2013-09-25 | varregion: serious rework of TerrainChannel: | Robert Adams | 1 | -13/+12 |
2013-09-25 | varregion: go back to using Constants.RegionSize so as not to break | Robert Adams | 1 | -20/+13 |
2013-09-25 | VarRegion: add RegionSize[XYZ] to RegionInfo.cs. | Robert Adams | 1 | -23/+78 |
2013-09-25 | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 1 | -23/+59 |
2013-01-30 | Allow use of MaptileStaticUUID in Regions.ini to override the global setting ... | Jak Daniels | 1 | -1/+26 |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 1 | -64/+8 |
2012-09-18 | Fix some inconsistencies in configurartion: NonPhys prims | BlueWall | 1 | -4/+4 |
2012-09-12 | mathematically & hypothetically speaking we want to avoid negative values bei... | SignpostMarv | 1 | -7/+7 |
2012-09-09 | implementing per-region configuration of limits on the number of prims one ca... | SignpostMarv | 1 | -1/+19 |
2012-08-15 | enables configurable minimum sizes for physical & non-physical prims | SignpostMarv | 1 | -2/+40 |
2012-07-27 | making first run more resilient to bad input (loop until good input, rather t... | SignpostMarv | 1 | -7/+19 |
2012-03-24 | Give feedback when "terrain save-tile" is not successfully invoked. | Justin Clark-Casey (justincc) | 1 | -0/+6 |
2012-02-10 | minor: Remove warning from RegionInfo due to repeated config.GetString() call... | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2012-02-04 | Set PhysPrimMax default to 0 so ini files won't be overridden | BlueWall | 1 | -1/+1 |
2012-02-04 | Make NonphysicalPrimMax setting work properly | BlueWall | 1 | -1/+1 |
2012-02-02 | fix line endings | Dan Lake | 1 | -7/+7 |
2012-01-19 | Fixed bugs in earlier commit on custom user parameters in Regions.ini | Dan Lake | 1 | -20/+25 |
2011-12-12 | Added an option for extra settings within region ini file. Any non-hardcoded ... | Dan Lake | 1 | -20/+55 |
2011-10-25 | Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-07-22 | Fix merge artefact | Melanie | 1 | -3/+0 |
2011-07-22 | Thank you, Michelle Argus, for a patch that adds reading the agent limit | Melanie | 1 | -1/+4 |
2011-07-22 | Thank you, Michelle Argus, for a patch that adds reading the agent limit | Melanie | 1 | -1/+4 |