| Age | Commit message (Expand) | Author |
| 2011-05-28 | Since LLE can now output at 48kHz, adjust the audio dumper so that it will re... | smelenchuk |
| 2011-05-05 | Trying to fix mixer problem when AIsrc is @48kHz, should fix games like All S... | Marko Pusljar |
| 2011-03-22 | Fixed some memory leaks. Only one was mine ;P | Jordan Woyak |
| 2011-03-16 | Fix and issue with the escape button closing the hotkey dialog when trying to... | Glenn Rice |
| 2011-03-15 | A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attem... | Jordan Woyak |
| 2011-03-12 | AudioCommon: Improve pad silence when ppc does not keep up with realtime | pierre |
| 2011-03-11 | Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Read... | Jordan Woyak |
| 2011-03-05 | Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind... | Jordan Woyak |
| 2011-03-03 | Move SConscript files out from the Src subdirectories to be | Soren Jorvang |
| 2011-03-03 | Prepare for the release of Xcode 4, which has working LTO | Soren Jorvang |
| 2011-03-01 | More conversion from char * to std::string. | Glenn Rice |
| 2011-02-28 | Convert GetUserPath to return a std::string instead of a const char *. This ... | Glenn Rice |
| 2011-02-21 | revert r7212 (express users must modify a single line, instead) | Shawn Hoffman |
| 2011-02-20 | Force dolphin to use the windows7.1sdk (the windows7.1sdk installer is silly ... | Shawn Hoffman |
| 2011-02-14 | Some work on changing comments, log messages, and variable and function names... | Glenn Rice |
| 2011-02-13 | Audio logging: actually use the audio backend sample rate when dumping HLE au... | smelenchuk |
| 2011-02-13 | Fix for LLE audio dumping to report correct sample rate in output file. | smelenchuk |
| 2011-02-11 | Make sure the audio dump directory exists when dumping audio. Otherwise a se... | Glenn Rice |
| 2011-02-11 | Fix frame dumping for linux. | Glenn Rice |
| 2011-02-11 | * Dump AVI output on every VI (fixes issue #4064). | smelenchuk |
| 2011-02-11 | drop vs2008 projects in favor of vs2010 | Shawn Hoffman |
| 2011-02-08 | Another OSX cmake fix (make openal compile) | nakeee |
| 2011-02-08 | vs2010: | Shawn Hoffman |
| 2011-02-05 | The compiler need not obey the static keyword, so to avoid linker | Soren Jorvang |
| 2011-02-04 | vs2010: small fixups to vcxproj files. | Shawn Hoffman |
| 2011-02-04 | Change the audio sample rate setting to a numerical value. Fixes issue 4045.... | Glenn Rice |
| 2011-02-04 | In the SCons build, skip the generation of static libraries | Soren Jorvang |
| 2011-02-03 | should fix build for legacy windows build system... | Shawn Hoffman |
| 2011-02-03 | Remove OpenAL for windows. | Shawn Hoffman |
| 2011-02-03 | Fix the CMake build. | Soren Jorvang |
| 2011-02-02 | Remove the global namespace a bit and remove some dead code. | Soren Jorvang |
| 2011-02-01 | vs2010: Enable LTCG only for release builds. | Shawn Hoffman |
| 2011-01-31 | vs2010: | Shawn Hoffman |
| 2011-01-31 | vs2010: buildfix for debugfast, silence all C4996 warnings. | Shawn Hoffman |
| 2011-01-31 | Eliminate some trampoline functions. | Jordan Woyak |
| 2011-01-31 | svn eol-style:native on the filters... | Shawn Hoffman |
| 2011-01-31 | vs2010 add filters for everything (...except wxw projects...). Try to fix SVN... | Shawn Hoffman |
| 2011-01-30 | Build fix: a bogus include was added in r6988. | DimitriPilot3 |
| 2011-01-30 | Remove the PIC linker flag for DSP on linux. | Glenn Rice |
| 2011-01-30 | Move async checking for pressed keys into Host_GetKeyState() | Soren Jorvang |
| 2011-01-29 | Fix the Audio tab and merge the DSP config into one. | sl1nk3.s |
| 2011-01-28 | DSP plugin merge - the two DSP plugins are now gone and all the code has been... | hrydgard |
| 2011-01-27 | Forgot about some Linux files using Common::Thread | Jordan Woyak |
| 2011-01-27 | Replaced Common::Thread with a partial implementation of std::thread. (rvalue... | Jordan Woyak |
| 2011-01-27 | Added "DebugFast" configs to vs2010 projects. Removed solution folders.(vs ex... | Jordan Woyak |
| 2011-01-27 | Various minor fixes to allow building with clang on OS X. | Soren Jorvang |
| 2011-01-27 | Committing Visual Studio 2010 solution/project files. (not switching from 200... | Jordan Woyak |
| 2011-01-18 | Remove the __APPLE__ workaround for reading config files from a ctor. | Soren Jorvang |
| 2011-01-15 | Fix a few strings that weren't being translated properly. | Glenn Rice |
| 2011-01-13 | Removed my previous PanicAlert translation hack. Fixed with a better method ... | Glenn Rice |