├── LICENSE ├── Overclocked.php ├── Overclocked.skin.php ├── README.md ├── i18n └── en.json └── resources ├── general-footer.less ├── general-header.less ├── general-inputfields.less ├── general-personalbar.less ├── general-specialpages.less ├── general-toc.less ├── icons ├── bullet-document.svg ├── bullet-info.svg ├── bullet-thumbs-down.svg ├── bullet-thumbs-up.svg ├── circle-bronze.svg ├── circle-gold.svg ├── circle-platinum.svg ├── circle-silver.svg ├── drm-account.svg ├── drm-always-online.svg ├── drm-cd-key.svg ├── drm-disc.svg ├── drm-download.svg ├── drm-drm-free.svg ├── drm-unknown.svg ├── infobox-cooptimus.png ├── infobox-cooptimus.svg ├── infobox-steamdb.svg ├── infobox-strategywiki.svg ├── infobox-wikipedia.svg ├── infobox-winehq.svg ├── input-dualshock.svg ├── input-nintendo.svg ├── input-xbox.svg ├── menu-icon.svg ├── misc-fixbox.svg ├── notice-alpha.svg ├── notice-beta.svg ├── notice-cleanup.svg ├── notice-stub.svg ├── os-linux.svg ├── os-osx.svg ├── os-windows.svg ├── project-gog.svg ├── project-local-multiplayer.svg ├── project-vr.svg ├── search-icon-hover.svg ├── search-icon.svg ├── social-discord.svg ├── social-facebook.svg ├── social-google.svg ├── social-steam.svg ├── social-twitter.svg ├── social-youtube.svg ├── store-battlenet.svg ├── store-bethesda.svg ├── store-desura.svg ├── store-epicgames.svg ├── store-gamersgate.svg ├── store-gfwl.svg ├── store-gogcom.svg ├── store-humble.svg ├── store-mas.svg ├── store-microsoft.svg ├── store-oculus.svg ├── store-origin.svg ├── store-rockstargames.svg ├── store-steam.svg ├── store-uplay.svg ├── store-ws.svg ├── tc-false.svg ├── tc-hackable.svg ├── tc-not-applicable.svg ├── tc-true.svg ├── tc-unknown.svg ├── text-gg3d.svg ├── text-wsgf-4k.svg ├── text-wsgf-mm.svg ├── text-wsgf-uw.svg └── text-wsgf-ws.svg ├── images ├── carat1.svg ├── carat2.svg ├── caratHover.svg ├── contributions.svg ├── contributionsHover.svg ├── external-link-icon.svg ├── notifications.svg ├── notificationsHover.svg ├── preferences.svg ├── preferencesHover.svg ├── talk.svg ├── talkHover.svg ├── toc-icon.svg ├── user.svg ├── userHover.svg ├── watchlist-unwatch.svg ├── watchlist-watch.svg ├── watchlist.svg └── watchlistHover.svg ├── jquery ├── jquery.ba-outside-events.min.js └── jquery.waypoints.min.js ├── mediawiki.custom.less ├── mediawiki.mediaviewer.overrides.less ├── mediawiki.special.preferences.less ├── other.less ├── page-donate.less ├── page-editing-guide.less ├── page-extension.less ├── page-home.less ├── pcgw-icons.less ├── pcgw-templates.less ├── pcgw.js ├── pcgw.less └── variables.less /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/LICENSE -------------------------------------------------------------------------------- /Overclocked.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/Overclocked.php -------------------------------------------------------------------------------- /Overclocked.skin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/Overclocked.skin.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/README.md -------------------------------------------------------------------------------- /i18n/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/i18n/en.json -------------------------------------------------------------------------------- /resources/general-footer.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/general-footer.less -------------------------------------------------------------------------------- /resources/general-header.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/general-header.less -------------------------------------------------------------------------------- /resources/general-inputfields.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/general-inputfields.less -------------------------------------------------------------------------------- /resources/general-personalbar.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/general-personalbar.less -------------------------------------------------------------------------------- /resources/general-specialpages.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/general-specialpages.less -------------------------------------------------------------------------------- /resources/general-toc.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/general-toc.less -------------------------------------------------------------------------------- /resources/icons/bullet-document.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/bullet-document.svg -------------------------------------------------------------------------------- /resources/icons/bullet-info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/bullet-info.svg -------------------------------------------------------------------------------- /resources/icons/bullet-thumbs-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/bullet-thumbs-down.svg -------------------------------------------------------------------------------- /resources/icons/bullet-thumbs-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/bullet-thumbs-up.svg -------------------------------------------------------------------------------- /resources/icons/circle-bronze.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/circle-bronze.svg -------------------------------------------------------------------------------- /resources/icons/circle-gold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/circle-gold.svg -------------------------------------------------------------------------------- /resources/icons/circle-platinum.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/circle-platinum.svg -------------------------------------------------------------------------------- /resources/icons/circle-silver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/circle-silver.svg -------------------------------------------------------------------------------- /resources/icons/drm-account.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/drm-account.svg -------------------------------------------------------------------------------- /resources/icons/drm-always-online.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/drm-always-online.svg -------------------------------------------------------------------------------- /resources/icons/drm-cd-key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/drm-cd-key.svg -------------------------------------------------------------------------------- /resources/icons/drm-disc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/drm-disc.svg -------------------------------------------------------------------------------- /resources/icons/drm-download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/drm-download.svg -------------------------------------------------------------------------------- /resources/icons/drm-drm-free.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/drm-drm-free.svg -------------------------------------------------------------------------------- /resources/icons/drm-unknown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/drm-unknown.svg -------------------------------------------------------------------------------- /resources/icons/infobox-cooptimus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/infobox-cooptimus.png -------------------------------------------------------------------------------- /resources/icons/infobox-cooptimus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/infobox-cooptimus.svg -------------------------------------------------------------------------------- /resources/icons/infobox-steamdb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/infobox-steamdb.svg -------------------------------------------------------------------------------- /resources/icons/infobox-strategywiki.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/infobox-strategywiki.svg -------------------------------------------------------------------------------- /resources/icons/infobox-wikipedia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/infobox-wikipedia.svg -------------------------------------------------------------------------------- /resources/icons/infobox-winehq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/infobox-winehq.svg -------------------------------------------------------------------------------- /resources/icons/input-dualshock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/input-dualshock.svg -------------------------------------------------------------------------------- /resources/icons/input-nintendo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/input-nintendo.svg -------------------------------------------------------------------------------- /resources/icons/input-xbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/input-xbox.svg -------------------------------------------------------------------------------- /resources/icons/menu-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/menu-icon.svg -------------------------------------------------------------------------------- /resources/icons/misc-fixbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/misc-fixbox.svg -------------------------------------------------------------------------------- /resources/icons/notice-alpha.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/notice-alpha.svg -------------------------------------------------------------------------------- /resources/icons/notice-beta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/notice-beta.svg -------------------------------------------------------------------------------- /resources/icons/notice-cleanup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/notice-cleanup.svg -------------------------------------------------------------------------------- /resources/icons/notice-stub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/notice-stub.svg -------------------------------------------------------------------------------- /resources/icons/os-linux.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/os-linux.svg -------------------------------------------------------------------------------- /resources/icons/os-osx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/os-osx.svg -------------------------------------------------------------------------------- /resources/icons/os-windows.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/os-windows.svg -------------------------------------------------------------------------------- /resources/icons/project-gog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/project-gog.svg -------------------------------------------------------------------------------- /resources/icons/project-local-multiplayer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/project-local-multiplayer.svg -------------------------------------------------------------------------------- /resources/icons/project-vr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/project-vr.svg -------------------------------------------------------------------------------- /resources/icons/search-icon-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/search-icon-hover.svg -------------------------------------------------------------------------------- /resources/icons/search-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/search-icon.svg -------------------------------------------------------------------------------- /resources/icons/social-discord.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/social-discord.svg -------------------------------------------------------------------------------- /resources/icons/social-facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/social-facebook.svg -------------------------------------------------------------------------------- /resources/icons/social-google.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/social-google.svg -------------------------------------------------------------------------------- /resources/icons/social-steam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/social-steam.svg -------------------------------------------------------------------------------- /resources/icons/social-twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/social-twitter.svg -------------------------------------------------------------------------------- /resources/icons/social-youtube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/social-youtube.svg -------------------------------------------------------------------------------- /resources/icons/store-battlenet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/store-battlenet.svg -------------------------------------------------------------------------------- /resources/icons/store-bethesda.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/store-bethesda.svg -------------------------------------------------------------------------------- /resources/icons/store-desura.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/store-desura.svg -------------------------------------------------------------------------------- /resources/icons/store-epicgames.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/store-epicgames.svg -------------------------------------------------------------------------------- /resources/icons/store-gamersgate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/store-gamersgate.svg -------------------------------------------------------------------------------- /resources/icons/store-gfwl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/store-gfwl.svg -------------------------------------------------------------------------------- /resources/icons/store-gogcom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/store-gogcom.svg -------------------------------------------------------------------------------- /resources/icons/store-humble.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/store-humble.svg -------------------------------------------------------------------------------- /resources/icons/store-mas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/store-mas.svg -------------------------------------------------------------------------------- /resources/icons/store-microsoft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/store-microsoft.svg -------------------------------------------------------------------------------- /resources/icons/store-oculus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/store-oculus.svg -------------------------------------------------------------------------------- /resources/icons/store-origin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/store-origin.svg -------------------------------------------------------------------------------- /resources/icons/store-rockstargames.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/store-rockstargames.svg -------------------------------------------------------------------------------- /resources/icons/store-steam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/store-steam.svg -------------------------------------------------------------------------------- /resources/icons/store-uplay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/store-uplay.svg -------------------------------------------------------------------------------- /resources/icons/store-ws.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/store-ws.svg -------------------------------------------------------------------------------- /resources/icons/tc-false.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/tc-false.svg -------------------------------------------------------------------------------- /resources/icons/tc-hackable.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/tc-hackable.svg -------------------------------------------------------------------------------- /resources/icons/tc-not-applicable.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/tc-not-applicable.svg -------------------------------------------------------------------------------- /resources/icons/tc-true.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/tc-true.svg -------------------------------------------------------------------------------- /resources/icons/tc-unknown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/tc-unknown.svg -------------------------------------------------------------------------------- /resources/icons/text-gg3d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/text-gg3d.svg -------------------------------------------------------------------------------- /resources/icons/text-wsgf-4k.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/text-wsgf-4k.svg -------------------------------------------------------------------------------- /resources/icons/text-wsgf-mm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/text-wsgf-mm.svg -------------------------------------------------------------------------------- /resources/icons/text-wsgf-uw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/text-wsgf-uw.svg -------------------------------------------------------------------------------- /resources/icons/text-wsgf-ws.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/icons/text-wsgf-ws.svg -------------------------------------------------------------------------------- /resources/images/carat1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/carat1.svg -------------------------------------------------------------------------------- /resources/images/carat2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/carat2.svg -------------------------------------------------------------------------------- /resources/images/caratHover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/caratHover.svg -------------------------------------------------------------------------------- /resources/images/contributions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/contributions.svg -------------------------------------------------------------------------------- /resources/images/contributionsHover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/contributionsHover.svg -------------------------------------------------------------------------------- /resources/images/external-link-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/external-link-icon.svg -------------------------------------------------------------------------------- /resources/images/notifications.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/notifications.svg -------------------------------------------------------------------------------- /resources/images/notificationsHover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/notificationsHover.svg -------------------------------------------------------------------------------- /resources/images/preferences.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/preferences.svg -------------------------------------------------------------------------------- /resources/images/preferencesHover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/preferencesHover.svg -------------------------------------------------------------------------------- /resources/images/talk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/talk.svg -------------------------------------------------------------------------------- /resources/images/talkHover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/talkHover.svg -------------------------------------------------------------------------------- /resources/images/toc-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/toc-icon.svg -------------------------------------------------------------------------------- /resources/images/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/user.svg -------------------------------------------------------------------------------- /resources/images/userHover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/userHover.svg -------------------------------------------------------------------------------- /resources/images/watchlist-unwatch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/watchlist-unwatch.svg -------------------------------------------------------------------------------- /resources/images/watchlist-watch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/watchlist-watch.svg -------------------------------------------------------------------------------- /resources/images/watchlist.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/watchlist.svg -------------------------------------------------------------------------------- /resources/images/watchlistHover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/images/watchlistHover.svg -------------------------------------------------------------------------------- /resources/jquery/jquery.ba-outside-events.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/jquery/jquery.ba-outside-events.min.js -------------------------------------------------------------------------------- /resources/jquery/jquery.waypoints.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/jquery/jquery.waypoints.min.js -------------------------------------------------------------------------------- /resources/mediawiki.custom.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/mediawiki.custom.less -------------------------------------------------------------------------------- /resources/mediawiki.mediaviewer.overrides.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/mediawiki.mediaviewer.overrides.less -------------------------------------------------------------------------------- /resources/mediawiki.special.preferences.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/mediawiki.special.preferences.less -------------------------------------------------------------------------------- /resources/other.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/other.less -------------------------------------------------------------------------------- /resources/page-donate.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/page-donate.less -------------------------------------------------------------------------------- /resources/page-editing-guide.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/page-editing-guide.less -------------------------------------------------------------------------------- /resources/page-extension.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/page-extension.less -------------------------------------------------------------------------------- /resources/page-home.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/page-home.less -------------------------------------------------------------------------------- /resources/pcgw-icons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/pcgw-icons.less -------------------------------------------------------------------------------- /resources/pcgw-templates.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/pcgw-templates.less -------------------------------------------------------------------------------- /resources/pcgw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/pcgw.js -------------------------------------------------------------------------------- /resources/pcgw.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/pcgw.less -------------------------------------------------------------------------------- /resources/variables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PCGamingWiki/overclocked/HEAD/resources/variables.less --------------------------------------------------------------------------------