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-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
2013-10-27
Wipe all traces of OpenSSL's AES implementation. Use polarssl instead.
Ryan Houdek
2013-10-26
Update to VS2013 and a slew of build-related updates. Notes:
Shawn Hoffman
2013-10-19
Clean up includes in DiscIO as much as possible.
Lioncash
2013-10-19
Remove unnecessary include of "../../Core/Src/ConfigManager.h" from BannerLoa...
Lioncash
2013-10-17
Basic precompiled header support for Linux/OS X. Shaves 20-30% off full rebu...
comex
2013-10-02
[Common] Abstract out the decode5A3Image and decodeCI8Image functions in Bann...
Lioncash
2013-09-28
Support a gcm revision-specific game ini for cheats + partially fix gecko cod...
comex
2013-09-26
No need to std::move a return value. Thanks Billiard.
comex
2013-09-25
2x banner images!
comex
2013-09-14
proper fix for issue 6206
LPFaint99
[next]