Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2019-05-19 | 1 | -24/+19 |
| | |||||
* | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 2016-11-03 | 1 | -10/+7 |
| | |||||
* | Add "show animations" console command for debug purposes. | Justin Clark-Casey (justincc) | 2013-01-04 | 1 | -0/+1 |
| | | | | This shows the current animation sequence and default anims for avatars. | ||||
* | minor: Increase attachment name field from 36 to 50 chars in "attachments ↵ | Justin Clark-Casey (justincc) | 2012-10-19 | 1 | -1/+1 |
| | | | | show" report | ||||
* | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 2012-07-25 | 1 | -1/+1 |
| | | | | This better reflects the long-term purpose of that project and matches Monitoring modules. | ||||
* | refactor: Rename ConsoleTableRow and ConsoleTableColumn to ↵ | Justin Clark-Casey (justincc) | 2012-05-23 | 1 | -6/+6 |
| | | | | ConsoleDisplayTableRow and ConsoleDisplayTableColumn | ||||
* | refactor: rename ConsoleTable -> ConsoleDisplayTable for clarity | Justin Clark-Casey (justincc) | 2012-05-23 | 1 | -1/+1 |
| | |||||
* | Add ConsoleTable framework class for future uniform formatting of console ↵ | Justin Clark-Casey (justincc) | 2012-05-10 | 1 | -8/+26 |
| | | | | | | | output tables. Still subject to change - if you use this be prepared to change your output code if/when the methods change. Make new "attachments show" command use this. | ||||
* | Add "attachments" show console command that will show the server's record of ↵ | Justin Clark-Casey (justincc) | 2012-05-10 | 1 | -0/+177 |
which attachments an in-scene avatar has. For debugging purposes. |