| Age | Commit message (Expand) | Author |
| 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 |
| 2008-08-24 | Change some project settings. Reorganize the symbol database code, step 1/2. | hrydgard |
| 2008-08-23 | ... | Sonicadvance1 |
| 2008-08-23 | Turned on Warnings as Errors for all vcprojs. Fixed almost all of the warning... | masken |
| 2008-08-14 | Fixed compile warning: comparision of signed to unsigned. | Maarten ter Huurne |
| 2008-08-14 | Commented out unused variables: their value is not needed, but the code is us... | Maarten ter Huurne |
| 2008-08-14 | Removed unused local variable. | Maarten ter Huurne |
| 2008-08-14 | Fixed compile warnings: name shadowing and comparing signed to unsigned (2x). | Maarten ter Huurne |
| 2008-07-30 | Potential fix for full screen GL in Windows, and fixes for both Linux and Mac | Sonicadvance1 |
| 2008-07-21 | removed VS2008 project files | fires.gc |
| 2008-07-20 | More GFX plugin cleanup, still no visible changes. | hrydgard |
| 2008-07-20 | Linux: Fix ups for people running Linux. If it breaks anything, punch me in t... | Sonicadvance1 |