| Commit message (Expand) | Author | Files | Lines |
2012-05-11 | Print out more information on connecting bots | Justin Clark-Casey (justincc) | 1 | -8/+18 |
2012-05-11 | Stagger multiple bot logins by 5 seconds to make this part of the test more '... | Justin Clark-Casey (justincc) | 1 | -0/+13 |
2012-05-11 | Do bot startup on another thread so console is responsive during this process | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2012-05-11 | Do each bot shutdown on its own threads to prevent one slow shutdown holding ... | Justin Clark-Casey (justincc) | 1 | -8/+13 |
2012-05-11 | Change bot.IsConnected to be ConnectionState with Disconnected, Connecting, C... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2012-05-11 | If a bot is not connected, show region name "(none)" instead of throwing an e... | Justin Clark-Casey (justincc) | 1 | -1/+3 |
2012-03-02 | minor: Rename pCampbot console prompt to "pCampbot" rather than "Region" | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-11-24 | On pCampBot, add bot as a property on behaviours instead of passing it in eve... | Justin Clark-Casey (justincc) | 1 | -19/+19 |
2011-11-24 | Add disabled CrossBehaviour to pCampBot, which is designed to cross test bots... | Justin Clark-Casey (justincc) | 1 | -0/+3 |
2011-11-23 | Print out what behaviours are active when pCampBot starts up | Justin Clark-Casey (justincc) | 1 | -12/+27 |
2011-11-23 | Add teleport behaviour to pCampBot | Justin Clark-Casey (justincc) | 1 | -0/+3 |
2011-11-23 | In pCampbot, change "show status" command to "show bots" | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-11-23 | get pCampBot to extract nearby and store nearby region information | Justin Clark-Casey (justincc) | 1 | -4/+50 |
2011-11-23 | Change random number generator property name in pCampbot | Justin Clark-Casey (justincc) | 1 | -1/+7 |
2011-11-10 | launch pCampbot shutdown console comand asynchronously | Justin Clark-Casey (justincc) | 1 | -2/+5 |
2011-11-10 | Remove unused index parameter from BotManager.startupBot(). Rename startupBo... | Justin Clark-Casey (justincc) | 1 | -5/+4 |
2011-11-09 | Use IsConnected status to determine whether all pCampBots have disconnected, ... | Justin Clark-Casey (justincc) | 1 | -8/+8 |
2011-11-03 | Rename PhysicsBot => Bot since it doesn't just exercise physics anymore | Justin Clark-Casey (justincc) | 1 | -6/+6 |
2011-11-03 | Add click/grab behaviour to pCampbot, which gets bots to randomly click things. | Justin Clark-Casey (justincc) | 1 | -3/+13 |
2011-11-03 | Separate out physics testing actions into a separate PhysicsBehaviour class | Justin Clark-Casey (justincc) | 1 | -4/+12 |
2011-11-01 | Add "show status" command to pCambot | Justin Clark-Casey (justincc) | 1 | -5/+25 |
2011-11-01 | get rid of unused m_verbose field | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2011-11-01 | stop recording the threads on which we happen to start bots. These are point... | Justin Clark-Casey (justincc) | 1 | -7/+5 |
2011-10-31 | Make bots share a cache so that asset downloads attempts are only made once i... | Justin Clark-Casey (justincc) | 1 | -4/+11 |
2011-10-31 | Remove OpenSim.TestSuite | Justin Clark-Casey (justincc) | 1 | -1/+3 |
2011-10-31 | adjust pCampbot so it starts up bots with the name format "<firstname> <lastn... | Justin Clark-Casey (justincc) | 1 | -57/+50 |
2011-10-31 | Stop pCampbot from firing connected event twice, which results in double coun... | Justin Clark-Casey (justincc) | 1 | -8/+8 |
2009-10-06 | Fixing a few compile errors in the previous commit | John Hurliman | 1 | -1/+0 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-05-20 | Remove the pre-log4net, discrete output methods from the consoles | Melanie Thielker | 1 | -1/+1 |
2009-05-04 | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 1 | -3/+3 |
2009-02-13 | Add copyright headers. Minor formatting cleanup. Fix some compiler warnings... | Jeff Ames | 1 | -0/+2 |
2009-02-10 | Add proper handling for shared vs. unshared modules to the command | Melanie Thielker | 1 | -3/+3 |
2009-02-07 | Replace the console for all OpenSim apps with a new console featuring command | Melanie Thielker | 1 | -33/+52 |
2008-09-12 | Changed "show users" command to display only root agents, "show users full" to | Homer Horwitz | 1 | -2/+2 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -2/+2 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -5/+5 |
2008-05-01 | * Thanks to Mic Bowman for inspiring me to look at that we are still using AS... | Adam Frisby | 1 | -1/+1 |
2008-04-30 | * Spring cleaned a bunch of '//TODO: unused' marked functions. | Adam Frisby | 1 | -17/+0 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -7/+6 |
2008-03-22 | Fix compiler warnings in pCampBot, TestSuite, and ScriptEngine/RemoteServer. ... | Jeff Ames | 1 | -10/+10 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 |
2008-02-21 | "threads" command now works. I've added manual tracking of threads (only if c... | Tedd Hansen | 1 | -0/+1 |
2008-02-19 | Playing "Name that thread". Adding names and isbackground=true to all threads... | Tedd Hansen | 1 | -0/+2 |
2008-02-15 | Moved pCampBot to OpenSim/Tools | Jeff Ames | 1 | -0/+0 |
2008-02-07 | Fix warning in BotManager.cs | Jeff Ames | 1 | -9/+3 |
2008-02-07 | Convert pCampBot to use log4net | Jeff Ames | 1 | -28/+15 |
2008-02-03 | * Adding the PhysicsCamperBot load testing app to the SVN in it's own folder.... | Teravus Ovares | 1 | -0/+254 |