aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/Behaviours (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-20minor: comment out unusued logging objects in some pCampbot behaviour classesJustin Clark-Casey (justincc)2-2/+2
2014-11-25On pCampbot, if we add the none (n) behaviour then make it actually stop any ...Justin Clark-Casey (justincc)1-0/+3
2014-08-13Terminate 'nothing' behaviour (and potentially others) by signalling using an...Justin Clark-Casey (justincc)3-3/+23
2014-02-21Added 2 new behavirors to pCampBot. These are part of a systematic study I'm ...Diva Canto2-0/+159
2013-09-03In pCampbot PhysicsBehaviour.Close(), only cancel jumping if bot is connectedJustin Clark-Casey (justincc)1-1/+2
2013-09-03Consistently give responsibility for thread sleeping to behaviours rather tha...Justin Clark-Casey (justincc)2-0/+6
2013-09-03Add Close() method to IBehaviour to allow behaviours to cleanup when removed ...Justin Clark-Casey (justincc)2-0/+7
2013-09-03Show behaviours of pCampbot bots in "show bots" and "show bot" console commandsJustin Clark-Casey (justincc)6-4/+26
2013-08-12Add none behaviour to pCampbot when one wants bots to just stand aroundJustin Clark-Casey (justincc)1-0/+43
2012-08-01Fix a bug in pCampbot grabbing behaviour where an exception would be thrown i...Justin Clark-Casey (justincc)1-0/+3
2011-12-14Fix off by one bug in objects GrabbingBehaviour of pCampBot.exeJustin Clark-Casey (justincc)1-1/+1
2011-11-24Adding missing CrossBehaviour.cs file to fix buildJustin Clark-Casey (justincc)1-0/+169
2011-11-24On pCampBot, add bot as a property on behaviours instead of passing it in eve...Justin Clark-Casey (justincc)4-35/+83
2011-11-24Add disabled CrossBehaviour to pCampBot, which is designed to cross test bots...Justin Clark-Casey (justincc)1-1/+0
2011-11-23Print out what behaviours are active when pCampBot starts upJustin Clark-Casey (justincc)3-0/+6
2011-11-23Add teleport behaviour to pCampBotJustin Clark-Casey (justincc)1-0/+73
2011-11-03actually remove the sleep from PhysicsBehaviour that I shifted to Bot a coupl...Justin Clark-Casey (justincc)1-2/+0
2011-11-03Rename PhysicsBot => Bot since it doesn't just exercise physics anymoreJustin Clark-Casey (justincc)2-2/+2
2011-11-03Add click/grab behaviour to pCampbot, which gets bots to randomly click things.Justin Clark-Casey (justincc)2-1/+57
2011-11-03Move PhysicsBehaviour into a spearate behaviours folderJustin Clark-Casey (justincc)1-0/+97