aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-11-03 22:31:31 +0000
committerJustin Clark-Casey (justincc)2011-11-03 22:31:31 +0000
commit5a67940acc17c80c419781fddc9efa0c18ce1f15 (patch)
tree18b58a3cb1434a1ec05c5170bdb59e4d55e19cb3 /prebuild.xml
parentMove PhysicsBehaviour into a spearate behaviours folder (diff)
downloadopensim-SC_OLD-5a67940acc17c80c419781fddc9efa0c18ce1f15.zip
opensim-SC_OLD-5a67940acc17c80c419781fddc9efa0c18ce1f15.tar.gz
opensim-SC_OLD-5a67940acc17c80c419781fddc9efa0c18ce1f15.tar.bz2
opensim-SC_OLD-5a67940acc17c80c419781fddc9efa0c18ce1f15.tar.xz
Add click/grab behaviour to pCampbot, which gets bots to randomly click things.
This can be specified on pCampbot.exe by using g in the list of behaviours for the new -behaviours,-b switch e.g. -b p,g to get both existing physics and grabbing behaviours. grabbing is primitive, it attempts grabs on random prims whether they're actually signalled as clickable or not. behaviour is currently primitive overall, behaviours are just executed in a list
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index bf11b0f..4e4bc61 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2487,6 +2487,7 @@
2487 2487
2488 <ReferencePath>../../../bin/</ReferencePath> 2488 <ReferencePath>../../../bin/</ReferencePath>
2489 <Reference name="System"/> 2489 <Reference name="System"/>
2490 <Reference name="System.Core"/>
2490 <Reference name="OpenMetaverseTypes" path="../../../bin/"/> 2491 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
2491 <Reference name="OpenMetaverse" path="../../../bin/"/> 2492 <Reference name="OpenMetaverse" path="../../../bin/"/>
2492 <Reference name="OpenSim.Framework"/> 2493 <Reference name="OpenSim.Framework"/>