| Age | Commit message (Expand) | Author |
| 2009-01-03 | debug build crash fix, re-enable copying of files on building in vs....why wa... | Shawn Hoffman |
| 2009-01-03 | LogManager: Added milliseconds timestamp | John Peterson |
| 2009-01-03 | MusicMod: A couple of fixes, more to come (when I find what is the I/O interr... | XTra.KrazzY |
| 2009-01-03 | Removed "Invalid ISO File" notification (we seem to get negative feedback abo... | XTra.KrazzY |
| 2009-01-03 | fix | XTra.KrazzY |
| 2009-01-03 | Groundwork for profiling the current JIT | XTra.KrazzY |
| 2009-01-03 | A bit more progress on my JIT WIP: biggest changes are some substantial | magumagu9 |
| 2009-01-03 | MusicMod: Forgot a file | John Peterson |
| 2009-01-03 | MusicMod: Added music modification, it currently only works in Windows | John Peterson |
| 2009-01-02 | GetStringVA fix for "%%"s | XTra.KrazzY |
| 2009-01-02 | some more work on pad/event handler | nakeee |
| 2009-01-02 | Fix assembly of 16-bit immediates. | magumagu9 |
| 2009-01-01 | A couple of fixes for the current JIT. | magumagu9 |
| 2009-01-01 | And a bit more JIT WIP work: improved code generation for integer | magumagu9 |
| 2009-01-01 | more event handler/pad events work | nakeee |
| 2008-12-31 | More JIT WIP work. | magumagu9 |
| 2008-12-31 | Slightly shorter version of 16-bit BSWAP. | magumagu9 |
| 2008-12-31 | Minor fix to rotation helpers so they don't do undefined shifts. | magumagu9 |
| 2008-12-31 | Some WIP work on the JIT... only marginally usable at the moment, but I | magumagu9 |
| 2008-12-30 | unexplained warning fix | nakeee |
| 2008-12-30 | more event handler stuff | nakeee |
| 2008-12-30 | I think I figured out why stb and stbu JIT is broken on Linux 64-bit. I | magumagu9 |
| 2008-12-29 | a bit more event work | nakeee |
| 2008-12-29 | better print function for SF keys | nakeee |
| 2008-12-29 | more event plugin code | nakeee |
| 2008-12-29 | A suggestion for event handler API | nakeee |
| 2008-12-29 | implement lots of wii HLE stuff. :) | bushing |
| 2008-12-29 | add support for EXI_READWRITE (only used by USBGecko code) | bushing |
| 2008-12-29 | Don't display errors for failures to load the fonts, because they are almost ... | bushing |
| 2008-12-29 | implement ScanDirectoryTree for POSIX | bushing |
| 2008-12-29 | This is an ugly hack, but increase the size of the buffer... I managed | magumagu9 |
| 2008-12-28 | nJoy: Enabled keyboard input (only for buttons so far) through wxWidgets in t... | John Peterson |
| 2008-12-28 | stop blamming SDL | nakeee |
| 2008-12-26 | More renaming. | hrydgard |
| 2008-12-26 | rename some files | hrydgard |
| 2008-12-26 | moar cleanup | hrydgard |
| 2008-12-26 | linux/debug builds fix | nakeee |
| 2008-12-26 | GL Vertex loader moved to VideoCommon. | hrydgard |
| 2008-12-26 | Prepare vertexloaders for the move... | hrydgard |
| 2008-12-26 | Move parts of VertexManager.h to VideoCommon. Opens for moving the VertexLoad... | hrydgard |
| 2008-12-26 | Move VertexShaderManager too. | hrydgard |
| 2008-12-26 | Move PixelShaderManager, ImageWrite to VideoCommon. | hrydgard |
| 2008-12-26 | cut dependencies, clean code | hrydgard |
| 2008-12-26 | Split out the shader caches into their own files. The goal is to eventually b... | hrydgard |
| 2008-12-26 | More code movin' .. split Vertex/Pixelshadermngr into xxCache and xxManager. | hrydgard |
| 2008-12-26 | Finish generalizing Safe/UnsafeWriteRegToReg, including warning about | magumagu9 |
| 2008-12-26 | Generalize SafeWriteRegToReg. The non-32-bit forms aren't yet used, | magumagu9 |
| 2008-12-26 | JIT implementations of lwzux and stwux. Unfortunately, not really a | magumagu9 |
| 2008-12-26 | Change the font in DebuggerWX to something legible kthx | bushing |
| 2008-12-25 | Use ABI_CallFunction instead of CALL where appropriate. Hopefully, this | magumagu9 |