Justin Clark-Casey (justincc)
|
8568503921
Stop "show client stats" from throwing an exception if somehow Scene.m_clientManager still retains a reference to a dead client.
|
11 years ago |
Justin Clark-Casey (justincc)
|
6f1ff47fee
In pCampbot PhysicsBehaviour.Close(), only cancel jumping if bot is connected
|
11 years ago |
Justin Clark-Casey (justincc)
|
514c58bc96
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)
|
cfdb2700bc
Consistently give responsibility for thread sleeping to behaviours rather than controlling from the main action loop
|
11 years ago |
Justin Clark-Casey (justincc)
|
cfef2b19bb
Add Close() method to IBehaviour to allow behaviours to cleanup when removed or bot it disconnected.
|
11 years ago |
Justin Clark-Casey (justincc)
|
2a7b4c9db9
Add pCampbot "remove behaviour" console command for removing bot behaviours during operation.
|
11 years ago |
Justin Clark-Casey (justincc)
|
7284cb76b6
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)
|
a4f7eb5b4d
And fix break in "show bot" from commit 9c65207
|
11 years ago |
Justin Clark-Casey (justincc)
|
1e64549acf
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)
|
6570f5dcfe
Show behaviours of pCampbot bots in "show bots" and "show bot" console commands
|
11 years ago |
Justin Clark-Casey (justincc)
|
90907bf4fd
minor simplification of some unix date functions in Util. No functional change.
|
11 years ago |
Justin Clark-Casey (justincc)
|
dbbc260d1a
Fix logic errors in "show grid users online" console command which didn't actually filter out users shown continuously online for more than 5 days
|
11 years ago |
Justin Clark-Casey (justincc)
|
49228f9855
Add experimental "show grid users online" console command to show grid users online from a standalone/robust instance.
|
11 years ago |
Justin Clark-Casey (justincc)
|
8b7bcc8346
Allow one to specify a DefaultHGRegion flag in [GridService] in order to allow different default regions for HG and direct grid logins.
|
11 years ago |
Justin Clark-Casey (justincc)
|
3f8a99937e
Fix exception thrown after a region has been restarted through scheduling.
|
11 years ago |
Diva Canto
|
b92128b715
Whitespace fubar.
|
11 years ago |
Robert Adams
|
6eb1436c55
Fix a printing of exception error in InventoryArchiveModule that only
|
11 years ago |
Justin Clark-Casey (justincc)
|
41b33b6f0f
Rename pCampbot.ini -> pCampBot.ini (and example file) to be consistent with other capitalizations of pCampBot
|
11 years ago |
Justin Clark-Casey (justincc)
|
e05d11faa5
minor: shortern warning messages in EntityTransferModule when UpdateAgent() fails
|
11 years ago |
Justin Clark-Casey (justincc)
|
803fa36b68
Make pCampbot "show bot" command take the bot number instead of the full bot name
|
11 years ago |
Justin Clark-Casey (justincc)
|
902c1f0009
remove redundant return at end of HandleDeregisterRegion()
|
11 years ago |
Justin Clark-Casey (justincc)
|
b21f261008
Make it possible for the "deregister region id" command to accept more than one id
|
11 years ago |
Justin Clark-Casey (justincc)
|
ab1c63b20c
Remove old and unused ScenePresence.RestoreInCurrentScene()
|
11 years ago |
Justin Clark-Casey (justincc)
|
5c35aa560e
Refactor: merge SceneGraph.AddScenePresence() into CreateAndAddChildScenePresence() since the former was only ever called from the latter
|
11 years ago |
Justin Clark-Casey (justincc)
|
63be8e3596
minor: Correct typo on "debug stats record start" message
|
11 years ago |
Justin Clark-Casey (justincc)
|
62b12783df
Fix bug where users teleporting to non-neighbour regions could continue to hear chat from their source region for some time after teleport completion.
|
11 years ago |
Justin Clark-Casey (justincc)
|
935888d6da
Comment out warning about agent updating without valid session ID for now.
|
11 years ago |
Justin Clark-Casey (justincc)
|
2e7f7c41a7
Also check user authorization if looking to upgrade from a child to a root agent.
|
11 years ago |
Diva Canto
|
ed0ffae151
Potential fix for access control bug on login introduced with SeeIntoRegion commit.
|
11 years ago |
Justin Clark-Casey (justincc)
|
ea5bab5107
For a Hypergrid user, delay estate access checks until NewUserConnection() so that they work.
|
11 years ago |