cinera: Add :multimedia and :hat
hmdshow_2016_03 uses :multimedia Various riscy and hero annotations may use :hat
This commit is contained in:
parent
5539af0210
commit
1636c5fa14
|
@ -14,7 +14,7 @@ typedef struct
|
||||||
version CINERA_APP_VERSION = {
|
version CINERA_APP_VERSION = {
|
||||||
.Major = 0,
|
.Major = 0,
|
||||||
.Minor = 5,
|
.Minor = 5,
|
||||||
.Patch = 1
|
.Patch = 2
|
||||||
};
|
};
|
||||||
|
|
||||||
#define CINERA_DB_VERSION 1
|
#define CINERA_DB_VERSION 1
|
||||||
|
@ -292,11 +292,13 @@ typedef struct
|
||||||
category_medium CategoryMedium[] =
|
category_medium CategoryMedium[] =
|
||||||
{
|
{
|
||||||
// medium icon written name
|
// medium icon written name
|
||||||
{ "admin", "🗹", "Administrivia"}, // TODO(matt): Filter this out by default
|
{ "admin", "🗹", "Administrivia"},
|
||||||
{ "afk", "…" , "Away from Keyboard"}, // TODO(matt): Filter this out by default
|
{ "afk", "…" , "Away from Keyboard"}, // TODO(matt): Filter this out by default
|
||||||
{ "authored", "🗪", "Chat Comment"}, // TODO(matt): Conditionally handle Chat vs Guest Comments
|
{ "authored", "🗪", "Chat Comment"}, // TODO(matt): Conditionally handle Chat vs Guest Comments
|
||||||
{ "blackboard", "🖌", "Blackboard"},
|
{ "blackboard", "🖌", "Blackboard"},
|
||||||
{ "experience", "🍷", "Experience"},
|
{ "experience", "🍷", "Experience"},
|
||||||
|
{ "hat", "🎩", "Hat"},
|
||||||
|
{ "multimedia", "🎬", "Media Clip"},
|
||||||
{ "owl", "🦉", "Owl of Shame"},
|
{ "owl", "🦉", "Owl of Shame"},
|
||||||
{ "programming", "🖮", "Programming"}, // TODO(matt): Potentially make this configurable per project
|
{ "programming", "🖮", "Programming"}, // TODO(matt): Potentially make this configurable per project
|
||||||
{ "rant", "💢", "Rant"},
|
{ "rant", "💢", "Rant"},
|
||||||
|
|
Loading…
Reference in New Issue