summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/WiiWad.cpp
AgeCommit message (Expand)Author
2018-03-14Assert: Uppercase assertion macrosLioncash
2017-08-10WiiWad: Allow using WiiWad with more than just filesLéo Lam
2017-06-29FileUtil: Add a class for Exists/IsDirectory/GetSizeJosJuice
2017-06-06DiscIO: Remove C/I/S prefixes from class namesJosJuice
2017-06-05DiscIO: Use std::optional in Volume and BlobJosJuice
2017-06-05Fix minor formatting issuesLéo Lam
2017-05-19Remove CBlobBigEndianReaderJosJuice
2017-05-14DiscIO: Add GetContent() for reading content from WADsLéo Lam
2017-02-26Use ESFormats for TMDsLéo Lam
2017-02-26Move the ticket code to ESFormatsLéo Lam
2016-12-06Common: Add alignment headerLéo Lam
2016-09-25WiiWad: Move static implementation details to cpp fileLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-12-19NANDContentLoader/WiiWAD: Get rid of raw delete and newLioncash
2015-12-14DiscIO: Improve CBlobBigEndianReader error handlingJosJuice
2015-12-14DiscIO: Unify CBlobBigEndianReaderJosJuice
2015-11-10DiscIO: drop unused stuffTillmann Karras
2015-09-26Common: Move asserts to their own headerLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-22WiiWad: Use correct form of delete for arraysLioncash
2014-11-13Various formatting and consistency fixesStevoisiak
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-06Merge pull request #851 from lioncash/loggshuffle2
2014-09-06Common: Kill off duplicate log warning definitionsLioncash
2014-08-31DiscIO: Move some raw pointers over to unique_ptrLioncash
2014-06-25Centralize the logging code into its own folder in Common.Lioncash
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-22Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-20Fix more header sorting issues in DiscIO/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre