| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-05 | treewide: convert GPLv2+ license info to SPDX tags | Pierre Bourdon | |
| SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel. | |||
| 2021-03-09 | DiscIO: Move some code from DiscExtractor to new file DiscUtils | JosJuice | |
| 2020-08-02 | Make netplay's "same game" check more robust | JosJuice | |
| Instead of comparing the game ID, revision, disc number and name, we can compare a hash of important parts of the disc including all the aforementioned data but also additional data such as the FST. The primary reason why I'm making this change is to let us catch more desyncs before they happen, but this should also fix https://bugs.dolphin-emu.org/issues/12115. As a bonus, the UI can now distinguish the case where a client doesn't have the game at all from the case where a client has the wrong version of the game. | |||
| 2019-05-29 | DiscIO: Use std::string_view in FileSystem::FindFileInfo | JosJuice | |
| ...and in the functions that call it. | |||
| 2019-04-09 | Add a Verify tab to game properties | JosJuice | |
| 2019-03-30 | DiscExtractor: Make P prefix for partition names optional | JosJuice | |
| Also added constants for common partition types. | |||
| 2018-03-27 | DiscExtractor: Pass partition by reference rather than by value in ↵ | Lioncash | |
| ExtractDirectory() | |||
| 2017-09-15 | DiscIO: Use Common::Lazy for loading filesystems | JosJuice | |
| This simplifies FileMonitor a lot and also lets us clean up FilesystemPanel. | |||
| 2017-06-28 | FilesystemPanel: Put partitions in separate folders when extracting all ↵ | JosJuice | |
| partitions | |||
| 2017-06-28 | DiscExtractor: Add support for more things to extract | JosJuice | |
| 2017-06-28 | FilesystemPanel: Overhaul the right-click menu | JosJuice | |
| 2017-06-28 | Move ExtractDir from FilesystemPanel to DiscExtractor | JosJuice | |
| 2017-06-28 | DiscExtractor: Don't hardcode names in ExportApploader and ExportDOL | JosJuice | |
| 2017-06-28 | DiscScrubber: Deduplicate code for writing to file | JosJuice | |
| 2017-06-28 | DiscIO: Move parts of Filesystem to the new file DiscExtractor | JosJuice | |
