| Commit message (Expand) | Author | Age | Files | Lines |
* | pCampbot: added behavior that mimic initial inventory download. It's not exac... | Diva Canto | 2015-05-07 | 1 | -0/+121 |
* | minor: comment out unusued logging objects in some pCampbot behaviour classes | Justin Clark-Casey (justincc) | 2015-01-20 | 2 | -2/+2 |
* | On pCampbot, if we add the none (n) behaviour then make it actually stop any ... | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -0/+3 |
* | Terminate 'nothing' behaviour (and potentially others) by signalling using an... | Justin Clark-Casey (justincc) | 2014-08-13 | 3 | -3/+23 |
* | Added 2 new behavirors to pCampBot. These are part of a systematic study I'm ... | Diva Canto | 2014-02-21 | 2 | -0/+159 |
* | In pCampbot PhysicsBehaviour.Close(), only cancel jumping if bot is connected | Justin Clark-Casey (justincc) | 2013-09-03 | 1 | -1/+2 |
* | Consistently give responsibility for thread sleeping to behaviours rather tha... | Justin Clark-Casey (justincc) | 2013-09-03 | 2 | -0/+6 |
* | Add Close() method to IBehaviour to allow behaviours to cleanup when removed ... | Justin Clark-Casey (justincc) | 2013-09-03 | 2 | -0/+7 |
* | Show behaviours of pCampbot bots in "show bots" and "show bot" console commands | Justin Clark-Casey (justincc) | 2013-09-03 | 6 | -4/+26 |
* | Add none behaviour to pCampbot when one wants bots to just stand around | Justin Clark-Casey (justincc) | 2013-08-12 | 1 | -0/+43 |
* | Fix a bug in pCampbot grabbing behaviour where an exception would be thrown i... | Justin Clark-Casey (justincc) | 2012-08-01 | 1 | -0/+3 |
* | Fix off by one bug in objects GrabbingBehaviour of pCampBot.exe | Justin Clark-Casey (justincc) | 2011-12-14 | 1 | -1/+1 |
* | Adding missing CrossBehaviour.cs file to fix build | Justin Clark-Casey (justincc) | 2011-11-24 | 1 | -0/+169 |
* | On pCampBot, add bot as a property on behaviours instead of passing it in eve... | Justin Clark-Casey (justincc) | 2011-11-24 | 4 | -35/+83 |
* | Add disabled CrossBehaviour to pCampBot, which is designed to cross test bots... | Justin Clark-Casey (justincc) | 2011-11-24 | 1 | -1/+0 |
* | Print out what behaviours are active when pCampBot starts up | Justin Clark-Casey (justincc) | 2011-11-23 | 3 | -0/+6 |
* | Add teleport behaviour to pCampBot | Justin Clark-Casey (justincc) | 2011-11-23 | 1 | -0/+73 |
* | actually remove the sleep from PhysicsBehaviour that I shifted to Bot a coupl... | Justin Clark-Casey (justincc) | 2011-11-03 | 1 | -2/+0 |
* | Rename PhysicsBot => Bot since it doesn't just exercise physics anymore | Justin Clark-Casey (justincc) | 2011-11-03 | 2 | -2/+2 |
* | Add click/grab behaviour to pCampbot, which gets bots to randomly click things. | Justin Clark-Casey (justincc) | 2011-11-03 | 2 | -1/+57 |
* | Move PhysicsBehaviour into a spearate behaviours folder | Justin Clark-Casey (justincc) | 2011-11-03 | 1 | -0/+97 |