| Age | Commit message (Expand) | Author |
| 2008-11-12 | small fix | nakeee |
| 2008-11-12 | Migration to the new dir struct (in code only!, no deletion of old dirs...yet... | Shawn Hoffman |
| 2008-11-09 | Assorted warning fixes, small mixer improvement when both DTK and HLE audio a... | hrydgard |
| 2008-11-05 | another wii banner fix | fires.gc |
| 2008-11-01 | several FS/FileIO fixes/improvements | fires.gc |
| 2008-11-01 | updating the HLE FS and FileIO | fires.gc |
| 2008-10-17 | Massive style & comment cleanup of (mostly) GL plugin - also split some large... | hrydgard |
| 2008-10-15 | added compile time assertion for _SECURE_SCL=0. It is very important that all... | fires.gc |
| 2008-10-09 | updated the filesystemviewer. maybe someone can help and explain why the tree... | Shawn Hoffman |
| 2008-10-08 | Fix some project settings (set SECURE_SCL=0 more consistently). Should preven... | hrydgard |
| 2008-09-28 | Submit all kind of misc little changes and cleanup so I get a clean slate. Th... | hrydgard |
| 2008-09-24 | Protect dvdread with a critical section, should fix crashes when running ikar... | hrydgard |
| 2008-09-24 | More PadSimple config dialog work. Added short function to avoid code repetit... | XTra.KrazzY |
| 2008-09-24 | Ban compression of Wii images until it has been tested. All sorts of minor cl... | hrydgard |
| 2008-09-24 | update to vs2008 | fires.gc |
| 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 new source file "VolumeDirectory.cpp". And reformatted. | Maarten ter Huurne |
| 2008-09-23 | added VolumeDirectory and modified ELF boot code to allow a directory on the ... | donkopunchstania |
| 2008-09-22 | constification, code style, changed vector<FileInfo*> to vector<FileInfo> for... | hrydgard |
| 2008-09-22 | Added newline at end of file. | Maarten ter Huurne |
| 2008-09-21 | cleaned up SConscripts | nakeee |
| 2008-09-21 | We hate pointer games, don't we? | XTra.KrazzY |
| 2008-09-21 | FileSystem: Fixed SOME memory leaks, cleaned up code and fixed empty entry bug. | XTra.KrazzY |
| 2008-09-21 | Unified two very, very similar structures with the name "SFileInfo" | XTra.KrazzY |
| 2008-09-20 | Might Fix the Viewer in Windows | Sonicadvance1 |
| 2008-09-20 | Linux: I made Sconscript call wx-config inside of the main SConstruct, added ... | Sonicadvance1 |
| 2008-09-18 | Fixed error handling in GetUniqueID(): returning "false" is not an option if ... | Maarten ter Huurne |
| 2008-09-18 | improvements for compressing and decompressing | fires.gc |
| 2008-09-18 | Reinstated the changes from rev 568. Also fixed the actual bug: fread() was t... | Maarten ter Huurne |
| 2008-09-18 | Fix since mth's version killed everything, even the baby sea lions | Sonicadvance1 |
| 2008-09-18 | Started Work on File System Viewer. It isn't very pretty yet | Sonicadvance1 |
| 2008-09-18 | Fixed compilation of the Linux version. Also some small cleanups. | Maarten ter Huurne |
| 2008-09-18 | Added newline at end of file. | Maarten ter Huurne |
| 2008-09-17 | Large blob code cleanup. Compressed ISO ("gcz") support reactivated. Beginnin... | hrydgard |
| 2008-09-16 | added gui support for compressed ISOs... | fires.gc |
| 2008-08-31 | Added ReadBannerRGBA8 function to GCMemcard class. | gigaherz |
| 2008-08-31 | Fix/workaround at least one class of buffer underruns in the GL plugin. Fix s... | hrydgard |
| 2008-08-30 | New SaveState folder for states. Removed some outdated code. Removed an unnec... | hrydgard |
| 2008-08-26 | Fixed typo introduced in rev 323. | Maarten ter Huurne |
| 2008-08-26 | Refactored BlobReaders: instead of constructor + IsValid() method, a factory ... | Maarten ter Huurne |
| 2008-08-24 | Cross compatibility function union (strcasecmp, unlink) | XTra.KrazzY |