summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2013-09-14 13:42:30 +0200
committerYorhel <git@yorhel.nl>2013-09-14 13:42:30 +0200
commit269f53479dcea7c9cdfeeb407fe0a6f81f1205c3 (patch)
tree0268ef63d0310bd6c174a7096fa1107d3216e2d0
parent8f0154cc9bcc2ae0a18c94e16e4d73bdd4a591d7 (diff)
Add platforms: Game Boy Color, PC-88, PC-FX and XBOX
-rw-r--r--data/global.pl2
-rw-r--r--data/lang.txt48
-rw-r--r--data/style.css11
-rw-r--r--static/f/icons.pngbin13840 -> 15508 bytes
4 files changed, 57 insertions, 4 deletions
diff --git a/data/global.pl b/data/global.pl
index 62196b32..9ef9d527 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -64,7 +64,7 @@ our %S = (%S,
age_ratings => [-1, 0, 6..18],
release_types => [qw|complete partial trial|],
# The 'unk' platform and medium are reserved for "unknown".
- platforms => [qw|win dos lin mac ios and dvd bdp gba msx nds nes p98 psp ps1 ps2 ps3 psv drc sat sfc wii n3d xb3 web oth|],
+ platforms => [qw|win dos lin mac ios and dvd bdp gba gbc msx nds nes p88 p98 pcf psp ps1 ps2 ps3 psv drc sat sfc wii n3d xb1 xb3 web oth|],
media => {
#DB qty?
cd => 1,
diff --git a/data/lang.txt b/data/lang.txt
index 419e81ee..8e6c54f3 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -545,6 +545,18 @@ tr : Game Boy Advance
uk : Game Boy Advance
it : Game Boy Advance
+:_plat_gbc
+en : Game Boy Color
+ru*:
+cs*:
+hu*:
+nl :
+de*:
+es*:
+tr*:
+uk*:
+it*:
+
:_plat_msx
en : MSX
ru : MSX
@@ -581,6 +593,18 @@ tr : Famicom
uk : Dendy
it : Famicom
+:_plat_p88
+en : PC-88
+ru*:
+cs*:
+hu*:
+nl :
+de*:
+es*:
+tr*:
+uk*:
+it*:
+
:_plat_p98
en : PC-98
ru : PC-98
@@ -593,6 +617,18 @@ tr : PC-98
uk : PC-98
it : PC-98
+:_plat_pcf
+en : PC-FX
+ru*:
+cs*:
+hu*:
+nl :
+de*:
+es*:
+tr*:
+uk*:
+it*:
+
:_plat_psp
en : PlayStation Portable
ru : PlayStation Portable
@@ -713,6 +749,18 @@ tr*:
uk*:
it*:
+:_plat_xb1
+en : Xbox
+ru*:
+cs*:
+hu*:
+nl :
+de*:
+es*:
+tr*:
+uk*:
+it*:
+
:_plat_xb3
en : Xbox 360
ru : Xbox 360
diff --git a/data/style.css b/data/style.css
index fb4b30cf..c46b3093 100644
--- a/data/style.css
+++ b/data/style.css
@@ -819,11 +819,13 @@ a .icons { cursor: pointer }
.icons.p98 { background-position: 0px -98px; }
.icons.web { background-position: 0px -112px; }
.icons.n3d { background-position: 0px -126px; }
-.icons.feed { background-position: 0px -140px; }
+.icons.gbc { background-position: 0px -140px; }
+
+.icons.feed { background-position: 0px -154px; }
.icons.gen.f,
-.icons.gen.b { background-position: -12px -140px; }
-.icons.gen.m { background-position: -26px -140px; }
+.icons.gen.b { background-position: -12px -154px; }
+.icons.gen.m { background-position: -26px -154px; }
.icons.dvd { background-position: -16px 0px; }
.icons.mac { background-position: -16px -14px; }
@@ -835,6 +837,7 @@ a .icons { cursor: pointer }
.icons.sat { background-position: -16px -98px; }
.icons.and { background-position: -16px -112px; }
.icons.psv { background-position: -16px -126px; }
+.icons.pcf { background-position: -16px -140px; }
.icons.rtcomplete { background-position: -32px 0px; }
.icons.rtpartial { background-position: -32px -14px; }
@@ -845,6 +848,8 @@ a .icons { cursor: pointer }
.icons.dos { background-position: -32px -84px; }
.icons.ios { background-position: -32px -98px; }
.icons.bdp { background-position: -32px -112px; }
+.icons.xb1 { background-position: -32px -126px; }
+.icons.p88 { background-position: -32px -140px; }
.icons.cs { background-position: -48px 0px; }
.icons.da { background-position: -48px -11px; }
diff --git a/static/f/icons.png b/static/f/icons.png
index 94af1ed1..fb50cd89 100644
--- a/static/f/icons.png
+++ b/static/f/icons.png
Binary files differ