mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Migrate detailed "appearance show" report generation up to AvatarFactoryModule from AppearanceInfoModule so that it can be used in debug (inactive).
Further filters "debug packet <level>" to exclused [Request]ObjectPropertiesFamily if level is below 25. Adjust some method doc Minor changes to some logging messages.
This commit is contained in:
@@ -31,9 +31,10 @@ using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
public delegate void ReportOutputAction(string format, params object[] args);
|
||||
|
||||
public interface IAvatarFactoryModule
|
||||
{
|
||||
|
||||
void SetAppearance(IScenePresence sp, Primitive.TextureEntry textureEntry, byte[] visualParams);
|
||||
|
||||
/// <summary>
|
||||
@@ -63,5 +64,13 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
bool ValidateBakedTextureCache(IScenePresence sp);
|
||||
void QueueAppearanceSend(UUID agentid);
|
||||
void QueueAppearanceSave(UUID agentid);
|
||||
|
||||
/// <summary>
|
||||
/// Get a report about the current state of a scene presence's baked appearance textures.
|
||||
/// </summary>
|
||||
/// <param name="sp"></param>
|
||||
/// <param name="reportOutputAction"></param>
|
||||
/// <returns></returns>
|
||||
void WriteBakedTexturesReport(IScenePresence sp, ReportOutputAction reportOutputAction);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user