aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ILandObject.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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