summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-09-05 21:26:20 +0200
committerYorhel <git@yorhel.nl>2012-09-05 21:29:01 +0200
commit02198427d59ae3a577500213314d216d39e6bffd (patch)
tree288574c65a702eee02f3650ed8ebf4bfd70f0989
parenta2eced78622ef3b53f87f822be238cc40e783f3b (diff)
Added PSVita and Nintendo 3DS platforms
-rw-r--r--data/global.pl2
-rw-r--r--data/lang.txt24
-rw-r--r--data/style.css8
-rw-r--r--static/f/icons.pngbin12773 -> 13472 bytes
4 files changed, 30 insertions, 4 deletions
diff --git a/data/global.pl b/data/global.pl
index 7e5de1c4..abd33d1e 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -63,7 +63,7 @@ our %S = (%S,
},
age_ratings => [-1, 0, 6..18],
release_types => [qw|complete partial trial|],
- platforms => [qw|win dos lin mac ios and dvd bdp gba msx nds nes p98 psp ps1 ps2 ps3 drc sat sfc wii xb3 web oth|],
+ 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|],
media => {
#DB qty?
cd => 1,
diff --git a/data/lang.txt b/data/lang.txt
index cc06fe9d..9d116d96 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -603,6 +603,18 @@ tr : PlayStation 3
uk : PlayStation 3
it : PlayStation 3
+:_plat_psv
+en : PlayStation Vita
+ru*:
+cs*:
+hu*:
+nl :
+de*:
+es*:
+tr*:
+uk*:
+it*:
+
:_plat_drc
en : Dreamcast
ru : Dreamcast
@@ -651,6 +663,18 @@ tr : Nintendo Wii
uk : Nintendo Wii
it : Nintendo Wii
+:_plat_n3d
+en : Nintendo 3DS
+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 128695b3..b3f15b49 100644
--- a/data/style.css
+++ b/data/style.css
@@ -818,11 +818,12 @@ a .icons { cursor: pointer }
.icons.ps3 { background-position: 0px -84px; }
.icons.p98 { background-position: 0px -98px; }
.icons.web { background-position: 0px -112px; }
-.icons.feed { background-position: 0px -126px; }
+.icons.n3d { background-position: 0px -126px; }
+.icons.feed { background-position: 0px -140px; }
.icons.gen.f,
-.icons.gen.b { background-position: -12px -126px; }
-.icons.gen.m { background-position: -26px -126px; }
+.icons.gen.b { background-position: -12px -140px; }
+.icons.gen.m { background-position: -26px -140px; }
.icons.dvd { background-position: -16px 0px; }
.icons.mac { background-position: -16px -14px; }
@@ -833,6 +834,7 @@ a .icons { cursor: pointer }
.icons.xb3 { background-position: -16px -84px; }
.icons.sat { background-position: -16px -98px; }
.icons.and { background-position: -16px -112px; }
+.icons.psv { background-position: -16px -126px; }
.icons.rtcomplete { background-position: -32px 0px; }
.icons.rtpartial { background-position: -32px -14px; }
diff --git a/static/f/icons.png b/static/f/icons.png
index 1692438c..a79c6f84 100644
--- a/static/f/icons.png
+++ b/static/f/icons.png
Binary files differ