| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bumpmame0149 |  Miodrag Milanovic | 2013-06-11 | 9 | -67/+65 |
| * | merged duplicated define in src/osd/sdl/sdl.mak (nw) |  Oliver Stöneberg | 2013-06-08 | 1 | -6/+3 |
| * | Fix per OG to allow SDLMAME to compile on Windows (nw) |  Scott Stone | 2013-06-07 | 1 | -1/+1 |
| * | add the breakpoint window to the win32 build too (nw) |  cracyc | 2013-06-06 | 1 | -1/+3 |
| * | QT Debugger: WIP for a new breakpoints window. [Andrew Gardner] |  Andrew Gardner | 2013-06-06 | 6 | -17/+153 |
| * | the actual fixed build part (nw) |  David Haywood | 2013-06-06 | 1 | -0/+2 |
| * | "put HLSL back ..." fix build etc. |  David Haywood | 2013-06-06 | 14 | -29/+4361 |
| * | As this project is clearly now run by people who care more about "feelings" a... |  Ryan Holtz | 2013-06-06 | 14 | -4361/+29 |
| * | - Added better .ini defaults for HLSL, and hooked up bloom sliders. [MooglyGuy] |  Ryan Holtz | 2013-06-05 | 4 | -102/+200 |
| * | debugqt: prevent threading deadlock in win32 with qt debugger (nw) |  cracyc | 2013-06-04 | 6 | -9/+43 |
| * | Qt Debugger: The MAME memory tracking system no longer double-frees closed QT |  Andrew Gardner | 2013-06-04 | 12 | -35/+80 |
| * | Ubuntu wants to be different. (nw) |  R. Belmont | 2013-06-01 | 1 | -1/+1 |
| * | reorder ifdefs (nw) |  Miodrag Milanovic | 2013-05-31 | 1 | -4/+4 |
| * | windows.mak: use := for variables set by external programs (nw) |  cracyc | 2013-05-30 | 1 | -3/+4 |
| * | Oops. Slot names aren't unique. This is better anyway. (nw) |  Andrew Gardner | 2013-05-30 | 1 | -2/+2 |
| * | Fixed return value & menu item name in the QT Debugger's Image menu. (nw) |  Andrew Gardner | 2013-05-30 | 1 | -3/+17 |
| * | change make file rules to be consistent to one in sdl build (nw) |  Miodrag Milanovic | 2013-05-30 | 1 | -4/+4 |
| * | Cleaned a bit Carl's solution for optional QT debugger for Windows (nw) |  Miodrag Milanovic | 2013-05-30 | 7 | -29/+52 |
| * | cast error found by mingw 4.7.4 (nw) |  Miodrag Milanovic | 2013-05-30 | 1 | -1/+1 |
| * | Adds the Image menu to the QT debugger's main window. |  Andrew Gardner | 2013-05-30 | 2 | -4/+105 |
| * | ok once more (bwidow requested up to over 140,000) |  Michaël Banaan Ananas | 2013-05-28 | 1 | -1/+1 |
| * | increase vertex buffer size a bit more (from MooglyGuy) |  Michaël Banaan Ananas | 2013-05-27 | 1 | -1/+1 |
| * | fix composite ntsc shaders, nw |  Ryan Holtz | 2013-05-22 | 1 | -4/+7 |
| * | MAME Testers bugs fixed: 5201, 5202 |  Ryan Holtz | 2013-05-22 | 5 | -18/+50 |
| * | Cleanups and version bumpmame0148u5 |  Miodrag Milanovic | 2013-05-20 | 17 | -288/+280 |
| * | fix incorrect bloom functionality in fullscreen mode, nw |  Ryan Holtz | 2013-05-20 | 3 | -34/+63 |
| * | Reset D3D device before destroying device. Fixes crash when selecting games f... |  Ryan Holtz | 2013-05-19 | 1 | -2/+8 |
| * | fix vector bloom, nw |  Ryan Holtz | 2013-05-19 | 6 | -1/+42 |
| * | remove double-alloc of texture_manager, nw |  Ryan Holtz | 2013-05-19 | 1 | -2/+0 |
| * | potential crash fix, nw |  Ryan Holtz | 2013-05-19 | 1 | -0/+6 |
| * | Fix DFJustin's crash, nw |  Ryan Holtz | 2013-05-19 | 1 | -0/+2 |
| * | fixed some initialization and cleanup issues with new D3D code (nw) |  Oliver Stöneberg | 2013-05-19 | 1 | -1/+7 |
| * | - "And he did give them CRT bloom, and it scorched their eyes so; and they wept |  Ryan Holtz | 2013-05-19 | 11 | -2776/+2358 |
| * | vconv: added support for -mavx and -flto (nw) |  Oliver Stöneberg | 2013-05-18 | 1 | -0/+5 |
| * | Adds memory tracking to debugger. This includes two new commands: trackmem and |  Andrew Gardner | 2013-05-09 | 8 | -21/+98 |
| * | Cleanups and version bumpmame0148u4 |  Miodrag Milanovic | 2013-04-30 | 7 | -16/+16 |
| * | SDL: Don't double-shutdown the font cache on *IX when exiting with the debugg... |  R. Belmont | 2013-04-29 | 2 | -1/+16 |
| * | OS X: Support for both OS X native and Unix-style multiuser installs. [R. Bel... |  R. Belmont | 2013-04-28 | 1 | -1/+3 |
| * | QT Debugger: Now saves all settings for all open windows - including docks |  Andrew Gardner | 2013-04-27 | 11 | -40/+381 |
| * | Convert the std::vector of settings to a simple_list in preparation for saving |  Andrew Gardner | 2013-04-25 | 2 | -36/+36 |
| * | QT Debugger: Adds trackpc command, allowing for a visual display of where the |  Andrew Gardner | 2013-04-20 | 1 | -0/+4 |
| * | fixed compile error (nw) |  smf- | 2013-04-15 | 1 | -0/+1 |
| * | bitbngr: handle create (nw) |  cracyc | 2013-04-15 | 1 | -3/+3 |
| * | upd765_dsk: don't crash when inserting a disk after removing a different size... |  cracyc | 2013-04-15 | 2 | -2/+2 |
| * | SDL: Fix symlink handling by internal file manager. [qmc2] |  R. Belmont | 2013-04-13 | 1 | -6/+23 |
| * | Cleanups and version bumpmame0148u3 |  Miodrag Milanovic | 2013-04-09 | 2 | -6/+6 |
| * | revert of r22266 (nw) |  Miodrag Milanovic | 2013-04-08 | 5 | -423/+474 |
| * | Convert d3d_texture_info to a class, nw |  Ryan Holtz | 2013-04-07 | 5 | -474/+423 |
| * | drawd3d.c - Fixes performance issues with YIQ enabled and prescale_x/prescale... |  Michaël Banaan Ananas | 2013-04-06 | 1 | -1/+1 |
| * | QT Debugger: The memory view chunk size radio now reports proper sizes. |  Andrew Gardner | 2013-04-02 | 2 | -8/+43 |