aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IPrimCountModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start using IPrimCounts populated by PrimCountModule instead of LandData ↵Justin Clark-Casey (justincc)2011-03-251-15/+1
| | | | | | | counts populated by LandManagementModule. In order to pass ILandObject into IClientAPI.SendLandProperties(), had to push ILandObject and IPrimCounts into OpenSim.Framework from OpenSim.Region.Framework.Interfaces, in order to avoid ci Counts are showing odd behaviour at the moment, this will be addressed shortly.
* Create the structure of classes and interfaces to replace the cruft thatMelanie2011-01-291-0/+2
| | | | is in the land management module today
* Add the prim count interfacesMelanie2011-01-281-0/+53