diff options
author | Justin Clark-Casey (justincc) | 2013-01-18 23:22:02 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-01-18 23:22:02 +0000 |
commit | 115e1c2abb7755eb7b5ffeafbc0aecd255ccfc4e (patch) | |
tree | 7b80255b2b729cc8b4bab6f9cfbd7a36cd87db58 /OpenSim/Region/Framework/Scenes/Scene.cs | |
parent | Restore previous client AO behaviour by not allowing them to remove the defau... (diff) | |
download | opensim-SC-115e1c2abb7755eb7b5ffeafbc0aecd255ccfc4e.zip opensim-SC-115e1c2abb7755eb7b5ffeafbc0aecd255ccfc4e.tar.gz opensim-SC-115e1c2abb7755eb7b5ffeafbc0aecd255ccfc4e.tar.bz2 opensim-SC-115e1c2abb7755eb7b5ffeafbc0aecd255ccfc4e.tar.xz |
Add "debug set set animations true|false" region console command.
Setting this logs extra information about animation add/remove, such as uuid and animation name
Unfortunately cannot be done per client yet
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 4859dff..5778176 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -68,6 +68,11 @@ namespace OpenSim.Region.Framework.Scenes | |||
68 | public bool EmergencyMonitoring = false; | 68 | public bool EmergencyMonitoring = false; |
69 | 69 | ||
70 | /// <summary> | 70 | /// <summary> |
71 | /// Show debug information about animations. | ||
72 | /// </summary> | ||
73 | public bool DebugAnimations { get; set; } | ||
74 | |||
75 | /// <summary> | ||
71 | /// Show debug information about teleports. | 76 | /// Show debug information about teleports. |
72 | /// </summary> | 77 | /// </summary> |
73 | public bool DebugTeleporting { get; set; } | 78 | public bool DebugTeleporting { get; set; } |