Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -11/+11 | |
2013-08-22 | Stop "handle sit user name" command from trying to sit avatars on objects ↵ | Justin Clark-Casey (justincc) | 1 | -0/+3 | |
which have sit positions but are attachments | |||||
2013-08-22 | Stop "sit user name" and "stand user name" console commands from trying to ↵ | Justin Clark-Casey (justincc) | 1 | -2/+8 | |
sit/stand avatars already sitting/standing | |||||
2013-08-20 | Add --regex options to "sit user name" and "stand user name" console ↵ | Justin Clark-Casey (justincc) | 1 | -50/+81 | |
commands to sit/stand many avatars at once. Currently, first name and last name are input separate but are concatenated with a space in the middle to form a regex. So to sit all bots with the first name "ima", for instance, the command is "sit user name --regex ima .*" | |||||
2013-08-20 | Add experimental "sit user name" and "stand user name" console commands in ↵ | Justin Clark-Casey (justincc) | 1 | -0/+180 | |
SitStandCommandsModule. "sit user name" will currently only sit the given avatar on prims which have a sit target set and are not already sat upon. Chiefly for debug purposes. |