Justin Clark-Casey (justincc)
|
cc7065f9ee
minor: change "bot" pCampBot help cateogry to "Bots"
|
11 years ago |
Justin Clark-Casey (justincc)
|
9c3c9b7f5f
Make pCampbot "add behaviour" and "remove behaviour" console commands work for all bots if no bot number is given
|
11 years ago |
Justin Clark-Casey (justincc)
|
1a2627031d
Add pCampbot "remove behaviour" console command for removing bot behaviours during operation.
|
11 years ago |
Justin Clark-Casey (justincc)
|
9bd6271570
Add ability to adjust pCampbot bot behaviours whilst running with "add behaviour <behaviour-name> <bot-number>" console commad
|
11 years ago |
Justin Clark-Casey (justincc)
|
01cb8033a4
And fix break in "show bot" from commit 9c65207
|
11 years ago |
Justin Clark-Casey (justincc)
|
a89c56dcf1
Fix build break from last commit 9c65207. Mono 2.4 lacks string.join(string, List<string>), or some auto casting is missing
|
11 years ago |
Justin Clark-Casey (justincc)
|
9c65207936
Show behaviours of pCampbot bots in "show bots" and "show bot" console commands
|
11 years ago |
Justin Clark-Casey (justincc)
|
050617ae0e
Make pCampbot "show bot" command take the bot number instead of the full bot name
|
11 years ago |
Justin Clark-Casey (justincc)
|
13556cf129
Fix a further bug in pCampbot connect where ignoring already connected bots was wrongly counted as a connect
|
11 years ago |
Justin Clark-Casey (justincc)
|
51c7fb1969
Add "set bots" command to make it possible to set SEND_AGENT_UPDATES on all bots whilst pCampbot is running
|
11 years ago |
Justin Clark-Casey (justincc)
|
66a7dc3a0d
In pCampbot, don't try and reconnect bots that are already connected on console "connect" command
|
11 years ago |
Justin Clark-Casey (justincc)
|
4a81465b91
Fix build break from last commit a3e1b27 on mono 2.4.3
|
11 years ago |
Justin Clark-Casey (justincc)
|
a3e1b278a1
Add pCampbot "show bot" console command to show more detailed information on a particular bot (e.g. what sims they are connected to)
|
11 years ago |
Justin Clark-Casey (justincc)
|
56d1d67a34
Add pCampbot console commands to sit all bots on ground and stand all bots
|
11 years ago |
Justin Clark-Casey (justincc)
|
589b1a2eaf
Make it possible to reconnect pCampbots with the console command "connect [<n>]".
|
11 years ago |
Justin Clark-Casey (justincc)
|
ea3f024b8a
refactor: start bot connection thread within BotManager rather than externally
|
11 years ago |
Justin Clark-Casey (justincc)
|
079cd4e94f
refactor: restructure pCampbot multi-bot connection code.
|
11 years ago |
Justin Clark-Casey (justincc)
|
2fa42f24fd
Make it possible to disconnected a specified number of bots via the pCampbot console command "disconnect [<n>]"
|
11 years ago |
Justin Clark-Casey (justincc)
|
49b7cbda72
Create a separate pCampbot "disconnect" console command which disconnects connected bots.
|
11 years ago |
Justin Clark-Casey (justincc)
|
a90a5f52dd
Show number of connections each bot has established in "show bots" command.
|
11 years ago |
Justin Clark-Casey (justincc)
|
5011c657b5
Actually implement the bot request object textures switch started in 225cf0d.
|
11 years ago |
Justin Clark-Casey (justincc)
|
2c67aa0f41
If pCampbot has been asked to shutdown, don't carry on logging in queued bots
|
11 years ago |
Justin Clark-Casey (justincc)
|
225cf0d010
Add pCampbot RequestObjectTextures ini setting to control whether textures are requested for received objects.
|
11 years ago |
Justin Clark-Casey (justincc)
|
3a62f39044
Add a -form switch to pCampbot to allow one to login a sequence of bots starting from numbers other than 0
|
11 years ago |
Justin Clark-Casey (justincc)
|
2146b20169
Add the ability to explicitly specify a login start location to pCampbot via the -start parameter
|
11 years ago |
Justin Clark-Casey (justincc)
|
5933f9448d
Add a SendAgentUpdates setting to a new pCampbot.ini.example file which can control whether bots send agent updates
|
11 years ago |
Justin Clark-Casey (justincc)
|
c49ea491a3
Make show bots pCampbot console command print connected, connecting, etc. bot totals at end.
|
11 years ago |
Justin Clark-Casey (justincc)
|
e5b1688913
Add none behaviour to pCampbot when one wants bots to just stand around
|
11 years ago |
Justin Clark-Casey (justincc)
|
480216f50f
Print out more information on connecting bots
|
12 years ago |
Justin Clark-Casey (justincc)
|
9c392f6a68
Stagger multiple bot logins by 5 seconds to make this part of the test more 'realistic'
|
12 years ago |