summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2014-10-12 08:33:55 +0200
committerYorhel <git@yorhel.nl>2014-10-12 08:33:55 +0200
commit26506d2bd7543aea1a4f49634be8b9bf110ad57c (patch)
treebf24952b33cdae7743fce08f8cfa699a81de223c
parent8d5c9edc3d9576e647b4915cba10cdcbb5fab1fe (diff)
Add PS4 and Xbox One platforms
-rw-r--r--data/global.pl2
-rw-r--r--data/lang.txt24
-rw-r--r--data/style.css3
-rw-r--r--static/f/icons.pngbin13382 -> 14092 bytes
4 files changed, 28 insertions, 1 deletions
diff --git a/data/global.pl b/data/global.pl
index 7a06ad78..636ab327 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -65,7 +65,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 gbc msx nds nes p88 p98 pcf psp ps1 ps2 ps3 psv drc sat sfc wii n3d xb1 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 ps4 psv drc sat sfc wii n3d xb1 xb3 xbo web oth|],
media => {
#DB qty?
cd => 1,
diff --git a/data/lang.txt b/data/lang.txt
index 70de7d37..48365acf 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -692,6 +692,18 @@ tr : PlayStation 3
uk : PlayStation 3
it : PlayStation 3
+:_plat_ps4
+en : PlayStation 4
+ru :
+cs :
+hu :
+nl :
+de :
+es :
+tr :
+uk :
+it :
+
:_plat_psv
en : PlayStation Vita
ru*:
@@ -788,6 +800,18 @@ tr : Xbox 360
uk : Xbox 360
it : Xbox 360
+:_plat_xbo
+en : Xbox One
+ru :
+cs :
+hu :
+nl :
+de :
+es :
+tr :
+uk :
+it :
+
:_plat_web
en : Website
ru : Веб
diff --git a/data/style.css b/data/style.css
index c213ebc6..9b9ecb9a 100644
--- a/data/style.css
+++ b/data/style.css
@@ -851,6 +851,9 @@ a .icons { cursor: pointer }
.icons.xb1 { background-position: -32px -126px; }
.icons.p88 { background-position: -32px -140px; }
+.icons.ps4 { background-position: -40px -154px; }
+.icons.xbo { background-position: -56px -154px; }
+
.icons.cs { background-position: -48px 0px; }
.icons.da { background-position: -48px -11px; }
.icons.de { background-position: -48px -22px; }
diff --git a/static/f/icons.png b/static/f/icons.png
index 12539943..bf7057b4 100644
--- a/static/f/icons.png
+++ b/static/f/icons.png
Binary files differ