| Age | Commit message (Expand) | Author |
| 2008-09-24 | Protect dvdread with a critical section, should fix crashes when running ikar... | hrydgard |
| 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-24 | DC idle skipping part 2: video thread is woken up when "OnIdle". | memberTwo.mb2 |
| 2008-09-23 | Moved ScanDirectoryTree() to FileUtil: this is a generic directory scanning f... | Maarten ter Huurne |
| 2008-09-23 | Changed File from a class into a namespace, since all its methods were static. | Maarten ter Huurne |
| 2008-09-22 | Add a way to sprinkle heap integrity checks over Dolphin without breaking the... | hrydgard |
| 2008-09-22 | remove annoying message. | hrydgard |
| 2008-09-22 | constification, code style, changed vector<FileInfo*> to vector<FileInfo> for... | hrydgard |
| 2008-09-22 | Reduce the use of string objects slightly. Add Delete ISO feature. | hrydgard |
| 2008-09-21 | cleaned up SConscripts | nakeee |
| 2008-09-20 | fixed scons=parsing | nakeee |
| 2008-09-17 | Large blob code cleanup. Compressed ISO ("gcz") support reactivated. Beginnin... | hrydgard |
| 2008-09-17 | fix for small memory leaks | fires.gc |
| 2008-09-17 | 32-bit Linux fix: check result of mmap(): if it fails, it returns MAP_FAILED,... | Maarten ter Huurne |
| 2008-09-17 | Changed return type of Find4GBBase() to u8*, since it really is a pointer (al... | Maarten ter Huurne |
| 2008-09-17 | fixed small memory leaks of the windows version | fires.gc |
| 2008-09-16 | copy to clone | nakeee |
| 2008-09-14 | Fixes Sorting in Linux, already tested in Windows. and if logging isn't enabl... | Sonicadvance1 |
| 2008-09-14 | Revert a fix for now, might break Win32 build | hrydgard |
| 2008-09-14 | Fixed some valgrind warnings. | hrydgard |
| 2008-09-13 | Moved all relevant code into the Wiimote plugin. | masken |
| 2008-09-08 | Fixed a couple of unused variable warnings. | masken |
| 2008-09-07 | changed keyForControl to an unsigned int. it was in conflict with main.cpp | daco65 |
| 2008-09-07 | added () | nakeee |
| 2008-09-07 | fixed warnings | nakeee |
| 2008-09-07 | Removed header because "HTTP.cpp" was the only source that included it, and t... | Maarten ter Huurne |
| 2008-09-07 | Removed "HTTP.cpp" from list of files to build, because the source file was r... | Maarten ter Huurne |
| 2008-09-07 | fix 64-bit build too on Platform SDK 6.0, fix project file. | hrydgard |
| 2008-09-07 | Add some missing GPL headers, fix building with Platform SDK 6.0, delete unus... | hrydgard |
| 2008-09-06 | refixed. my mistake sorry | daco65 |
| 2008-09-06 | fixed some issues with ExtendedTrace.cpp for 64bit builds. not sure about the... | daco65 |
| 2008-09-06 | Fixed Common logging. | masken |
| 2008-09-06 | Added ExtendedTrace crash logging. Wiimote HLE can now create an L2CAP connec... | masken |
| 2008-09-05 | forgot return value on windows | nakeee |
| 2008-09-05 | added getuserdirectory | nakeee |
| 2008-09-05 | added createdir and isdirectory for nix | nakeee |
| 2008-09-05 | Fixed ProtectFunction(): it should copy parameters using the padded size. Act... | Maarten ter Huurne |
| 2008-09-05 | Align stack to 16-byte boundary when compiling in 32-bit mode with GCC. This ... | Maarten ter Huurne |
| 2008-09-02 | removed PortableSockets.cpp from the vs05 project file | Shawn Hoffman |
| 2008-09-01 | Removed parts of PortableSockets that we do not use. If you need more functio... | Maarten ter Huurne |
| 2008-09-01 | Added puts() HLE, WIIMOTE logging section and experimental virtual connection... | masken |
| 2008-09-01 | many warning fixes | nakeee |
| 2008-08-31 | Fix build | hrydgard |
| 2008-08-31 | Split off type definitions from "Common.h" into new header "CommonTypes.h". T... | Maarten ter Huurne |
| 2008-08-31 | Removed WEAK_SYMBOL: it is not used anywhere. | Maarten ter Huurne |
| 2008-08-30 | State saving progress. Most core state seems to be saved/loaded correctly, no... | hrydgard |
| 2008-08-30 | Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to... | hrydgard |
| 2008-08-28 | Added save/load state support in the UI | XTra.KrazzY |
| 2008-08-28 | Final typo and error fixes and include reordering | XTra.KrazzY |