| Commit message (Collapse) | Author | Files | Lines |
|
round errors, limit both to region max prims. consider ObjectBonus on last one also. Change a variable name in PrimLimitsModule to make it more clear
|
|
|
|
Util.cs routines to convert region coords to and from world coords or handles.
|
|
Others think different about how limits work so another solution is needed.
This reverts commit ff62b90636e13e531b95bbb7699b130909fc70f2.
|
|
|
|
Signed-off-by: Melanie <melanie@t-data.com>
|
|
Signed-off-by: Melanie <melanie@t-data.com>
|
|
PrimLimitsModule.CanObjectEnter() when we know for sure that we need them.
|
|
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.
|
|
or trailing whitespace between comma separate module combinations.
|
|
compatible ([Startup] still being looked up), but please update your configs sometime soon.
|
|
|
|
|
|
ILandObject.GetSimulatorMaxPrimCount() rather than use copy/pasted code
|
|
|
|
clean up from using BareBonesNonShared as a template.
|
|
module to OpenSim.ini. EnforcePrimLimits is set to false by default to emulate the current behavior.
|
|
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
|
|
|
|
clean up from using BareBonesNonShared as a template.
|
|
module to OpenSim.ini. EnforcePrimLimits is set to false by default to emulate the current behavior.
|
|
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
|