Commit Graph

235 Commits

Author SHA1 Message Date
be79e86d07 Removed testing client secret / key. 2017-06-10 13:03:55 -04:00
cdb98e964e Merge pull request #24 from j-selby/master
Rename flags (uppercase -> lowercase)
2017-06-10 00:45:35 -04:00
74ec937ba7 Rename flags (uppercase -> lowercase) 2017-06-10 14:27:17 +10:00
16b554fae9 Added moderator notifications on failed builds. 2017-06-10 00:06:53 -04:00
ddb59e169f added ALL region flag 2017-06-08 23:36:04 -07:00
73a38e5abc fixed 3ds icon 2017-06-07 21:42:44 -07:00
cf127bee64 broken 3ds icon 2017-06-07 21:42:14 -07:00
6459d1693f Fixed broken URL under compatibility -- author. 2017-06-07 03:59:33 -04:00
d38118c49d Upgrading Node.js version to latest stable. 2017-06-07 03:35:29 -04:00
1da19ecfb8 Games now pull issues from Github. 2017-06-07 03:32:12 -04:00
aab4b23c12 Added additional width to the game metadata table. 2017-06-07 00:55:31 -04:00
745d17d1fb Added date property to savefiles. 2017-06-07 00:52:57 -04:00
cf700917c4 Refactored citra-games-wiki script to parse toml first, allowing for easier manipulation. 2017-06-07 00:48:39 -04:00
416b3601e1 Updated package.json for games script. 2017-06-06 23:43:29 -04:00
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
a2ae816ce5 Updated .gitignore file, ignores dynamic data for games. 2017-06-06 16:10:56 -04:00
5fac258a47 game type icons
"Virtual Console, 3DS, DSiWare, eShop Only" icons for organization/tagging
2017-06-05 20:46:08 -07:00
8ef36ce404 Added additional padding to the #mainContainer div. 2017-06-05 21:27:22 -04:00
b35db2b202 Updated logging. Updated wiki markdown for null. 2017-06-05 20:54:57 -04:00
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
672696155d Added padding to boxart. 2017-06-05 18:11:07 -04:00
2288bc9daf Tweaked boxart sizing via CSS. Added padding to game information. 2017-06-05 18:08:54 -04:00
bfe7991fc8 Fixed RSS not generating for website. 2017-06-05 17:50:44 -04:00
563cd7f47c Added barchart for displaying overall ratings. 2017-06-05 17:34:27 -04:00
2a44707128 Tweaked games listing, disabled pagination. Made tables responsive. Added icon for rating in Compatibility section. 2017-06-05 16:25:37 -04:00
36650a3f45 Corrected trimNewLine function to prevent build errors based on unescaped control character U+000D 2017-06-05 16:10:49 -04:00
80127d17fa Tweaked linebreaks when generating Hugo file. Tweaked No wiki exists yet message. Fixed Github pull 2017-06-05 16:03:41 -04:00
cf653e54ba Added JSON file for games listings. 2017-06-05 08:18:02 -04:00
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
1f0de656f7 changed "won't boot" to a dark gray 2017-06-04 20:34:09 -07:00
6892b03680 Continue building other games if exception is encountered. Added checks for if wiki article exists. 2017-06-04 21:29:12 -04:00
5445fe5c2d Merge branch 'master' of github.com:citra-emu/citra-web 2017-06-04 21:28:28 -04:00
30e0888233 Continue building other games if exception is encountered. Added checks for if wiki article exists. 2017-06-04 21:27:57 -04:00
e44df5ed2b Merge pull request #21 from Schplee/patch-7
updated color coding
2017-06-04 20:14:35 -04:00
642a1509ea updated color coding 2017-06-04 17:13:51 -07:00
4a711aa686 Added colors next to compatibility 2017-06-04 19:54:35 -04:00
64de70577f Merge branch 'master' of github.com:citra-emu/citra-web 2017-06-04 19:20:58 -04:00
39db33a327 Merge pull request #16 from Saphiresurf/master
Compatibility list/wiki announcement first draft
2017-06-04 19:18:17 -04:00
252624c336 Added link to games compatdb. 2017-06-04 19:18:05 -04:00
42d46e532d Forum post number added, tag citra-release added. 2017-06-04 16:17:39 -07:00
6a27626172 authors.json fixes, article time/date fix 2017-06-04 16:10:57 -07:00
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
e5b86c3c3d Merge pull request #20 from Schplee/patch-6
changed order of ratings table
2017-06-04 18:59:27 -04:00
4b75f362f1 changed order of ratings table 2017-06-04 15:58:54 -07:00
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
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
09a8898b80 Merge remote-tracking branch 'refs/remotes/citra-emu/master' 2017-06-04 14:34:26 -07:00
71b0599c32 Merge remote-tracking branch 'refs/remotes/citra-emu/master' 2017-06-04 14:33:09 -07:00
bb67f01609 Changed csav to zip. 2017-06-04 17:23:33 -04:00
9563833fdf Using path.extname instead of slice for detecting file extensions. 2017-06-04 17:19:50 -04:00