Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) e394f83df0 Change random number generator property name in pCampbot 12 years ago
  Justin Clark-Casey (justincc) 9cba179dff launch pCampbot shutdown console comand asynchronously 12 years ago
  Justin Clark-Casey (justincc) f31a58bd99 Remove unused index parameter from BotManager.startupBot(). Rename startupBot() => StartBot() 12 years ago
  Justin Clark-Casey (justincc) bbab7b6b4d Use IsConnected status to determine whether all pCampBots have disconnected, rather than maintaining a separate count 12 years ago
  Justin Clark-Casey (justincc) f26fdbd8da Rename PhysicsBot => Bot since it doesn't just exercise physics anymore 12 years ago
  Justin Clark-Casey (justincc) 5a67940acc Add click/grab behaviour to pCampbot, which gets bots to randomly click things. 12 years ago
  Justin Clark-Casey (justincc) 66c60c56a0 Separate out physics testing actions into a separate PhysicsBehaviour class 12 years ago
  Justin Clark-Casey (justincc) 8e2e4c47d9 Add "show status" command to pCambot 12 years ago
  Justin Clark-Casey (justincc) 53f3b76a84 get rid of unused m_verbose field 12 years ago
  Justin Clark-Casey (justincc) 12bd0ebd34 stop recording the threads on which we happen to start bots. These are pointless since they terminate quickly 12 years ago
  Justin Clark-Casey (justincc) b951c7fb1e Make bots share a cache so that asset downloads attempts are only made once instead of once for each bot 12 years ago
  Justin Clark-Casey (justincc) 210868a832 Remove OpenSim.TestSuite 12 years ago
  Justin Clark-Casey (justincc) b1647f6d04 adjust pCampbot so it starts up bots with the name format "<firstname> <lastname>_<bot-number>" 12 years ago
  Justin Clark-Casey (justincc) e3f51df3c2 Stop pCampbot from firing connected event twice, which results in double counting. 12 years ago
  John Hurliman 2519f071f2 Fixing a few compile errors in the previous commit 14 years ago
  Jeff Ames 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
  Melanie Thielker 4065ebff15 Remove the pre-log4net, discrete output methods from the consoles 15 years ago
  Melanie Thielker 1b877234da Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple 15 years ago
  Jeff Ames 95d53d48d4 Add copyright headers. Minor formatting cleanup. Fix some compiler warnings. Fix some m_log declarations. 15 years ago
  Melanie Thielker 9bfbfa381a Add proper handling for shared vs. unshared modules to the command 15 years ago
  Melanie Thielker 54c6a920ba Replace the console for all OpenSim apps with a new console featuring command 15 years ago
  Homer Horwitz 8ae8bec4d1 Changed "show users" command to display only root agents, "show users full" to 16 years ago
  Teravus Ovares 7d89e12293 * This is the fabled LibOMV update with all of the libOMV types from JHurliman 16 years ago
  Jeff Ames 6ef9d4da90 Formatting cleanup. 16 years ago
  Adam Frisby 76d8eaa406 * Thanks to Mic Bowman for inspiring me to look at that we are still using ASCIIEncoder in places we shouldn't. 16 years ago
  Adam Frisby 25a49ac4de * Spring cleaned a bunch of '//TODO: unused' marked functions. 16 years ago
  Adam Frisby fef3b36894 * Optimised using statements and namespace references across entire project (this took a while to run). 16 years ago
  Jeff Ames 9a2b289e32 Fix compiler warnings in pCampBot, TestSuite, and ScriptEngine/RemoteServer. Thanks daTwitch! 16 years ago
  Jeff Ames 47180080f0 Formatting cleanup. 16 years ago
  Tedd Hansen 7102ac7769 "threads" command now works. I've added manual tracking of threads (only if compiled in DEBUG mode)... Its ugly and even requires a separate thread to track the treads, but it will be very valuable in debugging. 16 years ago