| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove flopimg.h and fsmgr.h from floppy device header |  AJR | 20 hours | 3 | -1/+5 |
* | frontend/mame/luaengine.cpp: Corrected spelling of screen device xoffset and ... |  goldnchild | 8 days | 1 | -2/+2 |
* | speaker: set pan range to -1 to 1, |  hap | 2023-09-10 | 1 | -47/+66 |
* | sound: add configurable speaker panning |  hap | 2023-09-09 | 2 | -30/+72 |
* | ui/info: add \n before btanb warning strings, |  hap | 2023-08-24 | 1 | -2/+12 |
* | ui/info: swap notworking/mechanical warnings, only add initial \n if there we... |  hap | 2023-08-24 | 1 | -3/+13 |
* | ui/info.cpp, ui/simpleselgame.cpp: Replaced imprecise "driver" with "source f... |  Vas Crabb | 2023-08-23 | 2 | -2/+2 |
* | ui/utils: Added a source file filter for system selection menu. |  Vas Crabb | 2023-08-19 | 10 | -61/+108 |
* | ui/info.cpp: Get decimal separator from C++ locale. Also random cleanup. |  Vas Crabb | 2023-08-17 | 1 | -4/+13 |
* | pluginopts: don't add library plugins to plugin.ini, |  hap | 2023-07-31 | 3 | -18/+28 |
* | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 1 | -3/+1 |
* | UI refinements/fixes: |  Vas Crabb | 2023-05-10 | 7 | -16/+40 |
* | frontend/mame/audit.cpp: Work around issues when no ROMs are shared with imme... |  Vas Crabb | 2023-05-09 | 1 | -4/+37 |
* | image: Fix initialisation order, fix file menu enable, refine gdrom support |  Olivier Galibert | 2023-05-08 | 1 | -3/+5 |
* | chd: Add dvd support. better abstraction in general, multi-image support in a... |  Olivier Galibert | 2023-05-04 | 4 | -4/+138 |
* | ui: Don't use facets of destructed locales. |  Vas Crabb | 2023-05-01 | 7 | -8/+16 |
* | frontend/mame/luaengine.ipp Fixed i686 Linux GCC build. |  Vas Crabb | 2023-04-24 | 1 | -3/+3 |
* | Miscellaneous improvements: |  Vas Crabb | 2023-04-14 | 1 | -63/+106 |
* | Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup. |  Vas Crabb | 2023-04-13 | 1 | -1/+35 |
* | clifront.cpp: Changed -listbios to work more like -listslots, showing all BIO... |  Vas Crabb | 2023-04-10 | 1 | -37/+63 |
* | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 4 | -34/+92 |
* | Lua engine: Dispose of notifiers before closing Sol. |  Vas Crabb | 2023-04-07 | 3 | -38/+46 |
* | Lua engine code changes for b67b969bf0911d71396c77e42d85ddfe80de6f20. |  Vas Crabb | 2023-04-07 | 3 | -91/+211 |
* | Fixed unused lambda capture in Lua engine. |  Vas Crabb | 2023-04-06 | 1 | -1/+1 |
* | Fixed various bugs: |  Vas Crabb | 2023-04-06 | 6 | -52/+108 |
* | floppycntrl.cpp: Fix clang error: function definition is not allowed here |  AJR | 2023-04-01 | 1 | -1/+1 |
* | leapfrog: Less redundancy in source file names. |  Vas Crabb | 2023-04-02 | 1 | -2/+2 |
* | API change for device_image_interface |  AJR | 2023-03-30 | 4 | -38/+19 |
* | Various optimisations to code generaton. |  Vas Crabb | 2023-03-26 | 1 | -1/+1 |
* | -Lua engine: run everything in coroutines. (#11019) |  Vas Crabb | 2023-03-25 | 8 | -74/+107 |
* | luaengine.cpp: Try to get around the clang error, attempt two. |  Vas Crabb | 2023-03-23 | 1 | -35/+28 |
* | luaengine.cpp: Hopefully fix clang builds. |  Vas Crabb | 2023-03-23 | 1 | -0/+1 |
* | Retired the over-stretched "system type" flags. |  Vas Crabb | 2023-03-23 | 5 | -79/+72 |
* | -luaengine.cpp: Expose UI controls toggle state. |  Vas Crabb | 2023-03-23 | 2 | -2/+4 |
* | -ui/menu.cpp: Don't pass IPT_UI_BACK event to the implementation when dismiss... |  Vas Crabb | 2023-03-23 | 1 | -1/+2 |
* | dimemory: Add the target address space to translate, wrap the constants |  Olivier Galibert | 2023-03-18 | 1 | -16/+18 |
* | luaengine: fix msvc link failure due to mismatched signature |  Patrick Mackinlay | 2023-03-17 | 1 | -1/+1 |
* | ddr/kc.cpp, ddr/kc_m.cpp: Tidied up a little. |  Vas Crabb | 2023-03-15 | 1 | -1/+1 |
* | apple/mac.cpp, apple/maciici.cpp, dataeast/exprraid.cpp: Minor cleanup. |  Vas Crabb | 2023-03-14 | 1 | -4/+4 |
* | Lua engine: Better bindings for device_state_interface. |  Vas Crabb | 2023-03-12 | 2 | -49/+93 |
* | Lua: Be more strict with concurrency and multiple contexts. |  Vas Crabb | 2023-03-08 | 1 | -11/+24 |
* | plugins/console: Fixed tab completion after linenoise update. |  Vas Crabb | 2023-03-08 | 2 | -74/+93 |
* | Various updates, mostly around Lua: |  Vas Crabb | 2023-03-07 | 5 | -29/+69 |
* | ui/ui.cpp: Cleaned out more leftover crud and removed debug printfs. |  Vas Crabb | 2023-02-28 | 2 | -34/+10 |
* | osd/modules/input: Always use DirectInput with desktop window in background m... |  Vas Crabb | 2023-02-28 | 1 | -14/+4 |
* | Various cleanups: |  Vas Crabb | 2023-02-27 | 1 | -2/+2 |
* | Update accumulating relative inputs exactly once per frame. |  Vas Crabb | 2023-02-24 | 88 | -1613/+1945 |
* | osd: Cleaner way of dealing with input updates. |  Vas Crabb | 2023-02-23 | 4 | -2/+13 |
* | Merge branch 'release0252' into mainline-master |  Vas Crabb | 2023-02-20 | 1 | -1/+1 |
|\ |
|
| * | ui/analogipt.cpp: Fixed failure to display localised analog input adjustments... |  Vas Crabb | 2023-02-19 | 1 | -1/+1 |