aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs
diff options
context:
space:
mode:
authorMelanie2010-01-21 23:48:11 +0000
committerMelanie2010-01-21 23:48:11 +0000
commitd2e17f4ffb3bbd4e377152bef097d47d481c6c5c (patch)
tree82603908ff006d9c61d28c56ea8b5296933223fc /OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs
parentMerge branch 'master' into careminster (diff)
parentAdd glue for llSetVehicleFlags(), llRemoveVehicleFlags(). ChODE: Add associat... (diff)
downloadopensim-SC-d2e17f4ffb3bbd4e377152bef097d47d481c6c5c.zip
opensim-SC-d2e17f4ffb3bbd4e377152bef097d47d481c6c5c.tar.gz
opensim-SC-d2e17f4ffb3bbd4e377152bef097d47d481c6c5c.tar.bz2
opensim-SC-d2e17f4ffb3bbd4e377152bef097d47d481c6c5c.tar.xz
Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into careminster
Diffstat (limited to 'OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs')
-rw-r--r--OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs
index a3344dd..120d040 100644
--- a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs
+++ b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs
@@ -361,7 +361,17 @@ namespace OpenSim.Region.Physics.BulletDotNETPlugin
361 { 361 {
362 362
363 } 363 }
364
365 public override void VehicleFlagsSet(int flags)
366 {
367
368 }
369
370 public override void VehicleFlagsRemove(int flags)
371 {
364 372
373 }
374
365 public override void SetVolumeDetect(int param) 375 public override void SetVolumeDetect(int param)
366 { 376 {
367 377