aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ILandChannel.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-3/+8
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-0/+7
|
* remove now unused individual LandData prim counts.Justin Clark-Casey (justincc)2011-04-051-1/+0
| | | | | 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.
* Start using IPrimCounts populated by PrimCountModule instead of LandData ↵Justin Clark-Casey (justincc)2011-03-251-0/+91
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.