index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DiscIO
/
WiiWad.cpp
Age
Commit message (
Expand
)
Author
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2017-08-10
WiiWad: Allow using WiiWad with more than just files
Léo Lam
2017-06-29
FileUtil: Add a class for Exists/IsDirectory/GetSize
JosJuice
2017-06-06
DiscIO: Remove C/I/S prefixes from class names
JosJuice
2017-06-05
DiscIO: Use std::optional in Volume and Blob
JosJuice
2017-06-05
Fix minor formatting issues
Léo Lam
2017-05-19
Remove CBlobBigEndianReader
JosJuice
2017-05-14
DiscIO: Add GetContent() for reading content from WADs
Léo Lam
2017-02-26
Use ESFormats for TMDs
Léo Lam
2017-02-26
Move the ticket code to ESFormats
Léo Lam
2016-12-06
Common: Add alignment header
Léo Lam
2016-09-25
WiiWad: Move static implementation details to cpp file
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-12-19
NANDContentLoader/WiiWAD: Get rid of raw delete and new
Lioncash
2015-12-14
DiscIO: Improve CBlobBigEndianReader error handling
JosJuice
2015-12-14
DiscIO: Unify CBlobBigEndianReader
JosJuice
2015-11-10
DiscIO: drop unused stuff
Tillmann Karras
2015-09-26
Common: Move asserts to their own header
Lioncash
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-22
WiiWad: Use correct form of delete for arrays
Lioncash
2014-11-13
Various formatting and consistency fixes
Stevoisiak
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-09-06
Merge pull request #851 from lioncash/logg
shuffle2
2014-09-06
Common: Kill off duplicate log warning definitions
Lioncash
2014-08-31
DiscIO: Move some raw pointers over to unique_ptr
Lioncash
2014-06-25
Centralize the logging code into its own folder in Common.
Lioncash
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-22
Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-20
Fix more header sorting issues in DiscIO/ (now check-includes clean).
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre