aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/BotManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-21Added 2 new behaviors to pCampBotDiva Canto1-0/+6
2013-11-01minor: change "bot" pCampBot help cateogry to "Bots"Justin Clark-Casey (justincc)1-12/+12
2013-09-03Make pCampbot "add behaviour" and "remove behaviour" console commands work fo...Justin Clark-Casey (justincc)1-45/+78
2013-09-03Add pCampbot "remove behaviour" console command for removing bot behaviours d...Justin Clark-Casey (justincc)1-5/+48
2013-09-03Add ability to adjust pCampbot bot behaviours whilst running with "add behavi...Justin Clark-Casey (justincc)1-27/+120
2013-09-03And fix break in "show bot" from commit 9c65207Justin Clark-Casey (justincc)1-1/+1
2013-09-03Fix build break from last commit 9c65207. Mono 2.4 lacks string.join(string,...Justin Clark-Casey (justincc)1-1/+1
2013-09-03Show behaviours of pCampbot bots in "show bots" and "show bot" console commandsJustin Clark-Casey (justincc)1-8/+14
2013-08-23Make pCampbot "show bot" command take the bot number instead of the full bot ...Justin Clark-Casey (justincc)1-4/+9
2013-08-22Fix a further bug in pCampbot connect where ignoring already connected bots w...Justin Clark-Casey (justincc)1-6/+14
2013-08-22Add "set bots" command to make it possible to set SEND_AGENT_UPDATES on all b...Justin Clark-Casey (justincc)1-0/+27
2013-08-22In pCampbot, don't try and reconnect bots that are already connected on conso...Justin Clark-Casey (justincc)1-1/+2
2013-08-20Fix build break from last commit a3e1b27 on mono 2.4.3Justin Clark-Casey (justincc)1-1/+1
2013-08-20Add pCampbot "show bot" console command to show more detailed information on ...Justin Clark-Casey (justincc)1-1/+48
2013-08-20Add pCampbot console commands to sit all bots on ground and stand all botsJustin Clark-Casey (justincc)1-47/+27
2013-08-19Make it possible to reconnect pCampbots with the console command "connect [<n...Justin Clark-Casey (justincc)1-54/+82
2013-08-19refactor: start bot connection thread within BotManager rather than externallyJustin Clark-Casey (justincc)1-1/+26
2013-08-19refactor: restructure pCampbot multi-bot connection code.Justin Clark-Casey (justincc)1-10/+60
2013-08-19Make it possible to disconnected a specified number of bots via the pCampbot ...Justin Clark-Casey (justincc)1-46/+55
2013-08-19Create a separate pCampbot "disconnect" console command which disconnects con...Justin Clark-Casey (justincc)1-43/+67
2013-08-19Show number of connections each bot has established in "show bots" command.Justin Clark-Casey (justincc)1-7/+10
2013-08-14Actually implement the bot request object textures switch started in 225cf0d.Justin Clark-Casey (justincc)1-0/+1
2013-08-14If pCampbot has been asked to shutdown, don't carry on logging in queued botsJustin Clark-Casey (justincc)1-1/+11
2013-08-14Add pCampbot RequestObjectTextures ini setting to control whether textures ar...Justin Clark-Casey (justincc)1-0/+7
2013-08-14Add a -form switch to pCampbot to allow one to login a sequence of bots start...Justin Clark-Casey (justincc)1-1/+2
2013-08-14Add the ability to explicitly specify a login start location to pCampbot via ...Justin Clark-Casey (justincc)1-8/+52
2013-08-13Add a SendAgentUpdates setting to a new pCampbot.ini.example file which can c...Justin Clark-Casey (justincc)1-15/+20
2013-08-12Make show bots pCampbot console command print connected, connecting, etc. bot...Justin Clark-Casey (justincc)1-0/+13
2013-08-12Add none behaviour to pCampbot when one wants bots to just stand aroundJustin Clark-Casey (justincc)1-7/+10
2012-05-11Print out more information on connecting botsJustin Clark-Casey (justincc)1-8/+18
2012-05-11Stagger multiple bot logins by 5 seconds to make this part of the test more '...Justin Clark-Casey (justincc)1-0/+13
2012-05-11Do bot startup on another thread so console is responsive during this processJustin Clark-Casey (justincc)1-0/+1
2012-05-11Do each bot shutdown on its own threads to prevent one slow shutdown holding ...Justin Clark-Casey (justincc)1-8/+13
2012-05-11Change bot.IsConnected to be ConnectionState with Disconnected, Connecting, C...Justin Clark-Casey (justincc)1-2/+2
2012-05-11If a bot is not connected, show region name "(none)" instead of throwing an e...Justin Clark-Casey (justincc)1-1/+3
2012-03-02minor: Rename pCampbot console prompt to "pCampbot" rather than "Region"Justin Clark-Casey (justincc)1-1/+1
2011-11-24On pCampBot, add bot as a property on behaviours instead of passing it in eve...Justin Clark-Casey (justincc)1-19/+19
2011-11-24Add disabled CrossBehaviour to pCampBot, which is designed to cross test bots...Justin Clark-Casey (justincc)1-0/+3
2011-11-23Print out what behaviours are active when pCampBot starts upJustin Clark-Casey (justincc)1-12/+27
2011-11-23Add teleport behaviour to pCampBotJustin Clark-Casey (justincc)1-0/+3
2011-11-23In pCampbot, change "show status" command to "show bots"Justin Clark-Casey (justincc)1-2/+2
2011-11-23get pCampBot to extract nearby and store nearby region informationJustin Clark-Casey (justincc)1-4/+50
2011-11-23Change random number generator property name in pCampbotJustin Clark-Casey (justincc)1-1/+7
2011-11-10launch pCampbot shutdown console comand asynchronouslyJustin Clark-Casey (justincc)1-2/+5
2011-11-10Remove unused index parameter from BotManager.startupBot(). Rename startupBo...Justin Clark-Casey (justincc)1-5/+4
2011-11-09Use IsConnected status to determine whether all pCampBots have disconnected, ...Justin Clark-Casey (justincc)1-8/+8
2011-11-03Rename PhysicsBot => Bot since it doesn't just exercise physics anymoreJustin Clark-Casey (justincc)1-6/+6
2011-11-03Add click/grab behaviour to pCampbot, which gets bots to randomly click things.Justin Clark-Casey (justincc)1-3/+13
2011-11-03Separate out physics testing actions into a separate PhysicsBehaviour classJustin Clark-Casey (justincc)1-4/+12
2011-11-01Add "show status" command to pCambotJustin Clark-Casey (justincc)1-5/+25