Justin Clark-Casey (justincc)
|
0ddf3c5289
Do bot startup on another thread so console is responsive during this process
|
12 years ago |
Justin Clark-Casey (justincc)
|
93b615c51d
Do each bot shutdown on its own threads to prevent one slow shutdown holding up all the rest.
|
12 years ago |
Justin Clark-Casey (justincc)
|
dc39ec82fa
Change bot.IsConnected to be ConnectionState with Disconnected, Connecting, Connnected and Disconnecting states
|
12 years ago |
Justin Clark-Casey (justincc)
|
ab4e6a02a5
If a bot is not connected, show region name "(none)" instead of throwing an exception in the "show bots" command of pCampbot
|
12 years ago |
Justin Clark-Casey (justincc)
|
ec48a2f32b
minor: Rename pCampbot console prompt to "pCampbot" rather than "Region"
|
12 years ago |
Justin Clark-Casey (justincc)
|
2ae5b40ca6
On pCampBot, add bot as a property on behaviours instead of passing it in every time
|
13 years ago |
Justin Clark-Casey (justincc)
|
bdcfd6afee
Add disabled CrossBehaviour to pCampBot, which is designed to cross test bots between neighbouring regions.
|
13 years ago |
Justin Clark-Casey (justincc)
|
ed7ddeecf2
Print out what behaviours are active when pCampBot starts up
|
13 years ago |
Justin Clark-Casey (justincc)
|
d145750e87
Add teleport behaviour to pCampBot
|
13 years ago |
Justin Clark-Casey (justincc)
|
1126efdcd0
In pCampbot, change "show status" command to "show bots"
|
13 years ago |
Justin Clark-Casey (justincc)
|
e9f2a9bddb
get pCampBot to extract nearby and store nearby region information
|
13 years ago |
Justin Clark-Casey (justincc)
|
e394f83df0
Change random number generator property name in pCampbot
|
13 years ago |
Justin Clark-Casey (justincc)
|
9cba179dff
launch pCampbot shutdown console comand asynchronously
|
13 years ago |
Justin Clark-Casey (justincc)
|
f31a58bd99
Remove unused index parameter from BotManager.startupBot(). Rename startupBot() => StartBot()
|
13 years ago |
Justin Clark-Casey (justincc)
|
bbab7b6b4d
Use IsConnected status to determine whether all pCampBots have disconnected, rather than maintaining a separate count
|
13 years ago |
Justin Clark-Casey (justincc)
|
f26fdbd8da
Rename PhysicsBot => Bot since it doesn't just exercise physics anymore
|
13 years ago |
Justin Clark-Casey (justincc)
|
5a67940acc
Add click/grab behaviour to pCampbot, which gets bots to randomly click things.
|
13 years ago |
Justin Clark-Casey (justincc)
|
66c60c56a0
Separate out physics testing actions into a separate PhysicsBehaviour class
|
13 years ago |
Justin Clark-Casey (justincc)
|
8e2e4c47d9
Add "show status" command to pCambot
|
13 years ago |
Justin Clark-Casey (justincc)
|
53f3b76a84
get rid of unused m_verbose field
|
13 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
|
13 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
|
13 years ago |
Justin Clark-Casey (justincc)
|
210868a832
Remove OpenSim.TestSuite
|
13 years ago |
Justin Clark-Casey (justincc)
|
b1647f6d04
adjust pCampbot so it starts up bots with the name format "<firstname> <lastname>_<bot-number>"
|
13 years ago |
Justin Clark-Casey (justincc)
|
e3f51df3c2
Stop pCampbot from firing connected event twice, which results in double counting.
|
13 years ago |
John Hurliman
|
2519f071f2
Fixing a few compile errors in the previous commit
|
15 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 |