Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement a pref to turn on the simulator ExportSupported feature entry. | Melanie | 2013-03-26 | 1 | -0/+6 |
| | | | | | | This tells the viewer to enable the UI for export permissions. WARNING: If your inventory store contains invalid flags data, this will result in items becoming exportable! Don't turn this on in production until it's complete! | ||||
* | Add an event and some logic to allow customizing Simulator Features by avatar | Melanie | 2013-02-14 | 1 | -4/+21 |
| | |||||
* | Make the sim features module register it's interface so it can be used | Melanie | 2013-02-13 | 1 | -0/+2 |
| | |||||
* | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 2012-11-12 | 1 | -1/+1 |
| | |||||
* | 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. |