aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/ConsoleDisplayTable.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-04Fix indenting on ConsoleDisplayTable, align indenting on "show animations" ↵Justin Clark-Casey (justincc)1-2/+3
console command
2013-01-04minor: Allow objects to be added directly to a row on a ConsoleDisplayTable ↵Justin Clark-Casey (justincc)1-1/+1
rather than having to ToString() them first
2013-01-04Add "show animations" console command for debug purposes.Justin Clark-Casey (justincc)1-4/+4
This shows the current animation sequence and default anims for avatars.
2012-06-26Add much easier ConsoleDisplayTable AddColumn() and AddRow() methods.Justin Clark-Casey (justincc)1-0/+15
Use these for new "show regions" command rather than old cumbersome stuff.
2012-05-23refactor: Rename ConsoleTableRow and ConsoleTableColumn to ↵Justin Clark-Casey (justincc)1-9/+9
ConsoleDisplayTableRow and ConsoleDisplayTableColumn
2012-05-23refactor: rename ConsoleTable -> ConsoleDisplayTable for clarityJustin Clark-Casey (justincc)1-2/+2
2012-05-10Add ConsoleTable framework class for future uniform formatting of console ↵Justin Clark-Casey (justincc)1-0/+139
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.