| Age | Commit message (Expand) | Author |
| 2009-01-11 | added an option to copy textures from the EFB to system memory. this is slowe... | donkopunchstania |
| 2009-01-06 | MusicMod: Attached it to Wii games | John Peterson |
| 2009-01-04 | Interface and general: Fixed the hangings and crashes that would occur from r... | John Peterson |
| 2009-01-03 | MusicMod: A couple of fixes, more to come (when I find what is the I/O interr... | XTra.KrazzY |
| 2009-01-03 | MusicMod: Added music modification, it currently only works in Windows | John Peterson |
| 2008-12-20 | - Janitorial tasks | facugaich |
| 2008-12-08 | set svn:eol-style=native for **.cpp | bushing |
| 2008-12-08 | set svn:eol-style=native for **.h | bushing |
| 2008-11-26 | warning fixes | nakeee |
| 2008-11-26 | replaced the ugly wx window with PanicYesNo | daco65 |
| 2008-11-26 | some cleanup | nakeee |
| 2008-11-26 | Let the user decide to convert the txt to the masterkey.bin | daco65 |
| 2008-11-26 | Added some ugly shitty code which will let ppl paste the masterkey in hex int... | gigaherz |
| 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 |