summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
2010-06-02Meta:Soren Jorvang
2010-06-01Only warn about unknown magic words if none of the known ones are found.Soren Jorvang
2010-05-30Limit buffer size required to extract files. This helps avoid out of memory e...donkopunchstania
2010-05-30Consider 'X' as region-free.Soren Jorvang
2010-05-30Mark 'A' as being region-free, but still explicitly default it to Soren Jorvang
2010-05-30'A' appears to be another country code for Europe.Soren Jorvang
2010-05-29Make this work with debug builds again.Soren Jorvang
2010-05-29Add some safety to file names. This fixes a buffer overrun when extracting ev...donkopunchstania
2010-05-28Improve iterator usage.Jordan Woyak
2010-05-28In r5448 the CSharedContent and cUIDsys constructors create the Wii/shared1Soren Jorvang
2010-05-28Linux compile fixnakeee
2010-05-28GameListCtrl: fixes progress bar for extracting multiple files (cant mix asci...LPFaint99
2010-05-26Remove unused variables.Soren Jorvang
2010-05-23misc stuffMarko Pusljar
2010-05-13Install shared content from wads to the proper locationLPFaint99
2010-05-04lpfaint's fix for compressing small disc images. Fixes issue 2569Shawn Hoffman
2010-03-17Several little fixes.Glenn Rice
2010-03-07Removed more compiler warnings in linux.Glenn Rice
2010-03-03~1KB mem leak fix in NANDContentLoader.cppSonicadvance1
2010-02-24Systematically eliminating compiler warnings.Glenn Rice
2010-02-17More memory leak fixing.donkopunchstania
2010-02-16Switches to GCC's internal swaps for swap32 and swap64 in OSX. Changes CDIO f...Sonicadvance1
2010-02-14Bunch of tiny memory leaks fixed and cleanup, フウ〜!Sonicadvance1
2010-02-08DiscScrubber: er, actually we don't need to store/check for a flag on the ori...Shawn Hoffman
2010-02-08another patch from baby.lueshi: DiscScrubber doesn't modify original file any...Shawn Hoffman
2010-02-08Use standard C file i/o in PlainFileReader instead of Windows' functions. Fix...Shawn Hoffman
2010-02-02Linux global build. At least the basic footwork is done here.Glenn Rice
2010-02-02Some small clean up + fixes to make valgrind happynakeee
2010-01-29Fixes Issue 2176 (SysConf on OSX), plus some initialization order warning fix...j4ck.fr0st
2010-01-17Fix for importing / exporting more than one save per launchLPFaint99
2010-01-14Adds experimental data.bin export of wii saves,LPFaint99
2010-01-11(nothing of value, just reindentation and removal of commented out includes. ...hrydgard
2010-01-11ISO compression: Report filename in corruption warnings. hrydgard
2010-01-11Better-quality downsizing of Wii banners (yeah yeah I know it's not important...hrydgard
2010-01-11Small unicode fix for extracting files (ISOProperties.cpp)LPFaint99
2010-01-09Fixed Issue 1979 - Crash when scanning WAD files with no title information...fgfemperor
2009-12-29allow for extracting apploader/dol from gc/wii images without having to extra...Shawn Hoffman
2009-12-28Some changes/fixes for the GUI : no need for 2 play button in the debugger, f...sl1nk3.s
2009-12-14VolumeDirectory: fix issues with Read() that broke non-apploader modeShawn Hoffman
2009-12-10VolumeDirectory: allow loading of arbitrary apploader and dol. Code cleaning ...Shawn Hoffman
2009-11-23wxMenu objects are now deleted by wxwidgets - should fix a few GUI-related cr...Shawn Hoffman
2009-11-19DiscIO.vcproj depends on zlib...Shawn Hoffman
2009-11-18fix a silly overflow error in DiscScrubber.cppShawn Hoffman
2009-11-15STAND BACK - NEWLINE POLICEbztdlinux
2009-10-25Fix a possible crash on close due to INANDContentLoader objects getting delet...Shawn Hoffman
2009-10-24fix some warnings, compile Plugin_VideoSoftware against the plain multithread...Shawn Hoffman
2009-10-11Allow dumping of dol files from gc discsShawn Hoffman
2009-10-08CompressedBlob - add a missing delete. saw this while briefly looking at the ...hrydgard
2009-09-13Various fixes for ISOProperties's filesystem viewer, bugfix for empty folders...sl1nk3.s
2009-09-13patch by Daco for extracting directory contents from a gcm (which also allows...LPFaint99