summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeDirectory.cpp
AgeCommit message (Expand)Author
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
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-11Volume: Rename GetName to GetInternalNameJosJuice
2015-04-28Get rid of banner loaders and move their functionality to volumesJosJuice
2015-04-23Return GetNames languages, to avoid hardcoded language lists in callersJosJuice
2015-04-05Get rid of VolumeHandlerJosJuice
2015-02-28General FormattingStevoisiak
2015-02-26De-capitalized CountryCodeStevoisiak
2015-01-21Merge pull request #1895 from JosJuice/isvolumewiidiscRyan Houdek
2015-01-20Merge pull request #1777 from JosJuice/filemonitor-volumedirectoryskidau
2015-01-17Don't read from disk when checking volume typeJosJuice
2015-01-09Fix 4.0-4901 VolumeDirectory stack overflowJosJuice
2014-12-28DiscIO: Replace "raw" functions with "decrypt" parametersJosJuice
2014-12-27Add FileMonitor support for VolumeDirectoryJosJuice
2014-12-27Never decrypt data when using DI command 0xA8JosJuice
2014-12-04DiscIO: Remove some explicit deletesLioncash
2014-10-28VolumeDirectory: Pass std::string by reference for SetUniqueID/SetNameLioncash