Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix indenting on ConsoleDisplayTable, align indenting on "show animations" ↵ | Justin Clark-Casey (justincc) | 2013-01-04 | 1 | -2/+3 |
| | | | | console command | ||||
* | minor: Allow objects to be added directly to a row on a ConsoleDisplayTable ↵ | Justin Clark-Casey (justincc) | 2013-01-04 | 1 | -1/+1 |
| | | | | rather than having to ToString() them first | ||||
* | Add "show animations" console command for debug purposes. | Justin Clark-Casey (justincc) | 2013-01-04 | 1 | -4/+4 |
| | | | | This shows the current animation sequence and default anims for avatars. | ||||
* | Add much easier ConsoleDisplayTable AddColumn() and AddRow() methods. | Justin Clark-Casey (justincc) | 2012-06-26 | 1 | -0/+15 |
| | | | | Use these for new "show regions" command rather than old cumbersome stuff. | ||||
* | refactor: Rename ConsoleTableRow and ConsoleTableColumn to ↵ | Justin Clark-Casey (justincc) | 2012-05-23 | 1 | -9/+9 |
| | | | | ConsoleDisplayTableRow and ConsoleDisplayTableColumn | ||||
* | refactor: rename ConsoleTable -> ConsoleDisplayTable for clarity | Justin Clark-Casey (justincc) | 2012-05-23 | 1 | -0/+139 |