aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/BotManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-17/+17
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-151/+752
* 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
* Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker2009-05-201-1/+1
* Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker2009-05-041-3/+3
* Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames2009-02-131-0/+2
* Add proper handling for shared vs. unshared modules to the commandMelanie Thielker2009-02-101-3/+3
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-33/+52
* Changed "show users" command to display only root agents, "show users full" toHomer Horwitz2008-09-121-2/+2
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-2/+2
* Formatting cleanup.Jeff Ames2008-08-181-5/+5
* * Thanks to Mic Bowman for inspiring me to look at that we are still using AS...Adam Frisby2008-05-011-1/+1
* * Spring cleaned a bunch of '//TODO: unused' marked functions.Adam Frisby2008-04-301-17/+0
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-7/+6
* Fix compiler warnings in pCampBot, TestSuite, and ScriptEngine/RemoteServer. ...Jeff Ames2008-03-221-10/+10
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* "threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen2008-02-211-0/+1
* Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen2008-02-191-0/+2
* Moved pCampBot to OpenSim/ToolsJeff Ames2008-02-151-0/+235