OpenSimMirror/OpenSim/Tools/pCampBot/Behaviours
Justin Clark-Casey (justincc) cfdb2700bc Consistently give responsibility for thread sleeping to behaviours rather than controlling from the main action loop
This is to avoid excessive and inconsistent delays between behaviours that currently need to embed sleeps in other actions (e.g. physics) and other behaviours.
Might need a more sophisticated approach in the long term.
2013-09-04 00:48:16 +01:00
..
AbstractBehaviour.cs Add Close() method to IBehaviour to allow behaviours to cleanup when removed or bot it disconnected. 2013-09-04 00:48:10 +01:00
CrossBehaviour.cs Show behaviours of pCampbot bots in "show bots" and "show bot" console commands 2013-09-04 00:47:34 +01:00
GrabbingBehaviour.cs Consistently give responsibility for thread sleeping to behaviours rather than controlling from the main action loop 2013-09-04 00:48:16 +01:00
NoneBehaviour.cs Show behaviours of pCampbot bots in "show bots" and "show bot" console commands 2013-09-04 00:47:34 +01:00
PhysicsBehaviour.cs Add Close() method to IBehaviour to allow behaviours to cleanup when removed or bot it disconnected. 2013-09-04 00:48:10 +01:00
TeleportBehaviour.cs Consistently give responsibility for thread sleeping to behaviours rather than controlling from the main action loop 2013-09-04 00:48:16 +01:00