| Age | Commit message (Expand) | Author |
| 2009-06-04 | MessageBox: Changed Host_SysMessage to a PanicAlert to be able to ignore 'GFX... | John Peterson |
| 2009-06-04 | Interface: Updated UsePanicHandlers tooltip | John Peterson |
| 2009-06-04 | DTK Music: Test of code to fix the 1080 and Waver Race music | John Peterson |
| 2009-06-04 | correct handling of pad modes | Shawn Hoffman |
| 2009-06-04 | GC Controller: Added analog mode 0 for Luigi's Mansion | John Peterson |
| 2009-06-04 | Compile fix :p | Marcus Wanners |
| 2009-06-04 | Got rid of warning (see http://code.google.com/p/dolphin-emu/issues/detail?id... | Marcus Wanners |
| 2009-06-04 | Fixed profiled ReJIT. It's very experimental though. Makes a great performan... | LinesPrower |
| 2009-06-04 | Get rid of "Booting..." wxBusyInfo | Shawn Hoffman |
| 2009-06-04 | Fix resizing problems when rendering to main (here's your fix JP :p) + anothe... | sl1nk3.s |
| 2009-06-04 | Fake IOSv9 r2.4 if no version is found (elf loading) | Shawn Hoffman |
| 2009-06-03 | OpenGL: save projection hack setting | Shawn Hoffman |
| 2009-06-03 | Tiny crash fix for the wiimote plugin as well as a safer check for the volume... | sl1nk3.s |
| 2009-06-03 | fix a NetPlay crash in OnJoin | Shawn Hoffman |
| 2009-06-03 | Implemented jit'ing of floating point compare operations in the IL | LinesPrower |
| 2009-06-03 | Some fixes to JIT IL's quantized stores | LinesPrower |
| 2009-06-01 | fix a dumb mistake with VideoInterface::Read8 | Shawn Hoffman |
| 2009-06-01 | VI PreInit: use descriptive names/numbers instead of just writing values to r... | Shawn Hoffman |
| 2009-06-01 | add Read8 to VI (Action Replay uses it). tune up some vi regs. | Shawn Hoffman |
| 2009-06-01 | bunch of comments/unions in VI. No more UnknownVIRegs[0x1000]! :p some other ... | Shawn Hoffman |
| 2009-05-31 | Implemented correct idle skipping in JIT IL | LinesPrower |
| 2009-05-31 | Small clean up to InfoWindow and fix for Summarize_Drives() | death2droid |
| 2009-05-30 | Some clean ups to make it easier to work with the InfoWindow | death2droid |
| 2009-05-30 | Some changes to InfoWindow. | death2droid |
| 2009-05-29 | Removal of a unneeded header | Sonicadvance1 |
| 2009-05-29 | bba: automatically get TAP guid on windows | Shawn Hoffman |
| 2009-05-29 | Quick commit while I move over to windows | Sonicadvance1 |
| 2009-05-29 | git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3293 8ced0084-cf51-0... | Shawn Hoffman |
| 2009-05-29 | add placeholder to fix windows build and rename Tap->TAP | Shawn Hoffman |
| 2009-05-29 | Linux/OSX compile fix, tiny bit of work of BBA | Sonicadvance1 |
| 2009-05-27 | Some updates to netplay, now using UDP to transmit pad data, it shouldn't be ... | sl1nk3.s |
| 2009-05-27 | A small clean up. | death2droid |
| 2009-05-27 | Adds a new column to the game control list that shows what platform the game is. | death2droid |
| 2009-05-26 | OS X compile fix, My BBA broke it | Sonicadvance1 |
| 2009-05-25 | Commit for Windows in BBA. A bunch of asserts fail, but I don't have time to ... | Sonicadvance1 |
| 2009-05-25 | Windows side compile fix | Sonicadvance1 |
| 2009-05-25 | More work on BBA. Socket Test gets stuck in a loop, but now it's also receivi... | Sonicadvance1 |
| 2009-05-24 | Many Fixes. Commercial games refuse to write to the NWAYC register, so it nev... | Sonicadvance1 |
| 2009-05-24 | Quick commit so I can run to the Windows side. It's a slight bugfix and some ... | Sonicadvance1 |
| 2009-05-24 | Fix Windows compiling and some other slight things | Sonicadvance1 |
| 2009-05-24 | Found out why I was getting unexpected IMM writes. I'm retarded, thank you ve... | Sonicadvance1 |
| 2009-05-22 | addendum to r3265: update mask used in rfi in jitIL as well | Shawn Hoffman |
| 2009-05-22 | DiscScrubber: fail gracefully on corrupt images | Shawn Hoffman |
| 2009-05-22 | DiscScrubber: fix VC partitions (ssbb) | Shawn Hoffman |
| 2009-05-21 | small tweaks to discscrubber...32bit seems to make a fine scrub job, but fail... | Shawn Hoffman |
| 2009-05-21 | DiscScrubber: 32bit crashfix | Shawn Hoffman |
| 2009-05-21 | forgot SConscript | Shawn Hoffman |
| 2009-05-21 | Wii images can now be scrubbed and compressed (my z:tp wii is now 1.08GB :D ) | Shawn Hoffman |
| 2009-05-21 | More work on BBA, changed mask in JIT to the same mask in interpreter. If thi... | Sonicadvance1 |
| 2009-05-18 | Added sound volume slider to HLE sound plugin, currently DSound only, unless ... | sl1nk3.s |