aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/PrimLimitsModule (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-51/+74
2018-11-08mantis 8035: fix number of prims use to be from all owned parcelsUbitUmarov1-2/+1
2017-04-03add bool CanObjectEnterWithScripts(SceneObjectGroup sog, ILandObject land) pe...UbitUmarov1-0/+22
2017-01-27bug fix: wrong enabled checkUbitUmarov1-5/+2
2017-01-27 Permissions modules where made NONShared modules. Make them so, removing inc...UbitUmarov1-19/+21
2017-01-21Oops.. fix the null on the correct place.. jenkis may now fail for another re...UbitUmarov1-2/+3
2017-01-20fix a null ref on jenkinsUbitUmarov1-6/+4
2017-01-20change CanObjectEntry() to use a SOGUbitUmarov1-24/+15
2017-01-19change CanDuplicateObjectUbitUmarov1-3/+5
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-10/+10
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-30/+69
2016-10-11 change math on GetParcelMaxPrimCount and GetSimulatorMaxPrimCount to reduce ...UbitUmarov1-2/+2
2015-09-02seems to compile ( tests comented out)UbitUmarov1-9/+0
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-2/+2
2014-10-30Revert my commit that fixed unexpected behaviour re: parcel prim limits.Kevin Cozens1-1/+1
2014-10-30Use parcel prim limit (not region limit) when checking if area is full.Kevin Cozens1-1/+1
2014-04-12Tweak to PrimLimits and add missing Regions.ini exampleDev Random1-16/+5
2014-04-12Add per-user checking to PrimLimitsModuleDev Random1-24/+69
2014-04-02minor: Only calculate fetched usedPrims and simulatorCapacity info in PrimLim...Justin Clark-Casey (justincc)1-4/+4
2014-04-02Fix problem where moving an object to another region on the same simulator wa...Justin Clark-Casey (justincc)1-2/+5
2014-03-25Don't fail to enable permissions modules correctly if there is any leading or...Justin Clark-Casey (justincc)1-2/+3
2013-03-01Moved permissions config vars out of [Startup] into [Permissions]. Backwards ...Diva Canto1-2/+3
2012-11-04 removed potencial null refs and rearrange code a bitUbitUmarov1-13/+19
2012-03-06Prevent scripted region crossings from crashing with prim limits enabledMelanie1-1/+7
2011-05-14refactor: improve PrimLimitsModule to call ILandObject.GetSimulatorMaxPrimCou...Justin Clark-Casey (justincc)1-21/+22
2011-05-09Convert the prim count module into a permissionsmoduleMelanie1-17/+17
2011-05-09Incremental - Just did some cleanup of comments and class name change to clea...E. Allen Soard1-11/+3
2011-05-09Incremental patch to add config options to enable/disable the prim limits mod...E. Allen Soard1-1/+19
2011-05-09Adds an optional module to enforce prim limits on a given parcel Takes into a...E. Allen Soard1-0/+163
2011-05-09Convert the prim count module into a permissionsmoduleMelanie1-17/+17
2011-05-09Incremental - Just did some cleanup of comments and class name change to clea...E. Allen Soard1-11/+3
2011-05-09Incremental patch to add config options to enable/disable the prim limits mod...E. Allen Soard1-1/+19
2011-05-09Adds an optional module to enforce prim limits on a given parcel Takes into a...E. Allen Soard1-0/+163