aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/PrimLimitsModule (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tweak to PrimLimits and add missing Regions.ini exampleDev Random2014-04-121-16/+5
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* Add per-user checking to PrimLimitsModuleDev Random2014-04-121-24/+69
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* minor: Only calculate fetched usedPrims and simulatorCapacity info in ↵Justin Clark-Casey (justincc)2014-04-021-4/+4
| | | | PrimLimitsModule.CanObjectEnter() when we know for sure that we need them.
* Fix problem where moving an object to another region on the same simulator ↵Justin Clark-Casey (justincc)2014-04-021-2/+5
| | | | | | | | was failing, with the object returning to its original position. Root cause was that PrimLimitsModule was not properly handling the case where the parcel it was asked to check was outside the current region's bounds. If this is the case, we can abort the check since the receiving region will perform it. Added a regression test for this case.
* Don't fail to enable permissions modules correctly if there is any leading ↵Justin Clark-Casey (justincc)2014-03-251-2/+3
| | | | or trailing whitespace between comma separate module combinations.
* Moved permissions config vars out of [Startup] into [Permissions]. Backwards ↵Diva Canto2013-03-011-2/+3
| | | | compatible ([Startup] still being looked up), but please update your configs sometime soon.
* refactor: improve PrimLimitsModule to call ↵Justin Clark-Casey (justincc)2011-05-141-21/+22
| | | | ILandObject.GetSimulatorMaxPrimCount() rather than use copy/pasted code
* Convert the prim count module into a permissionsmoduleMelanie2011-05-091-17/+17
|
* Incremental - Just did some cleanup of comments and class name change to ↵E. Allen Soard2011-05-091-11/+3
| | | | clean up from using BareBonesNonShared as a template.
* Incremental patch to add config options to enable/disable the prim limits ↵E. Allen Soard2011-05-091-1/+19
| | | | module to OpenSim.ini. EnforcePrimLimits is set to false by default to emulate the current behavior.
* Adds an optional module to enforce prim limits on a given parcel Takes into ↵E. Allen Soard2011-05-091-0/+163
account acculmitive prim allowance when multiple parcels are owned by the same avatar on the same region. Does not handle prims that are moved by a script or account for temporary objects at the time of creation. other wise handles all tested cases including: Creating a new object from the build menu Moving an object from another parcel duplicating an object via shift move rezing an object from a script