| 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 | 1 | -4/+4 |
| * | Isolate CLI part (nw) |  Miodrag Milanovic | 2016-04-20 | 1 | -2/+2 |
| * | Add AVI writing to bgfx, nw |  therealmogminer@gmail.com | 2016-04-17 | 1 | -0/+3 |
| * | renamed class to osd_watchdog (nw) |  Miodrag Milanovic | 2016-04-15 | 1 | -1/+1 |
| * | Update windows to use platform independent watchdog implementation (nw) |  Miodrag Milanovic | 2016-04-15 | 1 | -7/+9 |
| * | Make OSDs return ui_menu_item lists, not slider_state lists |  therealmogminer@gmail.com | 2016-04-10 | 1 | -2/+4 |
| * | Make sliders use an std::vector instead of a linked list, nw |  therealmogminer@gmail.com | 2016-04-10 | 1 | -1/+3 |
| * | Added none and console output providers (nw) |  Miodrag Milanovic | 2016-04-09 | 1 | -2/+3 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-03-30 | 1 | -13/+13 |
| * | Huge cleanup of render target handling, nw |  therealmogminer@gmail.com | 2016-03-25 | 1 | -4/+0 |
| * | Merge bgfx_shader into master, nw |  therealmogminer@gmail.com | 2016-03-23 | 1 | -3/+19 |
| |\ |
|
| | * | Add screen-specific shader chain support, nw |  therealmogminer@gmail.com | 2016-03-23 | 1 | -2/+2 |
| | * | Merge with master |  therealmogminer@gmail.com | 2016-03-21 | 1 | -9/+5 |
| | |\ |
|
| | * | | Add bgfx_backend and bgfx_debug options, fix compile error on mac, nw |  therealmogminer@gmail.com | 2016-03-18 | 1 | -0/+4 |
| | * | | Some bugfixes for BGFX on SDL, nw |  therealmogminer@gmail.com | 2016-03-18 | 1 | -0/+3 |
| | * | | Polishing up BGFX shader system, nw |  therealmogminer@gmail.com | 2016-03-18 | 1 | -1/+5 |
| | * | | Remove -mt, nw |  therealmogminer@gmail.com | 2016-03-15 | 1 | -2/+0 |
| | * | | Add most of the rest of the D3D HLSL chain, nw |  therealmogminer@gmail.com | 2016-03-15 | 1 | -0/+2 |
| | * | | Add bgfx command line options, major shakeup of organization, nw |  therealmogminer@gmail.com | 2016-03-13 | 1 | -1/+6 |
| * | | | Merge remote-tracking branch 'refs/remotes/mamedev/master' |  Antonio Giner | 2016-03-17 | 1 | -9/+5 |
| |\ \ \
| | |/
| |/| |
|
| | * | | Move font enumeration to OSD, separate font name from display name as needed ... |  Vas Crabb | 2016-03-17 | 1 | -9/+5 |
| | |/ |
|
| * / | Implement integer scaling in core renderer [Calamity] |  Antonio Giner | 2016-03-15 | 1 | -4/+0 |
| |/ |
|
| * | Merge input modules work. |  Brad Hughes | 2016-02-28 | 1 | -0/+5 |
| |\ |
|
| | * | Refactor OSD input into modules |  Brad Hughes | 2016-02-28 | 1 | -0/+5 |
| * | | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -7/+7 |
| * | | First take on render API reorg, nw |  therealmogminer@gmail.com | 2016-02-21 | 1 | -1/+1 |
| |/ |
|
| * | Allow mame -validate -verbose to capture verbose messages |  AJR | 2016-01-02 | 1 | -1/+4 |
| * | tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) |  Miodrag Milanovic | 2015-12-09 | 1 | -1/+0 |
| * | fixing some more override (nw) |  Miodrag Milanovic | 2015-12-06 | 1 | -13/+13 |
| * | clang-modernize part 5 |  Miodrag Milanovic | 2015-12-04 | 1 | -1/+1 |
| * | Move UI mode key out of SDL options into generic options |  Vas Crabb | 2015-06-15 | 1 | -8/+13 |
| * | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 1 | -9/+9 |
| * | more conversions to std::string (nw) |  Miodrag Milanovic | 2015-04-19 | 1 | -2/+2 |
| * | Replace dynamic_array with std::vector [O. Galibert] |  Olivier Galibert | 2015-04-14 | 1 | -2/+2 |
| * | There is no implicit conversion to char* in std::string (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -10/+10 |
| * | cstr() - > c_str() as preparation for move to std::string (nw) |  Miodrag Milanovic | 2015-04-11 | 1 | -1/+1 |
| * | Honour debugger font choice with Qt debugger |  Vas Crabb | 2015-04-09 | 1 | -0/+4 |
| * | Add audio output selection for CoreAudio |  Vas Crabb | 2015-04-09 | 1 | -0/+2 |
| * | Add options for AudioUnit effects |  Vas Crabb | 2015-04-07 | 1 | -0/+4 |
| * | First step to move osd_printf_* into osd again. Callbacks are now |  couriersud | 2015-03-04 | 1 | -1/+4 |
| * | OpenGL on windows now supports glsl options. This worked out of the box |  couriersud | 2015-02-28 | 1 | -0/+27 |
| * | Make OpenGL renderer available in mainline build as well. This needs to |  couriersud | 2015-02-22 | 1 | -0/+3 |
| * | Converted midi into a module. (nw) |  couriersud | 2015-01-31 | 1 | -2/+4 |
| * | Converted pcap and taptun network code into modules. (nw) |  couriersud | 2015-01-30 | 1 | -2/+1 |
| * | Cleanups and version bumpmame0158 |  Miodrag Milanovic | 2015-01-28 | 1 | -86/+86 |
| * | Converted modules/debugger/* to new module infrastructure. (nw) |  couriersud | 2015-01-25 | 1 | -9/+0 |
| * | Renamed osd_debugger_interface to debug_module in a first step to move |  couriersud | 2015-01-24 | 1 | -22/+5 |
| * | Converted sound modules to be osd_modules. Simplified code. (nw) |  couriersud | 2015-01-24 | 1 | -33/+2 |
| * | Added a generic module abstraction layer and migrated font modules to |  couriersud | 2015-01-23 | 1 | -12/+26 |