| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-15 | DiscIO: Use specified Wii region for discs | booto | |
| 2015-12-19 | Volume: Make GetTMD return a vector | Lioncash | |
| 2015-12-15 | Merge pull request #3309 from JosJuice/reload-banner-without-volume | Markus Wick | |
| Don't read from volume when reloading Wii banners | |||
| 2015-12-08 | DiscIO: Get rid of a few explicit deletes | Lioncash | |
| 2015-12-03 | Don't read from volume when reloading Wii banners | JosJuice | |
| Should make loading cached Wii games that lack banners slightly faster. | |||
| 2015-10-03 | Merge pull request #3091 from Tilka/mbedtls | shuffle2 | |
| Update mbed TLS (PolarSSL) | |||
| 2015-09-27 | DiscIO: Add a way to get blob type | JosJuice | |
| 2015-09-26 | Display all compressed formats in blue in GUI | JosJuice | |
| In the past, only GCZ was shown as compressed, not CISO and WBFS. | |||
| 2015-09-25 | mbedTLS: run rename.pl script and fix errors | Tillmann Karras | |
| 2015-09-22 | DiscIO: Do swapping in GetTitleID implementations | Lioncash | |
| Gets rid of external swaps at every usage. | |||
| 2015-09-12 | Merge pull request #2829 from JosJuice/fix-wii-fst-size-2 | Lioncash | |
| Fix reading Wii FST size (for real this time) | |||
| 2015-08-31 | VolumeCreator: Fix a typo in VolumeKeyForPartition's name | Lioncash | |
| 2015-08-31 | VolumeCreator: Use a unique_ptr in CreateVolumeFromFilename | Lioncash | |
| 2015-08-10 | Fix reading Wii FST size (for real this time) | JosJuice | |
| 04fcb72 fixed an issue with reading the Wii FST size, but I found a second issue when working on PR #2820 - the size must be shifted left by 2. DiscScrubber and Boot already do this correctly using separate code. | |||
| 2015-06-18 | Volume: Use DecodeString more | JosJuice | |
| DecodeString handles the case where there is no trailing null byte, so using it lets the code be a bit simpler. | |||
| 2015-06-08 | Volume: Add prefer_long parameter to GetNames | JosJuice | |
| GC games with long names store two variations of the name in opening.bnr. This makes the shorter of those names available. For volumes other than GC discs, prefer_long is ignored. | |||
| 2015-06-04 | Volume: Return volume type as an enum | JosJuice | |
| ISOFile and GameFile were using IsWiiDisc() and IsWadFile() to set an enum value. The volume might as well return an enum directly. I increased the Qt CACHE_REVISION because m_platform now is saved as u32 instead of int, but increasing the wx CACHE_REVISION is not necessary. | |||
| 2015-05-29 | Volume: Use more appropriate types for some returned values | JosJuice | |
| Disc number is changed from bool to u8, and revision is changed from int to u16 (WADs can use all 16 bits, but discs can only use 8 bits). | |||
| 2015-05-25 | Merge pull request #2339 from JosJuice/fix-wii-fst-size | Ryan Houdek | |
| Fix reading Wii FST size | |||
| 2015-05-25 | Set copyright year to when a file was created | Tillmann Karras | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-05-11 | Volume: Rename GetName to GetInternalName | JosJuice | |
| This is intended to better separate it from GetNames and to clarify that this name originally wasn't meant to be shown to users. The ISOProperties GUI is also updated, mainly because labeling the long banner name "short name" was confusing. | |||
| 2015-05-03 | Read opening.bnr to get names from Wii discs | JosJuice | |
| This makes Dolphin display the same names as the Disc Channel. | |||
| 2015-04-28 | Get rid of banner loaders and move their functionality to volumes | JosJuice | |
| Having some data available in banner loaders and some other data data available in volumes gets messy, especially with GetNames(), which is available in both but returns different results depending on which one is used. This change drops support for reading names and descriptions from Wii save data. | |||
| 2015-04-28 | Fix reading Wii FST size | JosJuice | |
| 2015-04-23 | Return GetNames languages, to avoid hardcoded language lists in callers | JosJuice | |
| This makes the code cleaner and also leads to some user-visible changes: The wx game properties will no longer let the user select WAD languages that don't have any names. The Qt game list will now display names using the languages set in the configuration instead of always using English for PAL GC games and Japanese for WADs. If a WAD doesn't have a name in the user's preferred language, English is now selected as a fallback before Japanese. | |||
| 2015-02-28 | DiscIO: Get rid of unsafe cast | Stevoisiak | |
| 2015-02-28 | General Formatting | Stevoisiak | |
| 2015-02-26 | VolumeWiiCrypted: Implement IsDiscTwo() | Stevoisiak | |
| Allows us to check if a Wii game is marked as Disc 2. | |||
| 2015-02-26 | De-capitalized CountryCode | Stevoisiak | |
| 2015-02-08 | VolumeWiiCrypted: Replace some hardcoded values with constants | JosJuice | |
| 2015-01-26 | VolumeWiiCrypted: Decryption optimization | JosJuice | |
| The block doesn't have to be read if it already is in m_pBuffer. | |||
| 2015-01-17 | Don't read from disk when checking volume type | JosJuice | |
| Should be faster than relying on the OS to cache the magic words. Also gets rid of the odd recursive call in VolumeDirectory. | |||
| 2014-12-28 | DiscIO: Replace "raw" functions with "decrypt" parameters | JosJuice | |
| This is intended to make decryption look less implicit in the code. | |||
| 2014-12-25 | Re-add FileMonitor support for Wii discs | JosJuice | |
| This in done in the same way as GC discs, unlike the previous implementation. | |||
| 2014-12-03 | DiscIO: Safety check when allocating memory for TMD | JosJuice | |
| 2014-11-30 | DiskIO: Clean up GetTMD() API. | magumagu | |
| 2014-11-30 | Make DVDLowOpenPartition actually change partitions. | magumagu | |
| 2014-11-24 | More formatting and consistency fixes | Stevoisiak | |
| 2014-11-15 | Fix reading wii revisions. | Rachel Bryk | |
| 2014-11-14 | Implement GetRevision() for wii disks. | Rachel Bryk | |
| 2014-11-13 | Various formatting and consistency fixes | Stevoisiak | |
| 2014-09-19 | Fix build failing when disabling precompiled headers. | Rohit Nirmal | |
| 2014-09-08 | Include CommonTypes.h instead of Common.h. | Rohit Nirmal | |
| 2014-09-01 | DiscIO: Prefix class member variables with "m_" | Lioncash | |
| 2014-08-31 | DiscIO: Move some raw pointers over to unique_ptr | Lioncash | |
| 2014-03-09 | clang-modernize -use-nullptr | Tillmann Karras | |
| and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine | |||
| 2014-02-22 | Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project ↵ | Pierre Bourdon | |
| detected by this change). | |||
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-16 | Fix some vertical alignments | Lioncash | |
| ie. uses spaces for alignment. | |||
