Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless executable bit that Windows adds. | onefang | 2020-09-09 | 1 | -0/+0 |
| | |||||
* | remove some more useless NULL arguments | UbitUmarov | 2019-10-22 | 1 | -3/+1 |
| | |||||
* | Massive console refactor. Greatly simplify interface. | Melanie | 2019-08-20 | 1 | -3/+5 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -11/+11 |
| | |||||
* | Stop "handle sit user name" command from trying to sit avatars on objects ↵ | Justin Clark-Casey (justincc) | 2013-08-22 | 1 | -0/+3 |
| | | | | which have sit positions but are attachments | ||||
* | Stop "sit user name" and "stand user name" console commands from trying to ↵ | Justin Clark-Casey (justincc) | 2013-08-22 | 1 | -2/+8 |
| | | | | sit/stand avatars already sitting/standing | ||||
* | Add --regex options to "sit user name" and "stand user name" console ↵ | Justin Clark-Casey (justincc) | 2013-08-20 | 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 .*" | ||||
* | Add experimental "sit user name" and "stand user name" console commands in ↵ | Justin Clark-Casey (justincc) | 2013-08-20 | 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. |