diff options
author | mingchen | 2007-06-08 03:54:03 +0000 |
---|---|---|
committer | mingchen | 2007-06-08 03:54:03 +0000 |
commit | 269ff893df525ad5ea8ad8fbe2528f7045dec8d9 (patch) | |
tree | 6b3957c356c76a59b360bf938ddea9c64932a26e /Common/OpenSim.Framework/OpenSim.Framework.dll.build | |
parent | *Added basic support for EstateOwnerMessage (diff) | |
download | opensim-SC_OLD-269ff893df525ad5ea8ad8fbe2528f7045dec8d9.zip opensim-SC_OLD-269ff893df525ad5ea8ad8fbe2528f7045dec8d9.tar.gz opensim-SC_OLD-269ff893df525ad5ea8ad8fbe2528f7045dec8d9.tar.bz2 opensim-SC_OLD-269ff893df525ad5ea8ad8fbe2528f7045dec8d9.tar.xz |
*Added Estate Tools for terrain texturing, terrain texturing heights per corner, water height, region flags, etc basic settings
*Parcel now sends ParcelProperties when the owner changes information as soon as the information is changed
Diffstat (limited to 'Common/OpenSim.Framework/OpenSim.Framework.dll.build')
-rw-r--r-- | Common/OpenSim.Framework/OpenSim.Framework.dll.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.dll.build b/Common/OpenSim.Framework/OpenSim.Framework.dll.build index ae01398..7577fd1 100644 --- a/Common/OpenSim.Framework/OpenSim.Framework.dll.build +++ b/Common/OpenSim.Framework/OpenSim.Framework.dll.build | |||
@@ -36,7 +36,7 @@ | |||
36 | <include name="Interfaces/IScriptAPI.cs" /> | 36 | <include name="Interfaces/IScriptAPI.cs" /> |
37 | <include name="Interfaces/ILocalStorage.cs" /> | 37 | <include name="Interfaces/ILocalStorage.cs" /> |
38 | <include name="Properties/AssemblyInfo.cs" /> | 38 | <include name="Properties/AssemblyInfo.cs" /> |
39 | <include name="Types/AgentCircuitData.cs" /> | 39 | <include name="Types/EstateSettings.cs" /> |
40 | <include name="Types/AssetBase.cs" /> | 40 | <include name="Types/AssetBase.cs" /> |
41 | <include name="Types/AssetLandmark.cs" /> | 41 | <include name="Types/AssetLandmark.cs" /> |
42 | <include name="Types/AssetStorage.cs" /> | 42 | <include name="Types/AssetStorage.cs" /> |
@@ -45,7 +45,7 @@ | |||
45 | <include name="Types/OSVector3.cs" /> | 45 | <include name="Types/OSVector3.cs" /> |
46 | <include name="Types/ParcelData.cs" /> | 46 | <include name="Types/ParcelData.cs" /> |
47 | <include name="Types/PrimData.cs" /> | 47 | <include name="Types/PrimData.cs" /> |
48 | <include name="Types/EstateSettings.cs" /> | 48 | <include name="Types/AgentCircuitData.cs" /> |
49 | </sources> | 49 | </sources> |
50 | <references basedir="${project::get-base-directory()}"> | 50 | <references basedir="${project::get-base-directory()}"> |
51 | <lib> | 51 | <lib> |