aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/Animations/AnimationsCommandModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless executable bit that Windows adds.onefang2020-09-091-0/+0
|
* Massive console refactor. Greatly simplify interface.Melanie2019-08-201-1/+1
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-14/+14
|
* Add a sample use for the validationMelanie Thielker2014-09-251-1/+2
|
* Add "debug set set animations true|false" region console command.Justin Clark-Casey (justincc)2013-01-181-19/+4
| | | | | Setting this logs extra information about animation add/remove, such as uuid and animation name Unfortunately cannot be done per client yet
* Fix indenting on ConsoleDisplayTable, align indenting on "show animations" ↵Justin Clark-Casey (justincc)2013-01-021-1/+1
| | | | console command
* minor: Allow objects to be added directly to a row on a ConsoleDisplayTable ↵Justin Clark-Casey (justincc)2013-01-021-1/+1
| | | | rather than having to ToString() them first
* Add "show animations" console command for debug purposes.Justin Clark-Casey (justincc)2013-01-021-0/+215
This shows the current animation sequence and default anims for avatars.