aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ILandObject.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove thisObject argument from ILandObject.Get*MaxPrimCount() ↵Justin Clark-Casey (justincc)2011-05-141-2/+2
| | | | instance methods since it didn't make sense to use anything other than the instance themselves.
* Improve previous ILandObject method doc.Justin Clark-Casey (justincc)2011-04-061-2/+6
| | | | For test code, take a part name prefix when creating objects, so that these can be more easily identified in the logs
* Add method doc to some land bitmap methods in ILandObject.Justin Clark-Casey (justincc)2011-04-061-0/+18
| | | | Also changes prim count tests to use the correct upper region bounds, though the method actually ignores the overage.
* remove now unused individual LandData prim counts.Justin Clark-Casey (justincc)2011-04-051-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.
* Add test for PCM taint. This currently fails due to unexpected behaviour of ↵Justin Clark-Casey (justincc)2011-03-261-0/+112
SceneGraph.ForEachSOG(). This will be corrected soon. Also adds lots of temproarily debug logging