aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/PrimLimitsModule (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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