aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/BotManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-17/+17
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-151/+752
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
2011-11-01get rid of unused m_verbose fieldJustin Clark-Casey (justincc)1-1/+0
2011-11-01stop recording the threads on which we happen to start bots. These are point...Justin Clark-Casey (justincc)1-7/+5
2011-10-31Make bots share a cache so that asset downloads attempts are only made once i...Justin Clark-Casey (justincc)1-4/+11
2011-10-31Remove OpenSim.TestSuiteJustin Clark-Casey (justincc)1-1/+3
2011-10-31adjust pCampbot so it starts up bots with the name format "<firstname> <lastn...Justin Clark-Casey (justincc)1-57/+50
2011-10-31Stop pCampbot from firing connected event twice, which results in double coun...Justin Clark-Casey (justincc)1-8/+8
2009-10-06Fixing a few compile errors in the previous commitJohn Hurliman1-1/+0
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-20Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker1-1/+1
2009-05-04Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker1-3/+3
2009-02-13Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames1-0/+2
2009-02-10Add proper handling for shared vs. unshared modules to the commandMelanie Thielker1-3/+3
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker1-33/+52
2008-09-12Changed "show users" command to display only root agents, "show users full" toHomer Horwitz1-2/+2
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-2/+2
2008-08-18Formatting cleanup.Jeff Ames1-5/+5
2008-05-01* Thanks to Mic Bowman for inspiring me to look at that we are still using AS...Adam Frisby1-1/+1
2008-04-30* Spring cleaned a bunch of '//TODO: unused' marked functions.Adam Frisby1-17/+0
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-7/+6
2008-03-22Fix compiler warnings in pCampBot, TestSuite, and ScriptEngine/RemoteServer. ...Jeff Ames1-10/+10
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-02-21"threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen1-0/+1
2008-02-19Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen1-0/+2
2008-02-15Moved pCampBot to OpenSim/ToolsJeff Ames1-0/+0
2008-02-07Fix warning in BotManager.csJeff Ames1-9/+3
2008-02-07Convert pCampBot to use log4netJeff Ames1-28/+15
2008-02-03* Adding the PhysicsCamperBot load testing app to the SVN in it's own folder....Teravus Ovares1-0/+254