summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-23Fix a crash that got recently introduced.Ryan Houdek
2014-03-16Simplify file tree building for the filesystem view.Lioncash
2014-03-15Clean up FileHandlerARC.cpp/.hLioncash
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-10Merge pull request #149 from lioncash/filemonitor-song-typesMatthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-09clang-modernize -add-overrideTillmann Karras
2014-03-09clang-modernize -loop-convertTillmann Karras
2014-03-09Add more sound file extensions to FileMonitor's IsSoundFile.Lioncash
2014-03-04Add two other formats to the list of extensions in IsSoundFilelioncash
2014-03-04Simplify ShowSound() in FileMonitor.cpp.lioncash
2014-02-28Various changes suggested by cppcheckTillmann Karras
2014-02-28Fix various warnings reported by clangTillmann 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
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-16Fix some vertical alignmentsLioncash
2014-02-13Kill auto usage in CISOBlob.cpp per request.Jordan Woyak
2014-02-13Fixed issue 7020. CISO >4GB failure. Caused by integer overflow.Jordan Woyak
2014-02-13Turn loops into range-based formTillmann Karras
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-02-10Some tidy up of sprintf to StringFromFormatMatthew Parlane
2014-02-09Cleanup enum indentations.Lioncash
2014-02-09Revert "Merge pull request #49 from Parlane/sprintf_tidy"Pierre Bourdon
2014-02-08Some tidy up of sprintf to StringFromFormatMatthew Parlane
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre
2013-12-31Convert all vcxproj files to UNIX line endingsJasper St. Pierre
2013-12-07fixed issue 6852.Chanwoong Kim
2013-12-06Add Read16/Read8 to the CBlobBigEndianReader so the key check is reading 8bit...Ryan Houdek
2013-11-13Fix format string warningsTillmann Karras
2013-11-11Add a comment to the magic value reading location.Ryan Houdek
2013-11-12Fixed a bug that incorrectly recognized as 'GameCube'. when you open the Kore...Chanwoong Kim
2013-11-05Fix {Read,Write}FileToString.Matthew Parlane
2013-11-03Run code through clang-modernize -add-override to add 'override' decls.comex
2013-11-03Run code through the advanced tool 'sed' to remove trailing whitespace.comex
2013-11-03Run code through clang-modernize -loop-convert to create range-based for loop...comex
2013-10-31Merge remote-tracking branch 'shuffle2/vc12'comex
2013-10-27Wipe all traces of OpenSSL's AES implementation. Use polarssl instead.Ryan Houdek
2013-10-26Update to VS2013 and a slew of build-related updates. Notes:Shawn Hoffman
2013-10-19Clean up includes in DiscIO as much as possible.Lioncash
2013-10-19Remove unnecessary include of "../../Core/Src/ConfigManager.h" from BannerLoa...Lioncash
2013-10-17Basic 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-28Support a gcm revision-specific game ini for cheats + partially fix gecko cod...comex
2013-09-26No need to std::move a return value. Thanks Billiard.comex
2013-09-252x banner images!comex
2013-09-14proper fix for issue 6206LPFaint99