Commit Graph

424 Commits

Author SHA1 Message Date
chris062689
745d17d1fb Added date property to savefiles. 2017-06-07 00:52:57 -04:00
chris062689
cf700917c4 Refactored citra-games-wiki script to parse toml first, allowing for easier manipulation. 2017-06-07 00:48:39 -04:00
chris062689
416b3601e1 Updated package.json for games script. 2017-06-06 23:43:29 -04:00
chris062689
3354212649 Changed compatibility to be a string to avoid confusion between the string value and integer index. 2017-06-06 16:11:29 -04:00
chris062689
a2ae816ce5 Updated .gitignore file, ignores dynamic data for games. 2017-06-06 16:10:56 -04:00
Schplee
5fac258a47 game type icons
"Virtual Console, 3DS, DSiWare, eShop Only" icons for organization/tagging
2017-06-05 20:46:08 -07:00
chris062689
8ef36ce404 Added additional padding to the #mainContainer div. 2017-06-05 21:27:22 -04:00
chris062689
b35db2b202 Updated logging. Updated wiki markdown for null. 2017-06-05 20:54:57 -04:00
chris062689
13e6155ed1 Added [[testcases]] that are stored in game dat file, instead of single variables. Split metadata out into a template file for easier modification. 2017-06-05 20:46:21 -04:00
chris062689
672696155d Added padding to boxart. 2017-06-05 18:11:07 -04:00
chris062689
2288bc9daf Tweaked boxart sizing via CSS. Added padding to game information. 2017-06-05 18:08:54 -04:00
chris062689
bfe7991fc8 Fixed RSS not generating for website. 2017-06-05 17:50:44 -04:00
chris062689
563cd7f47c Added barchart for displaying overall ratings. 2017-06-05 17:34:27 -04:00
chris062689
2a44707128 Tweaked games listing, disabled pagination. Made tables responsive. Added icon for rating in Compatibility section. 2017-06-05 16:25:37 -04:00
chris062689
36650a3f45 Corrected trimNewLine function to prevent build errors based on unescaped control character U+000D 2017-06-05 16:10:49 -04:00
chris062689
80127d17fa Tweaked linebreaks when generating Hugo file. Tweaked No wiki exists yet message. Fixed Github pull 2017-06-05 16:03:41 -04:00
chris062689
cf653e54ba Added JSON file for games listings. 2017-06-05 08:18:02 -04:00
Christopher J. Gilbert
3213326bd1 Merge pull request #22 from Schplee/patch-8
changed "won't boot" to a dark gray
2017-06-04 23:42:06 -04:00
Schplee
1f0de656f7 changed "won't boot" to a dark gray 2017-06-04 20:34:09 -07:00
chris062689
6892b03680 Continue building other games if exception is encountered. Added checks for if wiki article exists. 2017-06-04 21:29:12 -04:00
chris062689
5445fe5c2d Merge branch 'master' of github.com:citra-emu/citra-web 2017-06-04 21:28:28 -04:00
chris062689
30e0888233 Continue building other games if exception is encountered. Added checks for if wiki article exists. 2017-06-04 21:27:57 -04:00
Christopher J. Gilbert
e44df5ed2b Merge pull request #21 from Schplee/patch-7
updated color coding
2017-06-04 20:14:35 -04:00
Schplee
642a1509ea updated color coding 2017-06-04 17:13:51 -07:00
chris062689
4a711aa686 Added colors next to compatibility 2017-06-04 19:54:35 -04:00
chris062689
64de70577f Merge branch 'master' of github.com:citra-emu/citra-web 2017-06-04 19:20:58 -04:00
Christopher J. Gilbert
39db33a327 Merge pull request #16 from Saphiresurf/master
Compatibility list/wiki announcement first draft
2017-06-04 19:18:17 -04:00
chris062689
252624c336 Added link to games compatdb. 2017-06-04 19:18:05 -04:00
saphiresurf
42d46e532d Forum post number added, tag citra-release added. 2017-06-04 16:17:39 -07:00
saphiresurf
6a27626172 authors.json fixes, article time/date fix 2017-06-04 16:10:57 -07:00
saphiresurf
50ed1484f7 Added the banner, fixed authors.json, fixed typos
Added the banner, fixed authors.json, fixed some pluralization issues,
and removed an extra new line. Games chagned to game in the list.
2017-06-04 16:07:07 -07:00
Christopher J. Gilbert
e5b86c3c3d Merge pull request #20 from Schplee/patch-6
changed order of ratings table
2017-06-04 18:59:27 -04:00
Schplee
4b75f362f1 changed order of ratings table 2017-06-04 15:58:54 -07:00
saphiresurf
84c2af5dc5 Added self to authors.json, corrected typos, moar contributors
Added myself to authors.json, corrected typos, and added some text for
people who'd like to contribute.
2017-06-04 15:48:10 -07:00
saphiresurf
92b576f4e7 Chagned to passive voice, updated some info.
Changed to passive voice, updated ratings, reworded a few things, and
gave proper credit as well!
2017-06-04 14:38:36 -07:00
saphiresurf
09a8898b80 Merge remote-tracking branch 'refs/remotes/citra-emu/master' 2017-06-04 14:34:26 -07:00
saphiresurf
71b0599c32 Merge remote-tracking branch 'refs/remotes/citra-emu/master' 2017-06-04 14:33:09 -07:00
chris062689
bb67f01609 Changed csav to zip. 2017-06-04 17:23:33 -04:00
chris062689
9563833fdf Using path.extname instead of slice for detecting file extensions. 2017-06-04 17:19:50 -04:00
chris062689
5d2fc8cac5 Backend now stores savefiles in ZIP format. We want to change this to csav when it's pushed to the website. 2017-06-04 17:11:58 -04:00
chris062689
4dc74bb27d Backend now stores savefiles in ZIP format. We want to change this to csav when it's pushed to the website. 2017-06-04 17:11:41 -04:00
chris062689
53e317ea3e Use icons instead of boxart in the sitemap. 2017-06-04 16:09:47 -04:00
chris062689
a644cc899e Corrected build errors, modified metadata icon for games to use icon instead of boxart. 2017-06-04 16:06:41 -04:00
chris062689
3e6d2218db Updated SEO metadata information. 2017-06-04 16:02:35 -04:00
chris062689
3de08947c6 Correcting build errors from invalid JSON. 2017-06-04 15:56:07 -04:00
chris062689
4b31acb8a1 Merge branch 'master' of github.com:citra-emu/citra-web 2017-06-04 15:53:04 -04:00
chris062689
ca1b4ea1f9 Updated Sitemap for better indexing from Google. Updated base page to not feature images on wiki pages. 2017-06-04 15:52:48 -04:00
Christopher J. Gilbert
7dc24895da Merge pull request #19 from Schplee/patch-5
re-ordered ratings list/consolidated "great/excellent"
2017-06-04 15:50:17 -04:00
Schplee
ac000a3988 re-ordered ratings list/consolidated "great/excellent" 2017-06-04 12:48:12 -07:00
chris062689
05125dc26c Fixing runtime errors with gulpfile. 2017-06-04 14:30:07 -04:00