cinera: Add :multimedia and :hat

hmdshow_2016_03 uses :multimedia
Various riscy and hero annotations may use :hat
This commit is contained in:
Matt Mascarenhas 2017-11-28 23:02:00 +00:00
parent 5539af0210
commit 1636c5fa14
1 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,7 @@ typedef struct
version CINERA_APP_VERSION = {
.Major = 0,
.Minor = 5,
.Patch = 1
.Patch = 2
};
#define CINERA_DB_VERSION 1
@ -292,11 +292,13 @@ typedef struct
category_medium CategoryMedium[] =
{
// 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
{ "authored", "🗪", "Chat Comment"}, // TODO(matt): Conditionally handle Chat vs Guest Comments
{ "blackboard", "🖌", "Blackboard"},
{ "experience", "🍷", "Experience"},
{ "hat", "🎩", "Hat"},
{ "multimedia", "🎬", "Media Clip"},
{ "owl", "🦉", "Owl of Shame"},
{ "programming", "🖮", "Programming"}, // TODO(matt): Potentially make this configurable per project
{ "rant", "💢", "Rant"},