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
Age
Commit message (
Expand
)
Author
2014-07-04
Reorder class initializer lists
Tillmann Karras
2014-06-29
Merge pull request #539 from jordan-woyak/fix-extract-directory
Lioncash
2014-06-29
DiscIO: Centralize the banner pointer and validity boolean into IBannerLoader
Lioncash
2014-06-29
DiscIO: Fix extra tabs in the banner loader headers
Lioncash
2014-06-29
Fix ISO Directory extraction.
Jordan Woyak
2014-06-25
Centralize the logging code into its own folder in Common.
Lioncash
2014-06-24
Remove the 32-bit config platform from the VS solution and projects
Lioncash
2014-06-18
Kill off replaceable usages of s[n]printf.
Lioncash
2014-06-08
Fix the capitalization of "GameCube" throughout the project.
Paul Olszewski
2014-05-29
Remove the min/max functions in CommonFuncs.
Lioncash
2014-03-29
Remove all trailing whitespaces from our codebase.
Pierre Bourdon
2014-03-23
Fix a crash that got recently introduced.
Ryan Houdek
2014-03-16
Simplify file tree building for the filesystem view.
Lioncash
2014-03-15
Clean up FileHandlerARC.cpp/.h
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-10
Merge pull request #149 from lioncash/filemonitor-song-types
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-09
clang-modernize -add-override
Tillmann Karras
2014-03-09
clang-modernize -loop-convert
Tillmann Karras
2014-03-09
Add more sound file extensions to FileMonitor's IsSoundFile.
Lioncash
2014-03-04
Add two other formats to the list of extensions in IsSoundFile
lioncash
2014-03-04
Simplify ShowSound() in FileMonitor.cpp.
lioncash
2014-02-28
Various changes suggested by cppcheck
Tillmann Karras
2014-02-28
Fix various warnings reported by clang
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
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2014-02-16
Fix some vertical alignments
Lioncash
2014-02-13
Kill auto usage in CISOBlob.cpp per request.
Jordan Woyak
2014-02-13
Fixed issue 7020. CISO >4GB failure. Caused by integer overflow.
Jordan Woyak
2014-02-13
Turn loops into range-based form
Tillmann Karras
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2014-02-10
Some tidy up of sprintf to StringFromFormat
Matthew Parlane
2014-02-09
Cleanup enum indentations.
Lioncash
2014-02-09
Revert "Merge pull request #49 from Parlane/sprintf_tidy"
Pierre Bourdon
2014-02-08
Some tidy up of sprintf to StringFromFormat
Matthew Parlane
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre
2013-12-31
Convert all vcxproj files to UNIX line endings
Jasper St. Pierre
2013-12-07
fixed issue 6852.
Chanwoong Kim
2013-12-06
Add Read16/Read8 to the CBlobBigEndianReader so the key check is reading 8bit...
Ryan Houdek
2013-11-13
Fix format string warnings
Tillmann Karras
2013-11-11
Add a comment to the magic value reading location.
Ryan Houdek
2013-11-12
Fixed a bug that incorrectly recognized as 'GameCube'. when you open the Kore...
Chanwoong Kim
2013-11-05
Fix {Read,Write}FileToString.
Matthew Parlane
2013-11-03
Run code through clang-modernize -add-override to add 'override' decls.
comex
2013-11-03
Run code through the advanced tool 'sed' to remove trailing whitespace.
comex
2013-11-03
Run code through clang-modernize -loop-convert to create range-based for loop...
comex
2013-10-31
Merge remote-tracking branch 'shuffle2/vc12'
comex
[next]