| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bumpmame0173 |  Miodrag Milanovic | 2016-04-27 | 37 | -559/+559 |
| * | Clean up extended ASCII (nw) |  balr0g | 2016-04-26 | 1 | -2/+2 |
| * | Reapply balrog's fix |  therealmogminer@gmail.com | 2016-04-26 | 1 | -0/+1 |
| * | Fix preservation of settings when changing screen chain selection with multip... |  therealmogminer@gmail.com | 2016-04-26 | 4 | -1/+74 |
| * | Fixed Alt-Enter on SDL (nw) |  Miodrag Milanovic | 2016-04-26 | 1 | -0/+1 |
| * | fix windows compile (nw) |  Miodrag Milanovic | 2016-04-26 | 1 | -0/+1 |
| * | Revert "Fix crash when switching screen chains (nw)" upon request (nw) |  balr0g | 2016-04-25 | 1 | -1/+0 |
| * | Revert "Temp revert of Brad changes (nw)" |  Miodrag Milanovic | 2016-04-25 | 29 | -227/+361 |
| * | Temp revert of Brad changes (nw) |  Miodrag Milanovic | 2016-04-25 | 29 | -361/+227 |
| * | Fix crash when switching screen chains (nw) |  balr0g | 2016-04-25 | 1 | -0/+1 |
| * | debugimgui: added keyboard input for the debug view with focus. |  mahlemiut | 2016-04-25 | 1 | -1/+59 |
| * | bgfx: Ported xBR shaders from libretro. [Ryan Holtz, Hyllian] |  therealmogminer@gmail.com | 2016-04-25 | 118 | -613/+7295 |
| * | Added "selection" parameter to chain input sampler |  ImJezze | 2016-04-24 | 18 | -141/+367 |
| * | Fix Clang build (nw) |  Miodrag Milanovic | 2016-04-24 | 2 | -11/+11 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 83 | -584/+599 |
| * | enabled internal debugger, but this would need to go in time, it is too coupl... |  Miodrag Milanovic | 2016-04-23 | 2 | -3/+3 |
| * | debugimgui: Optimised rendering by drawing text via the window draw list. |  mahlemiut | 2016-04-23 | 1 | -61/+116 |
| * | Split UI and frontend part from core [Miodrag Milanovic] |  Miodrag Milanovic | 2016-04-23 | 10 | -14/+12 |
| * | Simplified min, max, default and step value handling for chain configuration |  ImJezze | 2016-04-22 | 6 | -44/+44 |
| * | Small fixes (nw) |  ImJezze | 2016-04-22 | 1 | -14/+14 |
| * | Merge pull request #826 from bradhugh/shared_ptr2 |  Miodrag Milanović | 2016-04-21 | 29 | -227/+361 |
| |\ |
|
| | * | Refactor OSD window. |  Brad Hughes | 2016-04-21 | 29 | -227/+361 |
| * | | works for sub folders of CHAIN folder specified (nw) |  Miodrag Milanovic | 2016-04-21 | 1 | -3/+3 |
| * | | Checkpoint 1, nw |  therealmogminer@gmail.com | 2016-04-21 | 107 | -83/+5170 |
| |/ |
|
| * | compile just one chain with |  Miodrag Milanovic | 2016-04-21 | 1 | -1/+4 |
| * | debugimgui: added sending of mouse clicks to debugger views. Please note tha... |  mahlemiut | 2016-04-21 | 1 | -3/+95 |
| * | Fixed b1c06ac (nw) |  ImJezze | 2016-04-21 | 1 | -5/+2 |
| * | Implemented handling for u_screen_scale and u_screen_offset (nw) |  ImJezze | 2016-04-21 | 9 | -24/+83 |
| * | fix sdl build. (nw) |  dankan1890 | 2016-04-21 | 1 | -1/+1 |
| * | SDL cleanup (nw) |  Miodrag Milanovic | 2016-04-20 | 1 | -1/+0 |
| * | Isolate CLI part (nw) |  Miodrag Milanovic | 2016-04-20 | 2 | -3/+3 |
| * | Merge pull request #823 from ajrhacker/deviter |  Miodrag Milanović | 2016-04-20 | 4 | -32/+19 |
| |\ |
|
| | * | Iterate over devices C++11 style |  AJR | 2016-04-18 | 4 | -32/+19 |
| * | | Refactored BGFX distortion pass (nw) |  ImJezze | 2016-04-19 | 3 | -45/+53 |
| * | | Refactored distortion pass |  ImJezze | 2016-04-19 | 2 | -10/+32 |
| * | | Merge branch 'master' of https://github.com/mamedev/mame |  therealmogminer@gmail.com | 2016-04-19 | 7 | -59/+54 |
| |\ \ |
|
| | * | | These init calls all returned false. No need for a return value in this |  couriersud | 2016-04-18 | 7 | -12/+7 |
| | * | | soft is hard and hard is soft. Two is one and one is two. No wonder |  couriersud | 2016-04-18 | 4 | -49/+49 |
| * | | | bgfx: Added SuperEagle shader. [Ryan Holtz] |  therealmogminer@gmail.com | 2016-04-19 | 5 | -0/+250 |
| |/ / |
|
| * | | -Added HQ2x, HQ3x and HQ4x shaders. [MooglyGuy,Jules Blok,Cameron Zemek,Maxim... |  therealmogminer@gmail.com | 2016-04-18 | 16 | -1/+445 |
| * | | Standardize platform window pointer storage in osd_window. |  Brad Hughes | 2016-04-18 | 15 | -45/+59 |
| |/ |
|
| * | debugimgui: added error log window, and limited the debugger console to displ... |  mahlemiut | 2016-04-18 | 1 | -0/+71 |
| * | debugimgui: Removed some unused stuff, renamed window class. |  mahlemiut | 2016-04-18 | 1 | -53/+39 |
| * | Fix clang compile. |  couriersud | 2016-04-17 | 2 | -2/+2 |
| * | Create diagnostic module for profiling and crash diagnostics |  Brad Hughes | 2016-04-17 | 3 | -0/+1183 |
| * | Minor fixups to pillarboxing shaders |  therealmogminer@gmail.com | 2016-04-17 | 4 | -4/+4 |
| * | Add AVI writing to bgfx, nw |  therealmogminer@gmail.com | 2016-04-17 | 12 | -183/+411 |
| * | HLSL settings are reset now, when a new machine is selected |  ImJezze | 2016-04-17 | 2 | -2/+11 |
| * | Added ImGui based debugger. [Barry Rodewald] |  mahlemiut | 2016-04-17 | 2 | -0/+1082 |
| * | Fix compile error on SDL targets |  therealmogminer@gmail.com | 2016-04-16 | 1 | -0/+2 |