diff options
author | Adam Frisby | 2007-12-27 05:20:03 +0000 |
---|---|---|
committer | Adam Frisby | 2007-12-27 05:20:03 +0000 |
commit | 8b6dd623bd7e7a1ea3de196ea6bc4d8979c7e921 (patch) | |
tree | 7f8ae3971f9ae7038d80b5dc3dc0b5a2aa1f495c /prebuild.xml | |
parent | * Added slightly better object sit handling (diff) | |
download | opensim-SC_OLD-8b6dd623bd7e7a1ea3de196ea6bc4d8979c7e921.zip opensim-SC_OLD-8b6dd623bd7e7a1ea3de196ea6bc4d8979c7e921.tar.gz opensim-SC_OLD-8b6dd623bd7e7a1ea3de196ea6bc4d8979c7e921.tar.bz2 opensim-SC_OLD-8b6dd623bd7e7a1ea3de196ea6bc4d8979c7e921.tar.xz |
* Added osTerrainSetHeight(int x, int y, double val) to LSL commands
* Added osTerrainGetHeight(int x, int y) to LSL commands
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 7a6317c..4827a3d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1115,6 +1115,7 @@ | |||
1115 | <Reference name="OpenSim.Framework"/> | 1115 | <Reference name="OpenSim.Framework"/> |
1116 | <Reference name="OpenSim.Framework.Console"/> | 1116 | <Reference name="OpenSim.Framework.Console"/> |
1117 | <Reference name="OpenSim.Region.ScriptEngine.Common"/> | 1117 | <Reference name="OpenSim.Region.ScriptEngine.Common"/> |
1118 | <Reference name="OpenSim.Region.Terrain.BasicTerrain"/> | ||
1118 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | 1119 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> |
1119 | <Reference name="Nini.dll" /> | 1120 | <Reference name="Nini.dll" /> |
1120 | <Files> | 1121 | <Files> |