summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-08-29 15:45:35 +0200
committerYorhel <git@yorhel.nl>2009-09-07 09:16:59 +0200
commit1d8ae337d4169a458add76db2c78cd760f38de9a (patch)
treea4687e5a0ed7f45f775a435fedadd04d8d8113a8
parentb94535936617a1fce37adee83f82200e0460bed9 (diff)
Added three new platforms (DOS, PC-98, Sega Saturn)
Had to increase the size of icons.png a bit...
-rw-r--r--ChangeLog1
-rw-r--r--data/global.pl2
-rw-r--r--data/lang.txt12
-rw-r--r--data/style.css6
-rw-r--r--static/f/icons.pngbin7526 -> 9403 bytes
5 files changed, 18 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 92825061..fd5e7bfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@ git - ?
- Renamed: same characters to shares characters
- Merged: alternative setting into alternative version, and other into same series
- Allow empty VN descriptions
+ - New platforms: DOS, PC-98, Sega Saturn
2.6 - 2009-08-09
- New screen resolutions: 1024x600 and 1600x1200
diff --git a/data/global.pl b/data/global.pl
index 7abfa43c..7a0c5ac4 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -84,7 +84,7 @@ our %S = (%S,
18 => [ '18+', 'CERO Z' ],
},
release_types => [0..2],
- platforms => [qw|win lin mac dvd gba msx nds nes psp ps1 ps2 ps3 drc sfc wii xb3 oth|],
+ platforms => [qw|win dos lin mac dvd gba msx nds nes p98 psp ps1 ps2 ps3 drc sat sfc wii xb3 oth|],
media => {
#DB display qty
cd => [ 'CD', 1 ],
diff --git a/data/lang.txt b/data/lang.txt
index 228241cf..b11c60d8 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -214,6 +214,10 @@ ru : Китайский
en : Windows
ru : Windows
+:_plat_dos
+en : DOS
+ru*:
+
:_plat_lin
en : Linux
ru : Linux
@@ -242,6 +246,10 @@ ru : Nintendo DS
en : Famicom
ru : Famicom (Dendy)
+:_plat_p98
+en : PC-98
+ru*:
+
:_plat_psp
en : Playstation Portable
ru : Playstation Portable
@@ -262,6 +270,10 @@ ru : Playstation 3
en : Dreamcast
ru : Dreamcast
+:_plat_sat
+en : Sega Saturn
+ru*:
+
:_plat_sfc
en : Super Nintendo
ru : Super Nintendo
diff --git a/data/style.css b/data/style.css
index bf9bacfb..c40e35f5 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1139,6 +1139,7 @@ a .icons { cursor: pointer }
.icons.sfc { background-position: 0px -56px; }
.icons.gba { background-position: 0px -70px; }
.icons.ps3 { background-position: 0px -84px; }
+.icons.p98 { background-position: 0px -98px; }
.icons.dvd { background-position: -16px 0px; }
.icons.mac { background-position: -16px -14px; }
@@ -1147,6 +1148,7 @@ a .icons { cursor: pointer }
.icons.win { background-position: -16px -56px; }
.icons.wii { background-position: -16px -70px; }
.icons.xb3 { background-position: -16px -84px; }
+.icons.sat { background-position: -16px -98px; }
.icons.rt0 { background-position: -32px 0px; }
.icons.rt1 { background-position: -32px -14px; }
@@ -1154,8 +1156,7 @@ a .icons { cursor: pointer }
.icons.ext { background-position: -32px -42px; }
.icons.msx { background-position: -32px -56px; }
.icons.nes { background-position: -32px -70px; }
-
-.icons.vi { background-position: -34px -88px; }
+.icons.dos { background-position: -32px -84px; }
.icons.cs { background-position: -48px 0px; }
.icons.da { background-position: -48px -11px; }
@@ -1176,4 +1177,5 @@ a .icons { cursor: pointer }
.icons.tr { background-position: -61px -66px; }
.icons.zh { background-position: -61px -77px; }
.icons.ko { background-position: -61px -88px; }
+.icons.vi { background-position: -61px -99px; }
diff --git a/static/f/icons.png b/static/f/icons.png
index 47412c62..78ec79fc 100644
--- a/static/f/icons.png
+++ b/static/f/icons.png
Binary files differ