aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ILandObject.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-21/+73
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-0/+2
2012-03-22Rework Diva's patch to simplify itMelanie1-0/+1
2012-03-22Revert "Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY ↵Melanie1-2/+0
DEFAULT. Turns out that this can't be expressed by cascading Permission modules, so I did it as per this patch." This reverts commit 6146e7ef258b10888ad7464b72b75cca701e02c9.
2012-03-22Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. ↵Diva Canto1-0/+2
Turns out that this can't be expressed by cascading Permission modules, so I did it as per this patch.
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie1-2/+2
accurately reflects the data sent by the viewer. Add times bans and the expiration of timed bans. Warning: Contains a Migration (and nuts)
2012-01-25llGetParcelMusicURL implementation ↵Pixel Tomsen1-0/+6
http://wiki.secondlife.com/wiki/LlGetParcelMusicURL Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2011-05-14refactor: remove thisObject argument from ILandObject.Get*MaxPrimCount() ↵Justin Clark-Casey (justincc)1-2/+2
instance methods since it didn't make sense to use anything other than the instance themselves.
2011-04-06Improve previous ILandObject method doc.Justin Clark-Casey (justincc)1-2/+6
For test code, take a part name prefix when creating objects, so that these can be more easily identified in the logs
2011-04-06Add method doc to some land bitmap methods in ILandObject.Justin Clark-Casey (justincc)1-0/+18
Also changes prim count tests to use the correct upper region bounds, though the method actually ignores the overage.
2011-04-05remove now unused individual LandData prim counts.Justin Clark-Casey (justincc)1-1/+1
However, the calls to the land management module to record prims need to remain, since they were also being used to return owner object lists, etc. This is probably why prim counts were being done there in the first place.
2011-03-26Add test for PCM taint. This currently fails due to unexpected behaviour of ↵Justin Clark-Casey (justincc)1-0/+112
SceneGraph.ForEachSOG(). This will be corrected soon. Also adds lots of temproarily debug logging