implementation of Sound DB

Client sounds are cross-referenced with as many other DB-Types as possible. Including, but not limited to:
 * Character VOs (Errors, Emotes)
 * Creature VOs (Boss Dialogue)
 * Zone Music and Ambience
 * Sounds triggerd by spells
 * Sounds from general item/spell usage, creature behavior

Restrictions:
 * only one locale is supported. Choose wisely!
This commit is contained in:
Sarjuuk
2017-03-06 15:16:34 +01:00
committed by GitHub
parent 8fcd8ea429
commit 20a1829317
54 changed files with 3454 additions and 169 deletions

View File

@@ -114,7 +114,7 @@ h5 a.icontiny span { text-decoration:none !important; }
.entryc .quote, .comment-body .quote,
.text .quote, .text blockquote,
.quote-blizz, .quote-wh, .minibox {
.quote-blizz, .quote-wh {
background:#1b1b1b;
padding: 15px;
margin:15px 0;
@@ -150,6 +150,14 @@ h5 a.icontiny span { text-decoration:none !important; }
overflow:auto;
}
div.audiomarkup
{
text-align:center;
display:inline-block;
font-size:13px;
line-height:normal
}
.quote-blizz,.quote-wh
{
clear:both;
@@ -1826,6 +1834,10 @@ td.checked .listview-cb:hover {
background-color: #343434;
}
.listview-cleartext {
font-family:Verdana, "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.live-search {
position: absolute;
z-index: 100000001;
@@ -3975,6 +3987,22 @@ div.captcha-center {
font-size: 11px;
}
.audio-controls td {
text-align:center
}
.audio-controls-title {
padding:0 15px 5px;
word-break:break-word;
word-wrap:break-word;
overflow-wrap:break-word
}
.audio-controls-pagination-track {
display:inline-block;
min-width:50px
}
/************************************************/
/* aowow: deprecated stuff that might be of use */