summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
-rw-r--r--data/global.pl2
-rw-r--r--data/lang.txt27
-rw-r--r--data/style.css9
-rw-r--r--static/f/icons.pngbin11362 -> 12719 bytes
5 files changed, 37 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 568eb1b0..632e2e70 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@
.PHONY: all dirs js skins robots chmod chmod-tladmin multi-stop multi-start multi-restart sql-import\
update-2.10 update-2.11 update-2.12 update-2.13 update-2.14 update-2.15 update-2.16 update-2.17\
- update-2.18 update-2.19 update-2.20
+ update-2.18 update-2.19 update-2.20 update-2.21
all: dirs js skins robots data/config.pl
@@ -185,3 +185,8 @@ update-2.20: all
${runpsql} < util/updates/update_2.20.sql
$(multi-start)
+update-2.21: all
+ $(multi-stop)
+ ${runpsql} < util/updates/update_2.21.sql
+ $(multi-start)
+
diff --git a/data/global.pl b/data/global.pl
index e68986c5..31d45631 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 dvd gba msx nds nes p98 psp ps1 ps2 ps3 drc sat sfc wii xb3 oth|],
+ 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|],
media => {
#DB qty?
cd => 1,
diff --git a/data/lang.txt b/data/lang.txt
index b0041080..3c9d99a3 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -300,6 +300,13 @@ cs : Apple iProduct
hu : Apple iTermék
nl :
+:_plat_and
+en : Android
+ru*:
+cs*:
+hu*:
+nl :
+
:_plat_dvd
en : DVD Player
ru : DVD-плеер
@@ -307,6 +314,13 @@ cs : DVD Přehrávač
hu : DVD Lejátszó
nl : DVD Speler
+:_plat_bdp
+en : Blu-ray Player
+ru*:
+cs*:
+hu*:
+nl : Blu-ray Speler
+
:_plat_gba
en : Game Boy Advance
ru : Game Boy Advance
@@ -405,6 +419,13 @@ cs : Xbox 360
hu :
nl :
+:_plat_web
+en : Website
+ru*:
+cs*:
+hu*:
+nl :
+
:_plat_oth
en : Other
ru : Другая
@@ -8711,9 +8732,9 @@ nl : Iemand heeft zich al geregistreerd met dat emailadres
:_formerr_e_invalidimgid
en : No image with that ID
-ru :
-cs :
-hu :
+ru*:
+cs*:
+hu*:
nl : Geen plaatje met dat ID
:_formerr_e_noimage
diff --git a/data/style.css b/data/style.css
index aef47c8a..78f3736f 100644
--- a/data/style.css
+++ b/data/style.css
@@ -802,11 +802,12 @@ a .icons { cursor: pointer }
.icons.gba { background-position: 0px -70px; }
.icons.ps3 { background-position: 0px -84px; }
.icons.p98 { background-position: 0px -98px; }
-.icons.feed { background-position: 0px -112px; }
+.icons.web { background-position: 0px -112px; }
+.icons.feed { background-position: 0px -126px; }
.icons.gen.f,
-.icons.gen.b { background-position: -12px -112px; }
-.icons.gen.m { background-position: -26px -112px; }
+.icons.gen.b { background-position: -12px -126px; }
+.icons.gen.m { background-position: -26px -126px; }
.icons.dvd { background-position: -16px 0px; }
.icons.mac { background-position: -16px -14px; }
@@ -816,6 +817,7 @@ a .icons { cursor: pointer }
.icons.wii { background-position: -16px -70px; }
.icons.xb3 { background-position: -16px -84px; }
.icons.sat { background-position: -16px -98px; }
+.icons.and { background-position: -16px -112px; }
.icons.rtcomplete { background-position: -32px 0px; }
.icons.rtpartial { background-position: -32px -14px; }
@@ -825,6 +827,7 @@ a .icons { cursor: pointer }
.icons.nes { background-position: -32px -70px; }
.icons.dos { background-position: -32px -84px; }
.icons.ios { background-position: -32px -98px; }
+.icons.bdp { background-position: -32px -112px; }
.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 cfb09b25..ad3dec18 100644
--- a/static/f/icons.png
+++ b/static/f/icons.png
Binary files differ