| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|