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