aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs
diff options
context:
space:
mode:
authorUbitUmarov2012-02-11 15:18:13 +0000
committerUbitUmarov2012-02-11 15:18:13 +0000
commitd4e28ed113659fa0e497aa0adedc31d1deddf2ec (patch)
tree3f7c4ca4cf5dbdc68edc0aa4e4a2ed5904600fa1 /OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs
parent changes to vehicle banking (diff)
downloadopensim-SC_OLD-d4e28ed113659fa0e497aa0adedc31d1deddf2ec.zip
opensim-SC_OLD-d4e28ed113659fa0e497aa0adedc31d1deddf2ec.tar.gz
opensim-SC_OLD-d4e28ed113659fa0e497aa0adedc31d1deddf2ec.tar.bz2
opensim-SC_OLD-d4e28ed113659fa0e497aa0adedc31d1deddf2ec.tar.xz
vehicle changes done by simulation thread and not calling one
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs
index fc59c32..86385bf 100644
--- a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs
+++ b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs
@@ -1,4 +1,3 @@
1
2/* 1/*
3 * Copyright (c) Contributors, http://opensimulator.org/ 2 * Copyright (c) Contributors, http://opensimulator.org/
4 * See CONTRIBUTORS.TXT for a full list of copyright holders. 3 * See CONTRIBUTORS.TXT for a full list of copyright holders.
@@ -137,6 +136,12 @@ namespace OpenSim.Region.Physics.OdePlugin
137 disabled, 136 disabled,
138 building, 137 building,
139 138
139 VehicleType,
140 VehicleFloatParam,
141 VehicleVectorParam,
142 VehicleRotationParam,
143 VehicleFlags,
144
140 Null //keep this last used do dim the methods array. does nothing but pulsing the prim 145 Null //keep this last used do dim the methods array. does nothing but pulsing the prim
141 } 146 }
142 147