aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/PrimLimitsModule/PrimLimitsModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* seems to compile ( tests comented out)UbitUmarov2015-09-021-9/+0
* bad merge?UbitUmarov2015-09-011-10/+29
|\
| * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-291-2/+2
| * Merge branch 'master' into careminsterMelanie2013-03-011-2/+3
| |\
| * | removed potencial null refs and rearrange code a bitUbitUmarov2012-11-041-13/+19
| * | Prevent scripted region crossings from crashing with prim limits enabledMelanie2012-03-061-1/+7
* | | Revert my commit that fixed unexpected behaviour re: parcel prim limits.Kevin Cozens2014-10-301-1/+1
* | | Use parcel prim limit (not region limit) when checking if area is full.Kevin Cozens2014-10-301-1/+1
* | | Tweak to PrimLimits and add missing Regions.ini exampleDev Random2014-04-121-16/+5
* | | Add per-user checking to PrimLimitsModuleDev Random2014-04-121-24/+69
* | | minor: Only calculate fetched usedPrims and simulatorCapacity info in PrimLim...Justin Clark-Casey (justincc)2014-04-021-4/+4
* | | Fix problem where moving an object to another region on the same simulator wa...Justin Clark-Casey (justincc)2014-04-021-2/+5
* | | Don't fail to enable permissions modules correctly if there is any leading or...Justin Clark-Casey (justincc)2014-03-251-2/+3
| |/ |/|
* | Moved permissions config vars out of [Startup] into [Permissions]. Backwards ...Diva Canto2013-03-011-2/+3
|/
* refactor: improve PrimLimitsModule to call ILandObject.GetSimulatorMaxPrimCou...Justin Clark-Casey (justincc)2011-05-141-21/+22
* Convert the prim count module into a permissionsmoduleMelanie2011-05-091-17/+17
* Incremental - Just did some cleanup of comments and class name change to clea...E. Allen Soard2011-05-091-11/+3
* Incremental patch to add config options to enable/disable the prim limits mod...E. Allen Soard2011-05-091-1/+19
* Adds an optional module to enforce prim limits on a given parcel Takes into a...E. Allen Soard2011-05-091-0/+163