aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/BotManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make pCampbot "show bot" command take the bot number instead of the full bot ...Justin Clark-Casey (justincc)2013-08-231-4/+9
* Fix a further bug in pCampbot connect where ignoring already connected bots w...Justin Clark-Casey (justincc)2013-08-221-6/+14
* Add "set bots" command to make it possible to set SEND_AGENT_UPDATES on all b...Justin Clark-Casey (justincc)2013-08-221-0/+27
* In pCampbot, don't try and reconnect bots that are already connected on conso...Justin Clark-Casey (justincc)2013-08-221-1/+2
* Fix build break from last commit a3e1b27 on mono 2.4.3Justin Clark-Casey (justincc)2013-08-201-1/+1
* Add pCampbot "show bot" console command to show more detailed information on ...Justin Clark-Casey (justincc)2013-08-201-1/+48
* Add pCampbot console commands to sit all bots on ground and stand all botsJustin Clark-Casey (justincc)2013-08-201-47/+27
* Make it possible to reconnect pCampbots with the console command "connect [<n...Justin Clark-Casey (justincc)2013-08-191-54/+82
* refactor: start bot connection thread within BotManager rather than externallyJustin Clark-Casey (justincc)2013-08-191-1/+26
* refactor: restructure pCampbot multi-bot connection code.Justin Clark-Casey (justincc)2013-08-191-10/+60
* Make it possible to disconnected a specified number of bots via the pCampbot ...Justin Clark-Casey (justincc)2013-08-191-46/+55
* Create a separate pCampbot "disconnect" console command which disconnects con...Justin Clark-Casey (justincc)2013-08-191-43/+67
* Show number of connections each bot has established in "show bots" command.Justin Clark-Casey (justincc)2013-08-191-7/+10
* Actually implement the bot request object textures switch started in 225cf0d.Justin Clark-Casey (justincc)2013-08-141-0/+1
* If pCampbot has been asked to shutdown, don't carry on logging in queued botsJustin Clark-Casey (justincc)2013-08-141-1/+11
* Add pCampbot RequestObjectTextures ini setting to control whether textures ar...Justin Clark-Casey (justincc)2013-08-141-0/+7
* Add a -form switch to pCampbot to allow one to login a sequence of bots start...Justin Clark-Casey (justincc)2013-08-141-1/+2
* Add the ability to explicitly specify a login start location to pCampbot via ...Justin Clark-Casey (justincc)2013-08-141-8/+52
* Add a SendAgentUpdates setting to a new pCampbot.ini.example file which can c...Justin Clark-Casey (justincc)2013-08-131-15/+20
* Make show bots pCampbot console command print connected, connecting, etc. bot...Justin Clark-Casey (justincc)2013-08-121-0/+13
* Add none behaviour to pCampbot when one wants bots to just stand aroundJustin Clark-Casey (justincc)2013-08-121-7/+10
* Print out more information on connecting botsJustin Clark-Casey (justincc)2012-05-111-8/+18
* Stagger multiple bot logins by 5 seconds to make this part of the test more '...Justin Clark-Casey (justincc)2012-05-111-0/+13
* Do bot startup on another thread so console is responsive during this processJustin Clark-Casey (justincc)2012-05-111-0/+1
* Do each bot shutdown on its own threads to prevent one slow shutdown holding ...Justin Clark-Casey (justincc)2012-05-111-8/+13
* Change bot.IsConnected to be ConnectionState with Disconnected, Connecting, C...Justin Clark-Casey (justincc)2012-05-111-2/+2
* If a bot is not connected, show region name "(none)" instead of throwing an e...Justin Clark-Casey (justincc)2012-05-111-1/+3
* minor: Rename pCampbot console prompt to "pCampbot" rather than "Region"Justin Clark-Casey (justincc)2012-03-021-1/+1
* On pCampBot, add bot as a property on behaviours instead of passing it in eve...Justin Clark-Casey (justincc)2011-11-241-19/+19
* Add disabled CrossBehaviour to pCampBot, which is designed to cross test bots...Justin Clark-Casey (justincc)2011-11-241-0/+3
* Print out what behaviours are active when pCampBot starts upJustin Clark-Casey (justincc)2011-11-231-12/+27
* Add teleport behaviour to pCampBotJustin Clark-Casey (justincc)2011-11-231-0/+3
* In pCampbot, change "show status" command to "show bots"Justin Clark-Casey (justincc)2011-11-231-2/+2
* get pCampBot to extract nearby and store nearby region informationJustin Clark-Casey (justincc)2011-11-231-4/+50
* Change random number generator property name in pCampbotJustin Clark-Casey (justincc)2011-11-231-1/+7
* launch pCampbot shutdown console comand asynchronouslyJustin Clark-Casey (justincc)2011-11-101-2/+5
* Remove unused index parameter from BotManager.startupBot(). Rename startupBo...Justin Clark-Casey (justincc)2011-11-101-5/+4
* Use IsConnected status to determine whether all pCampBots have disconnected, ...Justin Clark-Casey (justincc)2011-11-091-8/+8
* Rename PhysicsBot => Bot since it doesn't just exercise physics anymoreJustin Clark-Casey (justincc)2011-11-031-6/+6
* Add click/grab behaviour to pCampbot, which gets bots to randomly click things.Justin Clark-Casey (justincc)2011-11-031-3/+13
* Separate out physics testing actions into a separate PhysicsBehaviour classJustin Clark-Casey (justincc)2011-11-031-4/+12
* Add "show status" command to pCambotJustin Clark-Casey (justincc)2011-11-011-5/+25
* get rid of unused m_verbose fieldJustin Clark-Casey (justincc)2011-11-011-1/+0
* stop recording the threads on which we happen to start bots. These are point...Justin Clark-Casey (justincc)2011-11-011-7/+5
* Make bots share a cache so that asset downloads attempts are only made once i...Justin Clark-Casey (justincc)2011-10-311-4/+11
* Remove OpenSim.TestSuiteJustin Clark-Casey (justincc)2011-10-311-1/+3
* adjust pCampbot so it starts up bots with the name format "<firstname> <lastn...Justin Clark-Casey (justincc)2011-10-311-57/+50
* Stop pCampbot from firing connected event twice, which results in double coun...Justin Clark-Casey (justincc)2011-10-311-8/+8
* Fixing a few compile errors in the previous commitJohn Hurliman2009-10-061-1/+0
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1