aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IPrimCounts.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-7/+7
|
* (re)implement selected prim count.Justin Clark-Casey (justincc)2011-03-301-0/+5
| | | | This does not currently count objects that are sat upon (which the viewer ui implies should be included in this count)
* move total parcel prim calculations into IPrimCounts instead of doing this ↵Justin Clark-Casey (justincc)2011-03-261-0/+24
| | | | | | in LLClientView need to move selected prim counts from LandData/LMM still
* Start using IPrimCounts populated by PrimCountModule instead of LandData ↵Justin Clark-Casey (justincc)2011-03-251-0/+45
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.