Justin Clark-Casey (justincc)
|
ea3f024b8a
refactor: start bot connection thread within BotManager rather than externally
|
11 年之前 |
Justin Clark-Casey (justincc)
|
079cd4e94f
refactor: restructure pCampbot multi-bot connection code.
|
11 年之前 |
Justin Clark-Casey (justincc)
|
2fa42f24fd
Make it possible to disconnected a specified number of bots via the pCampbot console command "disconnect [<n>]"
|
11 年之前 |
Justin Clark-Casey (justincc)
|
49b7cbda72
Create a separate pCampbot "disconnect" console command which disconnects connected bots.
|
11 年之前 |
Justin Clark-Casey (justincc)
|
a90a5f52dd
Show number of connections each bot has established in "show bots" command.
|
11 年之前 |
Justin Clark-Casey (justincc)
|
5011c657b5
Actually implement the bot request object textures switch started in 225cf0d.
|
11 年之前 |
Justin Clark-Casey (justincc)
|
2c67aa0f41
If pCampbot has been asked to shutdown, don't carry on logging in queued bots
|
11 年之前 |
Justin Clark-Casey (justincc)
|
225cf0d010
Add pCampbot RequestObjectTextures ini setting to control whether textures are requested for received objects.
|
11 年之前 |
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 年之前 |
Justin Clark-Casey (justincc)
|
2146b20169
Add the ability to explicitly specify a login start location to pCampbot via the -start parameter
|
11 年之前 |
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 年之前 |
Justin Clark-Casey (justincc)
|
c49ea491a3
Make show bots pCampbot console command print connected, connecting, etc. bot totals at end.
|
11 年之前 |
Justin Clark-Casey (justincc)
|
e5b1688913
Add none behaviour to pCampbot when one wants bots to just stand around
|
11 年之前 |
Justin Clark-Casey (justincc)
|
480216f50f
Print out more information on connecting bots
|
12 年之前 |
Justin Clark-Casey (justincc)
|
9c392f6a68
Stagger multiple bot logins by 5 seconds to make this part of the test more 'realistic'
|
12 年之前 |
Justin Clark-Casey (justincc)
|
0ddf3c5289
Do bot startup on another thread so console is responsive during this process
|
12 年之前 |
Justin Clark-Casey (justincc)
|
93b615c51d
Do each bot shutdown on its own threads to prevent one slow shutdown holding up all the rest.
|
12 年之前 |
Justin Clark-Casey (justincc)
|
dc39ec82fa
Change bot.IsConnected to be ConnectionState with Disconnected, Connecting, Connnected and Disconnecting states
|
12 年之前 |
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 年之前 |
Justin Clark-Casey (justincc)
|
ec48a2f32b
minor: Rename pCampbot console prompt to "pCampbot" rather than "Region"
|
12 年之前 |
Justin Clark-Casey (justincc)
|
2ae5b40ca6
On pCampBot, add bot as a property on behaviours instead of passing it in every time
|
13 年之前 |
Justin Clark-Casey (justincc)
|
bdcfd6afee
Add disabled CrossBehaviour to pCampBot, which is designed to cross test bots between neighbouring regions.
|
13 年之前 |
Justin Clark-Casey (justincc)
|
ed7ddeecf2
Print out what behaviours are active when pCampBot starts up
|
13 年之前 |
Justin Clark-Casey (justincc)
|
d145750e87
Add teleport behaviour to pCampBot
|
13 年之前 |
Justin Clark-Casey (justincc)
|
1126efdcd0
In pCampbot, change "show status" command to "show bots"
|
13 年之前 |
Justin Clark-Casey (justincc)
|
e9f2a9bddb
get pCampBot to extract nearby and store nearby region information
|
13 年之前 |
Justin Clark-Casey (justincc)
|
e394f83df0
Change random number generator property name in pCampbot
|
13 年之前 |
Justin Clark-Casey (justincc)
|
9cba179dff
launch pCampbot shutdown console comand asynchronously
|
13 年之前 |
Justin Clark-Casey (justincc)
|
f31a58bd99
Remove unused index parameter from BotManager.startupBot(). Rename startupBot() => StartBot()
|
13 年之前 |
Justin Clark-Casey (justincc)
|
bbab7b6b4d
Use IsConnected status to determine whether all pCampBots have disconnected, rather than maintaining a separate count
|
13 年之前 |