| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | -bgfx: Abstracted some view-related functions into bgfx_view class, nw |  mooglyguy | 2018-01-13 | 4 | -111/+213 |
| * | Convert zippath directory to a C++ interface |  Vas Crabb | 2018-01-10 | 1 | -11/+11 |
| * | detect attached debugger on OSX before generating trace/breakpoint trap |  Vas Crabb | 2018-01-10 | 1 | -7/+17 |
| * | (nw) et3400: use keypad rather than keyboard type for keypad inputs; don't ra... |  Vas Crabb | 2018-01-10 | 1 | -2/+1 |
| * | really fixed MT06623 (don't use uninitialised gamma ramp) (nw) |  smf- | 2018-01-05 | 1 | -5/+4 |
| * | Updates "2017" strings to "2018" where relevant. |  Jonathan Holt | 2018-01-06 | 1 | -1/+1 |
| * | drawd3d.cpp: fixed MT06623 (nw) |  Ivan Vangelista | 2018-01-05 | 1 | -1/+1 |
| * | Eliminate machine().firstcpu (nw) |  AJR | 2018-01-04 | 1 | -1/+1 |
| * | Merge pull request #2989 from webghost009/bicubic_opengl |  R. Belmont | 2018-01-02 | 9 | -45/+217 |
| |\ |
|
| | * | Fix shader compilation error on AMD |  Aaron | 2017-12-31 | 2 | -2/+2 |
| | * | Add Bicubic Shader to OpenGL Backend |  Aaron | 2017-12-30 | 7 | -8/+181 |
| | * | Fix Two Issues with the glsl Bilinear Shader |  Aaron | 2017-12-30 | 2 | -37/+36 |
| * | | bgfx: Use bgfx::ViewMode::Sequential, fixes handheld overlays, nw |  mooglyguy | 2018-01-01 | 1 | -0/+2 |
| |/ |
|
| * | fix building for windows with qt debugger. [smf] |  smf- | 2017-12-26 | 1 | -1/+1 |
| * | abusing include guards is bad mckay (nw) |  smf- | 2017-12-26 | 1 | -1/+0 |
| * | srcclean and manual cleanups (nw) |  Vas Crabb | 2017-12-24 | 1 | -1/+1 |
| * | rewind implementation fixes and improvements |  vadosnaprimer | 2017-12-22 | 2 | -1/+20 |
| * | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 4 | -9/+8 |
| * | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 4 | -8/+9 |
| * | fix MT06785 |  Vas Crabb | 2017-12-07 | 2 | -1/+2 |
| * | allow compiler a little more optimisation leeway in x86 count_leading_* (nw) |  Vas Crabb | 2017-12-02 | 2 | -8/+6 |
| * | Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all sh... |  Miodrag Milanovic | 2017-12-01 | 11 | -42/+38 |
| * | this file is Allman style, use nullptr for NULL pointers, DeviceIoControl ret... |  Vas Crabb | 2017-11-29 | 1 | -6/+8 |
| * | chdman: Patch to allow chdman to access physical drives on Windows 10 |  Ted Green | 2017-11-24 | 1 | -1/+18 |
| * | get rid of branches in cout_leading_zeros and ount_leading_ones (nw) |  Vas Crabb | 2017-11-18 | 2 | -18/+15 |
| * | Rationale (nw) |  AJR | 2017-10-30 | 1 | -0/+1 |
| * | Make SDL input less eager to generate double-click events when mouse doesn't ... |  AJR | 2017-10-30 | 1 | -1/+1 |
| * | Merge popcount implementation in emucore.h with the new eminline (nw) |  AJR | 2017-10-24 | 1 | -0/+8 |
| * | C+14 dammit (nw) |  Vas Crabb | 2017-10-24 | 1 | -2/+2 |
| * | Added 32- and 64-bit population count utilities. Only used in ARM7 core for ... |  Vas Crabb | 2017-10-24 | 1 | -0/+63 |
| * | Top prescale value allowed via command-line is 3 (not 4) (nw) |  Scott Stone | 2017-10-18 | 1 | -1/+1 |
| * | Fix for prescale value entry (MT#6720) (nw) |  Scott Stone | 2017-10-18 | 1 | -1/+1 |
| * | input: make xinput analog triggers half-axes and default IPT_PEDAL2 to RZ- in... |  hap | 2017-10-17 | 2 | -12/+12 |
| * | Revert "xinput: the left+right triggers combined are considered the Z Axis, n... |  AJR | 2017-10-13 | 2 | -5/+13 |
| * | xinput: the left+right triggers combined are considered the Z Axis, not Z Axi... |  hap | 2017-10-13 | 2 | -13/+5 |
| * | Fixed an options overhaul regression (#2530) |  npwoods | 2017-10-06 | 4 | -2/+21 |
| * | (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... |  Vas Crabb | 2017-09-24 | 1 | -3/+3 |
| * | Attempted to sanitize/rationalize how we access UTF-8 command line arguments ... |  npwoods | 2017-09-18 | 5 | -32/+58 |
| * | D3D fix (nw) |  AJR | 2017-09-15 | 1 | -1/+1 |
| * | Use std::unique_ptr to manage instances of slider_state (nw) |  AJR | 2017-09-15 | 8 | -34/+45 |
| * | Modification for Android build (NDK r14b, build-tools 21.1.2 and gradle 2.2.1... |  Miso Kim | 2017-08-23 | 1 | -0/+3 |
| * | (nw) Fixed the build. |  Robbbert | 2017-08-13 | 1 | -6/+3 |
| * | Don't process every character individually when searching - this reduces |  Vas Crabb | 2017-08-10 | 2 | -2/+2 |
| * | log failure to get glyph, but keep drawing (nw) |  Vas Crabb | 2017-08-08 | 1 | -3/+0 |
| * | font_osx: handle fonts where space glyphs return a null bounding box (e.g. Hi... |  Vas Crabb | 2017-08-06 | 1 | -43/+64 |
| * | log some failures (nw) |  Vas Crabb | 2017-08-05 | 1 | -28/+37 |
| * | Use proper font metrics on OSX rather than trying to guess advance from glyph... |  Vas Crabb | 2017-08-05 | 1 | -67/+38 |
| * | Revert "Attempted fix for QT debugger (nw)" |  Vas Crabb | 2017-08-01 | 1 | -2/+2 |
| * | Attempted fix for QT debugger (nw) |  AJR | 2017-08-01 | 1 | -2/+2 |
| * | In the windows debugger log window add a Log/Clear menu to remove all logged ... |  yz70s | 2017-07-30 | 4 | -1/+80 |