ESOUI SVN LMPMediaStash

[/] [trunk/] [LMP_MediaStash/] [MediaStash.lua] - Blame information for rev 6

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 Seerah-7
local LMP = LibStub("LibMediaProvider-1.0")
2 Seerah-7
 
3 Seerah-7
-- -----
4 Seerah-7
-- BACKGROUND
5 Seerah-7
-- -----
6 Seerah-7
LMP:Register("background", "Brushed Metal",     [[LMP_MediaStash\background\brushedmetal.dds]])
7 Seerah-7
LMP:Register("background", "Copper",            [[LMP_MediaStash\background\copper.dds]])
8 Seerah-7
LMP:Register("background", "Rainbow",           [[LMP_MediaStash\background\rainbowgradient.dds]])
9 Seerah-7
LMP:Register("background", "Blue Gradient",     [[LMP_MediaStash\background\BlueGradient.dds]])
10 Seerah-7
 
11 Seerah-7
-- -----
12 Seerah-7
--  BORDER
13 Seerah-7
-- ----
14 Seerah-7
LMP:Register("border", "RothSquare",            [[LMP_MediaStash\border\roth.dds]])
15 Seerah-7
LMP:Register("border", "SeerahScalloped",       [[LMP_MediaStash\border\SeerahScalloped.dds]])
16 Seerah-7
LMP:Register("border", "Thin",                          [[LMP_MediaStash\border\Thin.dds]])
17 Seerah-7
 
18 Seerah-7
-- -----
19 Seerah-7
--  FONT
20 Seerah-7
-- -----
21 Seerah-7
-- fonts require a license that allows redistribution
22 Seerah-7
LMP:Register("font", "Adventure",                       [[LMP_MediaStash\fonts\Adventure.ttf]])
23 6 Seerah-7
LMP:Register("font", "Arial Narrow",            [[LMP_MediaStash\fonts\arialn.ttf]])    --had been removed from game files, so now added here
24 2 Seerah-7
LMP:Register("font", "Black Chancery",          [[LMP_MediaStash\fonts\BlackChancery.ttf]])
25 6 Seerah-7
LMP:Register("font", "DorisPP",                         [[LMP_MediaStash\fonts\DORISPP.ttf]])
26 2 Seerah-7
LMP:Register("font", "Enigmatic",                       [[LMP_MediaStash\fonts\Enigma__2.ttf]])
27 6 Seerah-7
LMP:Register("font", "ESO Cartographer",        [[LMP_MediaStash\fonts\esocartographer-bold.otf]])      --had been removed from game files, so now added here
28 2 Seerah-7
LMP:Register("font", "Fitzgerald",                      [[LMP_MediaStash\fonts\Fitzgerald.ttf]])
29 6 Seerah-7
LMP:Register("font", "Fontin Bold",                     [[LMP_MediaStash\fonts\fontin_sans_b.otf]])     --had been removed from game files, so now added here
30 Seerah-7
LMP:Register("font", "Fontin Italic",           [[LMP_MediaStash\fonts\fontin_sans_i.otf]])     --had been removed from game files, so now added here
31 Seerah-7
LMP:Register("font", "Fontin Regular",          [[LMP_MediaStash\fonts\fontin_sans_r.otf]])     --had been removed from game files, so now added here
32 Seerah-7
LMP:Register("font", "Fontin SmallCaps",        [[LMP_MediaStash\fonts\fontin_sans_sc.otf]])    --had been removed from game files, so now added here
33 2 Seerah-7
LMP:Register("font", "Gentium",                         [[LMP_MediaStash\fonts\Gentium.ttf]])
34 Seerah-7
LMP:Register("font", "Hooked Up",                       [[LMP_MediaStash\fonts\HookedUp.ttf]])
35 Seerah-7
LMP:Register("font", "Liberation Sans",         [[LMP_MediaStash\fonts\LiberationSans.ttf]])
36 6 Seerah-7
LMP:Register("font", "Vera Serif",                      [[LMP_MediaStash\fonts\VeraSe.ttf]])
37 2 Seerah-7
 
38 Seerah-7
-- -----
39 Seerah-7
--   SOUND
40 Seerah-7
-- -----
41 Seerah-7
-- Custom sounds currently not supported by ESO
42 Seerah-7
 
43 Seerah-7
-- -----
44 Seerah-7
--   STATUSBAR
45 Seerah-7
-- -----
46 Seerah-7
LMP:Register("statusbar", "Aluminium",          [[LMP_MediaStash\statusbar\Aluminium.dds]])
47 Seerah-7
LMP:Register("statusbar", "BantoBar",           [[LMP_MediaStash\statusbar\BantoBar.dds]])
48 Seerah-7
LMP:Register("statusbar", "Button",                     [[LMP_MediaStash\statusbar\Button.dds]])
49 Seerah-7
LMP:Register("statusbar", "DarkBottom",         [[LMP_MediaStash\statusbar\DarkBottom.dds]])
50 Seerah-7
LMP:Register("statusbar", "Diagonal",           [[LMP_MediaStash\statusbar\Diagonal.dds]])
51 Seerah-7
LMP:Register("statusbar", "Fifths",                     [[LMP_MediaStash\statusbar\Fifths.dds]])
52 Seerah-7
LMP:Register("statusbar", "Fourths",            [[LMP_MediaStash\statusbar\Fourths.dds]])
53 Seerah-7
LMP:Register("statusbar", "Glamour",            [[LMP_MediaStash\statusbar\Glamour.dds]])
54 Seerah-7
LMP:Register("statusbar", "Glamour2",           [[LMP_MediaStash\statusbar\Glamour2.dds]])
55 Seerah-7
LMP:Register("statusbar", "Glamour3",           [[LMP_MediaStash\statusbar\Glamour3.dds]])
56 Seerah-7
LMP:Register("statusbar", "Glamour4",           [[LMP_MediaStash\statusbar\Glamour4.dds]])
57 Seerah-7
LMP:Register("statusbar", "Glamour5",           [[LMP_MediaStash\statusbar\Glamour5.dds]])
58 Seerah-7
LMP:Register("statusbar", "Glamour6",           [[LMP_MediaStash\statusbar\Glamour6.dds]])
59 Seerah-7
LMP:Register("statusbar", "Glamour7",           [[LMP_MediaStash\statusbar\Glamour7.dds]])
60 Seerah-7
LMP:Register("statusbar", "Glaze",                      [[LMP_MediaStash\statusbar\Glaze.dds]])
61 Seerah-7
LMP:Register("statusbar", "Gloss",                      [[LMP_MediaStash\statusbar\Gloss.dds]])
62 Seerah-7
LMP:Register("statusbar", "LiteStep",           [[LMP_MediaStash\statusbar\LiteStep.dds]])
63 Seerah-7
LMP:Register("statusbar", "Melli",                      [[LMP_MediaStash\statusbar\Melli.dds]])
64 Seerah-7
LMP:Register("statusbar", "Minimalist",         [[LMP_MediaStash\statusbar\Minimalist.dds]])
65 Seerah-7
LMP:Register("statusbar", "Otravi",                     [[LMP_MediaStash\statusbar\Otravi.dds]])
66 Seerah-7
LMP:Register("statusbar", "Outline",            [[LMP_MediaStash\statusbar\Outline.dds]])
67 Seerah-7
LMP:Register("statusbar", "Pill",                       [[LMP_MediaStash\statusbar\Pill.dds]])
68 Seerah-7
LMP:Register("statusbar", "Ruben",                      [[LMP_MediaStash\statusbar\Ruben.dds]])
69 Seerah-7
LMP:Register("statusbar", "Runes",                      [[LMP_MediaStash\statusbar\Runes.dds]])
70 Seerah-7
LMP:Register("statusbar", "Smooth",                     [[LMP_MediaStash\statusbar\Smoothv2.dds]])
71 Seerah-7
LMP:Register("statusbar", "Smudge",                     [[LMP_MediaStash\statusbar\Smudge.dds]])
72 Seerah-7
LMP:Register("statusbar", "Steel",                      [[LMP_MediaStash\statusbar\Steel.dds]])
73 Seerah-7
LMP:Register("statusbar", "Tube",                       [[LMP_MediaStash\statusbar\Tube.dds]])
74 Seerah-7
LMP:Register("statusbar", "Wglass",                     [[LMP_MediaStash\statusbar\Wglass.dds]])