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
/
Src
/
VolumeDirectory.cpp
Age
Commit message (
Expand
)
Author
2010-02-08
Use standard C file i/o in PlainFileReader instead of Windows' functions. Fix...
Shawn Hoffman
2010-01-29
Fixes Issue 2176 (SysConf on OSX), plus some initialization order warning fix...
j4ck.fr0st
2009-12-14
VolumeDirectory: fix issues with Read() that broke non-apploader mode
Shawn Hoffman
2009-12-10
VolumeDirectory: allow loading of arbitrary apploader and dol. Code cleaning ...
Shawn Hoffman
2009-07-28
Now ALL copyright dates are fixed to the legally correct year: The year in wh...
XTra.KrazzY
2009-07-03
Add Taiwan to the Country Codes, move all country code switches to one functi...
LPFaint99
2009-05-21
Wii images can now be scrubbed and compressed (my z:tp wii is now 1.08GB :D )
Shawn Hoffman
2009-03-07
Adds Italy country code
LPFaint99
2009-02-28
Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few cr...
hrydgard
2009-02-22
Fix of issue 408, the game still can't boot.
hyperiris
2009-01-24
Some warning and code cleanup.
omegadox
2009-01-11
added an option to copy textures from the EFB to system memory. this is slowe...
donkopunchstania
2008-12-08
set svn:eol-style=native for **.cpp
bushing
2008-10-09
updated the filesystemviewer. maybe someone can help and explain why the tree...
Shawn Hoffman
2008-09-24
Ban compression of Wii images until it has been tested. All sorts of minor cl...
hrydgard
2008-09-23
Do not use 32-bit masks on 64-bit offsets.
Maarten ter Huurne
2008-09-23
Moved ScanDirectoryTree() to FileUtil: this is a generic directory scanning f...
Maarten ter Huurne
2008-09-23
Fixed another error in pre-previous commit: ScanDirectoryTree should call its...
Maarten ter Huurne
2008-09-23
Fixed error in previous commit: FSTEntry is no longer an inner class..
Maarten ter Huurne
2008-09-23
Split functionality from AddDirectoryEntries into ScanDirectoryTree (generic ...
Maarten ter Huurne
2008-09-23
Use existing File::IsDirectory() function. Thanks to nakee for pointing this ...
Maarten ter Huurne
2008-09-23
Gave file scope to functions and consts that are not declared in the header.
Maarten ter Huurne
2008-09-23
Implemented POSIX version of IsValidDirectory().
Maarten ter Huurne
2008-09-23
Various small cleanups. Slightly less broken on Linux.
Maarten ter Huurne
2008-09-23
Fixed function signature on Linux. The implementation is still missing, so it...
Maarten ter Huurne
2008-09-23
added VolumeDirectory and modified ELF boot code to allow a directory on the ...
donkopunchstania