Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement optional name and description on http stream handlers so that we ↵ | Justin Clark-Casey (justincc) | 2012-05-03 | 1 | -1/+3 |
| | | | | | | can relate a slow request to what the handler actually does and the agent it serves, if applicable. This is most useful for capabilities where the url is not self-describing. | ||||
* | Remove forcing of phantom on ground attached objects - attachments can be ↵ | Justin Clark-Casey (justincc) | 2011-08-24 | 1 | -2/+2 |
| | | | | | | both non-phantom and flagged as physical. As per Melanie | ||||
* | minor: comment out simulator features log line | Justin Clark-Casey (justincc) | 2011-08-22 | 1 | -1/+1 |
| | |||||
* | Add ISimulatorFeaturesModule so that other modules can register features in ↵ | Justin Clark-Casey (justincc) | 2011-08-22 | 1 | -36/+86 |
| | | | | addition to the hardcoded ones. | ||||
* | Added SimulatorFeatures capability. Thanks Aurora devs for the bootstrap on ↵ | Diva Canto | 2011-06-13 | 1 | -0/+152 |
the contents of the response. Changed the experimental capability introduced a couple of commits ago: now sending that extra information as part of the response in the SimulatorFeatures cap. |