summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeDirectory.cpp
AgeCommit message (Expand)Author
2017-08-01Turn VolumeDirectory into DirectoryBlobJosJuice
2017-06-15Move IOFile to a separate fileJosJuice
2017-06-09VolumeDirectory: That's not what "4 byte" meansJosJuice
2017-06-09VolumeDirectory: Use correct endianness when writing apploader -1JosJuice
2017-06-07fix various instances of -1 being assigned to unsigned typesShawn Hoffman
2017-06-06DiscIO: Remove C/I/S prefixes from class namesJosJuice
2017-06-05DiscIO: Use std::optional in Volume and BlobJosJuice
2017-06-04Don't show FST size in game propertiesJosJuice
2017-06-03Replace {{}} with {}JosJuice
2017-05-16VolumeWiiCrypted: Replace ChangePartition with a partition parameterJosJuice
2017-05-01Convert VolumeDirectory names back to SHIFT-JIS (issue #9988)spycrab
2017-04-15VolumeDirectory: Pass address shift to WriteEntryData as argumentDwayne Slater
2017-04-15VolumeDirectory: Correctly check name_offset alignment in assertDwayne Slater
2017-04-15VolumeDirectory: Align the name table size up properlyDwayne Slater
2017-04-15VolumeDirectory: Shift parent_entry_index by m_address_shiftDwayne Slater
2017-04-15VolumeDirectory: Compare case-insensitive file names as uppercase, not lowercaseDwayne Slater
2017-04-15VolumeDirectory: Fix off-by-one in entry count calculationDwayne Slater
2017-03-13FileMonitor redesignJosJuice
2017-01-25VolumeDirectory: Use case-insensitive comparison when sortingJosJuice
2017-01-02DiscIO: Add GetRegion function and Region enumJosJuice
2016-12-26VolumeDirectory: Modernize variable namesJosJuice
2016-12-26VolumeDirectory: Don't use references inappropriatelyJosJuice
2016-12-25Merge pull request #4558 from JosJuice/volumedirectory-fst-sortMat M
2016-12-25VolumeDirectory: Use a range-based for loop in ComputeNameSizeJosJuice
2016-12-25VolumeDirectory: Make m_totalNameSize a local variableJosJuice
2016-12-25VolumeDirectory: Sort the FSTJosJuice
2016-12-06Common: Add alignment headerLéo Lam
2016-10-29DiscIO/SConfig: Rename GetUniqueID to GetGameIDJosJuice
2016-07-13Move DiscIO enums to a new fileJosJuice
2016-06-25Undo some comment formatting changes from b5104a7JosJuice
2016-06-26GCVolume: supports reading all opening.bnr informationRukai
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-12-15Merge pull request #3309 from JosJuice/reload-banner-without-volumeMarkus Wick
2015-12-15Merge pull request #3265 from JosJuice/volumedirectory-simplificationsMarkus Wick
2015-12-08DiscIO: Get rid of a few explicit deletesLioncash
2015-12-03Don't read from volume when reloading Wii bannersJosJuice
2015-11-28DiscIO: Don't use PlainFileReader in VolumeDirectoryJosJuice
2015-11-17DiscIO: Small VolumeDirectory simplificationsJosJuice
2015-09-29Merge pull request #3097 from JosJuice/blob-typeflacs
2015-09-27DiscIO: Add a way to get blob typeJosJuice
2015-09-28Merge pull request #2271 from revel8n/fixesScott Mansell
2015-09-27Merge pull request #3092 from JosJuice/compressed-blobsflacs
2015-09-26- Fix for alignment of 0-length files when volume directory is created from d...revel8n
2015-09-26Common: Move asserts to their own headerLioncash
2015-09-26Display all compressed formats in blue in GUIJosJuice
2015-08-10Fix reading Wii FST size (for real this time)JosJuice
2015-06-28Use emplace() instead of insert() where applicable for maps.Lioncash
2015-06-08Volume: Add prefer_long parameter to GetNamesJosJuice
2015-06-04Volume: Return volume type as an enumJosJuice
2015-05-28Rewrite FileSearch and improve ScanDirectoryTree.comex