aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/Appearance/AppearanceInfoModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* improve help information for "appearance show"Justin Clark-Casey (justincc)2011-05-261-2/+3
| | | | at the moment, this just performs a baked avatar check for everybody in the region. If the check returns 'corrupt' then a baked texture is missing and other avatars will continue to see the gas ball.
* Add module with "appearance show" command.Justin Clark-Casey (justincc)2011-05-071-0/+122
At the moment, this command just asks the AvatarFactory to perform the existing baked texture check for each avatar in the simulator and returns "OK" or "corrupt". This is for debugging purposes