| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bumpmame0173 |  Miodrag Milanovic | 2016-04-27 | 1 | -1/+1 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 5 | -22/+22 |
| * | enabled internal debugger, but this would need to go in time, it is too coupl... |  Miodrag Milanovic | 2016-04-23 | 1 | -1/+1 |
| * | Split UI and frontend part from core [Miodrag Milanovic] |  Miodrag Milanovic | 2016-04-23 | 1 | -1/+1 |
| * | Isolate CLI part (nw) |  Miodrag Milanovic | 2016-04-20 | 2 | -3/+3 |
| * | Add AVI writing to bgfx, nw |  therealmogminer@gmail.com | 2016-04-17 | 2 | -2/+18 |
| * | Added ImGui based debugger. [Barry Rodewald] |  mahlemiut | 2016-04-17 | 1 | -0/+1 |
| * | renamed class to osd_watchdog (nw) |  Miodrag Milanovic | 2016-04-15 | 2 | -2/+2 |
| * | Update windows to use platform independent watchdog implementation (nw) |  Miodrag Milanovic | 2016-04-15 | 2 | -8/+26 |
| * | moved osdsync to root of OSD, removed osdmini (nw) |  Miodrag Milanovic | 2016-04-15 | 1 | -13/+0 |
| * | Make OSDs return ui_menu_item lists, not slider_state lists |  therealmogminer@gmail.com | 2016-04-10 | 2 | -3/+5 |
| * | Make sliders use an std::vector instead of a linked list, nw |  therealmogminer@gmail.com | 2016-04-10 | 2 | -5/+7 |
| * | Added skeleton for network output (nw) |  Miodrag Milanovic | 2016-04-09 | 1 | -0/+1 |
| * | Added none and console output providers (nw) |  Miodrag Milanovic | 2016-04-09 | 2 | -15/+27 |
| * | Use XAudio2 by default if available. |  Brad Hughes | 2016-04-05 | 1 | -1/+1 |
| * | Hybrid DirectInput/XInput module |  Brad Hughes | 2016-04-04 | 1 | -0/+1 |
| * | Small changes. (nw) |  dankan1890 | 2016-04-03 | 1 | -0/+3 |
| * | Fix linux compile (nw) |  Miodrag Milanovic | 2016-04-03 | 1 | -1/+1 |
| * | move clipboard handling on proper place (nw) |  Miodrag Milanovic | 2016-04-03 | 4 | -0/+194 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-03-30 | 4 | -23/+21 |
| * | Final bgfx fixups for release |  therealmogminer@gmail.com | 2016-03-28 | 1 | -1/+1 |
| * | Huge cleanup of render target handling, nw |  therealmogminer@gmail.com | 2016-03-25 | 2 | -6/+0 |
| * | Merge bgfx_shader into master, nw |  therealmogminer@gmail.com | 2016-03-23 | 2 | -6/+29 |
| |\ |
|
| | * | Typo fix, nw |  therealmogminer@gmail.com | 2016-03-23 | 1 | -1/+1 |
| | * | Fix up description of -bgfx_screen_chains, nw |  therealmogminer@gmail.com | 2016-03-23 | 1 | -1/+1 |
| | * | Add screen-specific shader chain support, nw |  therealmogminer@gmail.com | 2016-03-23 | 2 | -3/+3 |
| | * | Merge with master |  therealmogminer@gmail.com | 2016-03-21 | 3 | -48/+9 |
| | |\ |
|
| | * | | Fix lots of issues with bgfx |  therealmogminer@gmail.com | 2016-03-21 | 1 | -2/+2 |
| | * | | Fix screen flipping on opengl targets in bgfx, nw |  therealmogminer@gmail.com | 2016-03-18 | 1 | -1/+1 |
| | * | | Add bgfx_backend and bgfx_debug options, fix compile error on mac, nw |  therealmogminer@gmail.com | 2016-03-18 | 2 | -0/+6 |
| | * | | Some bugfixes for BGFX on SDL, nw |  therealmogminer@gmail.com | 2016-03-18 | 2 | -1/+3 |
| | * | | Polishing up BGFX shader system, nw |  therealmogminer@gmail.com | 2016-03-18 | 2 | -2/+8 |
| | * | | Remove -mt, nw |  therealmogminer@gmail.com | 2016-03-15 | 2 | -3/+0 |
| | * | | Add most of the rest of the D3D HLSL chain, nw |  therealmogminer@gmail.com | 2016-03-15 | 2 | -3/+6 |
| | * | | Add bgfx command line options, major shakeup of organization, nw |  therealmogminer@gmail.com | 2016-03-13 | 2 | -2/+11 |
| * | | | Merge remote-tracking branch 'refs/remotes/mamedev/master' |  Antonio Giner | 2016-03-18 | 1 | -0/+2 |
| |\ \ \
| | |/
| |/| |
|
| | * | | Rewrote overly complex rawinput_device_improve_name function for rawinput mod... |  Brad Hughes | 2016-03-18 | 1 | -0/+2 |
| * | | | Merge remote-tracking branch 'refs/remotes/mamedev/master' |  Antonio Giner | 2016-03-17 | 3 | -47/+5 |
| |\| | |
|
| | * | | Don't need this either (nw) |  Justin Kerk | 2016-03-17 | 1 | -4/+0 |
| | * | | Move font enumeration to OSD, separate font name from display name as needed ... |  Vas Crabb | 2016-03-17 | 2 | -43/+5 |
| * | | | Implement integer scaling in core renderer [Calamity] |  Antonio Giner | 2016-03-15 | 2 | -6/+0 |
| |/ / |
|
| * / | netlist updates: |  couriersud | 2016-03-14 | 1 | -1/+2 |
| |/ |
|
| * | use chrono calls for time handling in core (nw) |  Miodrag Milanovic | 2016-03-03 | 3 | -318/+1 |
| * | Add DirectWrite font support module |  Brad Hughes | 2016-03-02 | 1 | -0/+1 |
| * | Add XInput support for Windows OSD |  Brad Hughes | 2016-02-29 | 1 | -0/+1 |
| * | Merge input modules work. |  Brad Hughes | 2016-02-28 | 2 | -7/+85 |
| |\ |
|
| | * | Refactor OSD input into modules |  Brad Hughes | 2016-02-28 | 2 | -7/+85 |
| * | | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -7/+7 |
| * | | OS/2 can not support SDL2 which is needed for MAME to run (nw) |  Miodrag Milanovic | 2016-02-26 | 1 | -292/+0 |
| * | | Final fixups, get sliders working again, nw |  therealmogminer@gmail.com | 2016-02-21 | 1 | -0/+1 |