| Age | Commit message (Expand) | Author |
| 2010-06-02 | Fix some cases of variables being used uninitialized. Also some unused | Soren Jorvang |
| 2010-05-30 | De-inline StripTailDirSlashes() to work around a weird code generation bug. | Soren Jorvang |
| 2010-05-30 | The rendering codepath doesn't currently quite recover from an OpenCL | Soren Jorvang |
| 2010-05-29 | Revert 5533, removing the misleading TODO and commenting it properly. | hrydgard |
| 2010-05-29 | Get disk cache revision from SVN_REV. | XTra.KrazzY |
| 2010-05-29 | Changed both video plugins to save PNG screenshots. Made GCPad New default in... | Jordan Woyak |
| 2010-05-28 | Improve iterator usage. | Jordan Woyak |
| 2010-05-27 | lets apply some mathematical magic: | Rodolfo Osvaldo Bogado |
| 2010-05-27 | ultra experimental commit. fixed tev functionality, now it must be almost per... | Rodolfo Osvaldo Bogado |
| 2010-05-26 | Don't assume writeable C strings. | Soren Jorvang |
| 2010-05-26 | Simplify logging a bit. | Soren Jorvang |
| 2010-05-26 | Hack this dodgy compile-time assert so it works with gcc. | Soren Jorvang |
| 2010-05-23 | Replace the calls to sscanf(for number parsing) and number parsers with strto... | pierre |
| 2010-05-23 | Fix Linux build broken by use of stricmp and vsnwprintf. | pierre |
| 2010-05-23 | misc stuff | Marko Pusljar |
| 2010-05-23 | add some dx checking routines to the dx plugin + some minor stuff | luisr142004 |
| 2010-05-22 | Use symbolic names instead of numbers and bump cache version | pierre |
| 2010-05-17 | a little optimization in shaders constants setting , based on the same idea o... | Rodolfo Osvaldo Bogado |
| 2010-05-12 | OSX fix Dolphin not actually using the Application Support path. | Shawn Hoffman |
| 2010-05-06 | apply soren.jorvang's case-sensitivity patch (closes issue 2656) :P | luisr142004 |
| 2010-05-02 | OS X buildfix | Shawn Hoffman |
| 2010-05-01 | Netplay build fix for linux, and a little clean up. | Glenn Rice |
| 2010-05-01 | NetPlay: completely redone - should be somewhat usable when using Single Core... | Jordan Woyak |
| 2010-04-29 | Massive Poo storm, had to take shelter. Hacks, fixes, etc etc | Sonicadvance1 |
| 2010-04-29 | [OSX] Use spinlocks instead of mutexes since mutexes are really semaphores, g... | Sonicadvance1 |
| 2010-04-20 | OS X: enable path in Jit64::stX. fix wxw assert on opening ConfigMain. __forc... | Shawn Hoffman |
| 2010-04-17 | possible savestate memory leak fix in DoBuffer | nitsuja- |
| 2010-04-14 | fixed xfb bumping introduced by my last commit. | Rodolfo Osvaldo Bogado |
| 2010-04-13 | Fixed the crash in DSP LLE JIT on x64 by aligning the stack. | skidau |
| 2010-04-11 | Fixed a small bug in J_CC when emitting jumps that exceed 0x80 in range (only... | j4ck.fr0st |
| 2010-04-10 | JIT single stepping | skidau |
| 2010-04-09 | DSPJit: disabled NR again until we fix DSPEmitter::increase_addr_reg. | j4ck.fr0st |
| 2010-04-08 | Random fixes and cleanups | NeoBrainX |
| 2010-04-06 | Fix wrong sprintf usage: the parameters use the restrict keyword so they may ... | NeoBrainX |
| 2010-04-04 | trunk: Don't enable selection of mic device if dolphin is not compiled with p... | Shawn Hoffman |
| 2010-03-29 | DSPLLE: Opcode LUT Cleanup | XTra.KrazzY |
| 2010-03-27 | Allows more than one instance of Dolphin to be running. Credit goes to Billi... | skidau |
| 2010-03-24 | Cleared out the top 16 bits in PARAM1 of the ABI_CallFunctionC16 JIT command. | skidau |
| 2010-03-24 | XK patch for adding jit config to audiocommon/c16 function to x64emitter | nakeee |
| 2010-03-18 | Did some clean up of the GUI main. Also, parse command line options first, t... | Glenn Rice |
| 2010-03-05 | Gah, screw it | Sonicadvance1 |
| 2010-03-05 | Forgot to check the low argument | Sonicadvance1 |
| 2010-03-05 | Woops | Sonicadvance1 |
| 2010-03-05 | Add a universal option to the osx flag, does not work yet since scons strips ... | Sonicadvance1 |
| 2010-02-24 | Fixed the issue that cpu_info is not initialized in plugin. This commit enabl... | nodchip |
| 2010-02-24 | Systematically eliminating compiler warnings. | Glenn Rice |
| 2010-02-21 | SFML on linux/osx now compiles from external (static) | nakeee |
| 2010-02-19 | Revert the SysConf change, since it was intended by shuffle. | j4ck.fr0st |
| 2010-02-19 | NoGUI: general cleanup, add initialization stuff added in r5064, fixed the co... | j4ck.fr0st |
| 2010-02-18 | Move MemCheck functionality into the virtual DebugInterface class from the mo... | Shawn Hoffman |