summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-05-22 14:53:37 +0200
committerYorhel <git@yorhel.nl>2009-05-22 14:58:23 +0200
commitaaf5fba44b029ed83f290e6d4c5b9ed872d504b5 (patch)
tree75b413d7a6e0cd0bb1f9a662b48c473d81411d50 /data
parent55e67a4c4f690b14c06e2a6b2c6608e2305dceb6 (diff)
Added resolution field to release entries
TODO: - Update d3 - Add filter to /r
Diffstat (limited to 'data')
-rw-r--r--data/global.pl12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index 739578bf..2beb87cb 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -192,6 +192,18 @@ our %S = (%S,
in => [ 'Internet download', 0 ],
otc => [ 'Other', 0 ],
},
+ resolutions => [
+ [ 'Unknown', '' ],
+ [ '640x480', '4:3' ],
+ [ '800x600', '4:3' ],
+ [ '1024x768', '4:3' ],
+ [ '640x400', 'widescreen' ],
+ [ '1024x640', 'widescreen' ],
+ [ '1280x720', 'widescreen' ],
+ [ '480x272 (PSP)', 'console' ],
+ [ '2x256x192 (NDS)', 'console' ],
+ [ '640x448 (TV)', 'console' ], # really?
+ ],
votes => [
'worst ever',
'awful',