diff options
author | Justin Clark-Casey (justincc) | 2011-03-25 23:05:51 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-03-25 23:05:51 +0000 |
commit | 6ae04448f73afdca791ea185fdc0e9c062dea87b (patch) | |
tree | 704c7f3722ae802543c9b0d01bd704ca33f4f720 /OpenSim/Region/OptionalModules/Scripting/Minimodule | |
parent | Add ILandObject.IPrimCounts for the new prim count module. (diff) | |
download | opensim-SC_OLD-6ae04448f73afdca791ea185fdc0e9c062dea87b.zip opensim-SC_OLD-6ae04448f73afdca791ea185fdc0e9c062dea87b.tar.gz opensim-SC_OLD-6ae04448f73afdca791ea185fdc0e9c062dea87b.tar.bz2 opensim-SC_OLD-6ae04448f73afdca791ea185fdc0e9c062dea87b.tar.xz |
Start using IPrimCounts populated by PrimCountModule instead of LandData 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.
Diffstat (limited to 'OpenSim/Region/OptionalModules/Scripting/Minimodule')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/Minimodule/LOParcel.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/Minimodule/LOParcel.cs b/OpenSim/Region/OptionalModules/Scripting/Minimodule/LOParcel.cs index 8df020f..c898da6 100644 --- a/OpenSim/Region/OptionalModules/Scripting/Minimodule/LOParcel.cs +++ b/OpenSim/Region/OptionalModules/Scripting/Minimodule/LOParcel.cs | |||
@@ -25,6 +25,7 @@ | |||
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | */ | 26 | */ |
27 | 27 | ||
28 | using OpenSim.Framework; | ||
28 | using OpenSim.Region.Framework.Interfaces; | 29 | using OpenSim.Region.Framework.Interfaces; |
29 | using OpenSim.Region.Framework.Scenes; | 30 | using OpenSim.Region.Framework.Scenes; |
30 | 31 | ||