summaryrefslogtreecommitdiff
path: root/Source/Core/UICommon/GameFile.cpp
AgeCommit message (Expand)Author
2024-10-27Merge pull request #13096 from mitaclaw/ranges-modernization-7-rewriteJMC47
2024-10-19Simplify `std::copy` with `fmt::join`mitaclaw
2024-10-10Modernize `std::binary_search` with rangesmitaclaw
2024-10-10Modernize `std::is_sorted` with rangesmitaclaw
2024-04-14GameList: Show (Disc 1) for first disc of two-disc gamesDentomologist
2023-12-11GameFile: Default GameBanner operator==Lioncash
2023-06-13Common: Convert FromWhichRoot to enum classDentomologist
2023-05-10UICommon:DiscordPresence: Use GameTDB covers for RPCSketch
2022-08-04Merge pull request #10932 from JosJuice/nfsAdmiral H. Curtiss
2022-08-04DiscIO: Replace IsDataSizeAccurate with GetDataSizeTypeJosJuice
2022-07-30Move to C++20 for non-MSVC compilersTillmann Karras
2022-07-26introduce wrapper for SHA1 functionalityShawn Hoffman
2022-05-24NetPlay: Make messages about non-matching games clearerPokechu22
2022-01-16GameList: Convert file extensions to lowercasePokechu22
2022-01-16Use Common::ToLower and Common::ToUpperPokechu22
2022-01-09Treewide: Remove unused inclusions of <cinttypes>Pokechu22
2022-01-02Core: Add a Maker field for GameModDescriptors.Admiral H. Curtiss
2021-12-12GameFile: Calculate a sensible sync hash for mod descriptors.Admiral H. Curtiss
2021-12-12GameList: Show game mod descriptor .json files in game list.Admiral H. Curtiss
2021-07-11GameFile: don't download covers for empty game IDsTillmann Karras
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-02-10Merge pull request #9461 from cbartondock/masterLéo Lam
2021-01-30Working Game IDs for Elf/Dol filescbartondock
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2020-10-19Android: Allow disabling cover downloadingJosJuice
2020-10-19Add helper function for fmt::format(GetStringT(...JosJuice
2020-10-06Show NKitness in file format stringJosJuice
2020-09-16Android: Only allow conversion when appropriateJosJuice
2020-08-02Allow translations and custom names in GameFile::GetNetPlayNameJosJuice
2020-08-02Make netplay's "same game" check more robustJosJuice
2020-07-19DolphinQt: Show WAD as "WAD" instead of "" in file format columnJosJuice
2020-07-04DiscIO: Add Volume::IsDatelDiscJosJuice
2020-06-21Show file format details in game propertiesJosJuice
2020-04-24DolphinQt: Make scrubbing configurable in convert dialogJosJuice
2020-04-24DolphinQt: Turn the compress/decompress action into a dialogJosJuice
2020-03-16StringUtil: Add PathToFileName functionJosJuice
2019-11-23UICommon: Make use of fmt where applicableLioncash
2019-09-25GameFile: Use enums for custom/length parametersJosJuice
2019-09-25GameFile: Support HBC-style XML metadataJosJuice
2019-08-21UICommon: Remove Android hacks from GameFileJosJuice
2019-08-09Replace "Override Language on NTSC Games" with "Allow Mismatched Region Setti...JosJuice
2019-07-18DiscIO: Add functions CreateDisc and CreateWADJosJuice
2019-05-29Common/FileUtil: Make WriteStringToFile consistent with ReadFileToStringLioncash
2019-05-28UICommon/GameFile: Make COVER_URL a plain C stringLioncash
2019-05-28UICommon/GameFile: Remove unused includesLioncash
2019-05-28UICommon/GameFile: Remove unnecessary value() calls in DownloadDefaultCover()Lioncash
2019-05-28UICommon/GameFile: Deduplicate string paths where applicableLioncash
2019-05-28UICommon/GameFile: std::move std::string argument in constructorLioncash
2019-05-28UICommon/GameFile: Default no-arg constructor and destructor within the cpp fileLioncash
2019-05-28UICommon/GameFile: Use in-class initializers where applicableLioncash