| Commit message (Expand) | Author | Age | Files | Lines |
| * | inifile.cpp, miscmenu.cpp: Use std::collate for filename sorting |  AJR | 2022-08-27 | 2 | -5/+34 |
| * | Use util::streqlower in more places |  AJR | 2022-08-27 | 1 | -2/+3 |
| * | Lua scripting enhancements: |  Vas Crabb | 2022-08-23 | 2 | -10/+363 |
| * | emu/validity.cpp, ui/info.cpp: Base "no sound" check on speaker devices. |  Vas Crabb | 2022-08-20 | 1 | -1/+2 |
| * | frontend: Swallow save state slot key/button. |  Vas Crabb | 2022-08-18 | 2 | -21/+44 |
| * | ui/icorender.cpp: Revert initialisations that can hide real bugs. |  Vas Crabb | 2022-08-03 | 1 | -3/+3 |
| * | cpu16h, icorender.cpp: fix MSVC compile (nw) |  Peter Ferrie | 2022-08-01 | 1 | -3/+3 |
| * | ui/selgame.cpp, ui/selsoft.cpp: Clear up std::vector asserts triggered when m... |  jflatt | 2022-07-16 | 2 | -2/+2 |
| * | Added make opions for filter file, adjusted source path display. |  Vas Crabb | 2022-06-28 | 5 | -14/+56 |
| * | -Updated translations, cleaned up a little. |  Vas Crabb | 2022-06-26 | 2 | -0/+7 |
| * | ui/selgame.cpp: Avoid assert in std::vector when no items in menu. (#9978) |  jflatt | 2022-06-25 | 1 | -1/+1 |
| * | Optimisation, and baby steps towards untangling stuff: |  Vas Crabb | 2022-06-16 | 1 | -2/+2 |
| * | osdcore.h: Changed osd_subst_env to accept a std::string_view and return a st... |  npwoods | 2022-06-15 | 3 | -14/+5 |
| * | -Got rid of some legacy MESS support glue. |  Vas Crabb | 2022-06-13 | 2 | -5/+6 |
| * | ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) |  Vas Crabb | 2022-06-11 | 48 | -842/+1413 |
| * | frontend/mame/infoxml.cpp: Work around an MSVCPRT shortcoming with promise ty... |  Vas Crabb | 2022-06-06 | 1 | -0/+6 |
| * | util/options.h: Removed legacy OPTION_* option type constants. (#9851) |  npwoods | 2022-05-30 | 5 | -101/+101 |
| * | ui/ui.cpp: Use unordered map for session data, to tempt fate with toolchain b... |  Vas Crabb | 2022-05-24 | 1 | -2/+2 |
| * | ui/viewgfx.cpp: Fixed some cases where no tiles would appear with tall or wid... |  Vas Crabb | 2022-05-21 | 1 | -3/+11 |
| * | ui/viewgfx.cpp: Remember orientation/position/scale per tilemap; more encapsu... |  Vas Crabb | 2022-05-21 | 1 | -190/+248 |
| * | ui/viewgfx.cpp: Added ability to restrict tiles to integer scale factors. (#9... |  Vas Crabb | 2022-05-20 | 3 | -973/+981 |
| * | srcclean in preparation for 0.243 |  Vas Crabb | 2022-04-24 | 2 | -3/+3 |
| * | File handling cleanup |  AJR | 2022-04-19 | 1 | -18/+12 |
| * | Consolidated floppy_image_device::m_create_fs and floppy_image_device::m_io_f... |  npwoods | 2022-04-11 | 4 | -11/+37 |
| * | Added an 'image_display_enabled' property to mame_ui_manager and exposed it t... |  npwoods | 2022-04-07 | 3 | -1/+6 |
| * | ui/datmenu.cpp: Respect clicks on headings (GitHub #9522). |  Vas Crabb | 2022-04-07 | 1 | -1/+1 |
| * | Disable lifetime dead store elimination for Linux GCC builds. |  Vas Crabb | 2022-04-03 | 1 | -1/+1 |
| * | Try to work around the uninitialised member warning in sol::optional. |  Vas Crabb | 2022-04-03 | 3 | -37/+36 |
| * | -util/corealloc.h: Reduced make_unique_clear to a single variant for POD arrays. |  Vas Crabb | 2022-04-03 | 1 | -0/+10 |
| * | floppy: remove the intermediate allocator |  Olivier Galibert | 2022-03-30 | 4 | -11/+11 |
| * | Lua engine improvements (#9453) |  Vas Crabb | 2022-03-23 | 7 | -321/+396 |
| * | Lua engine: Enable checks for debug builds, kill sol::buffer. (#9419) |  Vas Crabb | 2022-03-17 | 3 | -63/+115 |
| * | Fixed some debugger memory view annoyances and cleaned up Lua bindings. |  Vas Crabb | 2022-03-16 | 3 | -89/+94 |
| * | emu/devcb.h: Cleaned up a little using C++17 type traits helpers. |  Vas Crabb | 2022-02-28 | 1 | -6/+10 |
| * | Lua engine: Make setting analog I/O port field values user-friendly. (#9322) |  feos | 2022-02-28 | 1 | -0/+11 |
| * | fileio.cpp: Remove optional second argument of path_iterator::next |  AJR | 2022-02-17 | 2 | -4/+7 |
| * | vegas.cpp: Cleanup: |  Vas Crabb | 2022-02-13 | 1 | -33/+48 |
| * | Remove fileio.h from emu.h |  AJR | 2022-02-11 | 20 | -0/+21 |
| * | Addressed some Lua scripting pitfalls. (#9294) |  Vas Crabb | 2022-02-12 | 3 | -196/+205 |
| * | frontend: Exposed memory pass-through handlers (address space taps) to Lua. |  Vas Crabb | 2022-02-10 | 2 | -51/+293 |
| * | Treat WinImage compressed disk images (*.imz) as ZIP archives. [Justin Kerk] |  Justin Kerk | 2022-02-05 | 1 | -1/+1 |
| * | Clean up various loose ends: |  Vas Crabb | 2022-02-03 | 3 | -7/+163 |
| * | frontend: Use util::core_file instead of emu_file where applicable |  AJR | 2022-01-30 | 7 | -73/+74 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 2 | -3/+3 |
| * | Remove http related header pollution (#9201) |  Miodrag Milanović | 2022-01-26 | 1 | -0/+1 |
| * | frontend: Sort directory selection menu items (MT08167). |  Vas Crabb | 2022-01-07 | 3 | -67/+40 |
| * | Move filesystem library into separate namespace and use shorter uX type names... |  AJR | 2021-12-31 | 1 | -1/+1 |
| * | Render-related cleanup |  AJR | 2021-12-30 | 5 | -3/+8 |
| * | Fix lockup loading UI with Emscripten builds that don't support threading |  Justin Kerk | 2021-12-19 | 1 | -0/+5 |
| * | frontend: Don't call .name() on I/O port fields without a running machine. |  Vas Crabb | 2021-12-15 | 1 | -4/+4 |