Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ↵ | Justin Clark-Casey (justincc) | 2013-09-27 | 1 | -1/+1 |
| | | | | | | it clear that all non-clientstack callers should be using this rather than RemoveClient() in order to step through the ScenePresence state machine properly. Adds IScene.CloseAgent() to replace RemoveClient() | ||||
* | minor: remove some regression test logging switches accidentally left ↵ | Justin Clark-Casey (justincc) | 2013-07-11 | 1 | -1/+1 |
| | | | | uncommented. | ||||
* | Add very basic regression test TestChildAgentSingleRegionCapabilities() ↵ | Justin Clark-Casey (justincc) | 2013-07-05 | 1 | -0/+88 |
which checks for addition and removal of capabilities on add/remove of child agent |