| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy up loose ends: |  Vas Crabb | 14 days | 2 | -4/+2 |
* | render.h, rendlay.h: Dependency refactoring |  AJR | 2021-01-04 | 3 | -2/+6 |
* | Low-level #include overhaul |  AJR | 2021-01-02 | 1 | -1/+1 |
* | clifront.cpp: Restore line accidentally deleted in aa29519528cb3dbdbfac56819b... |  AJR | 2021-01-01 | 1 | -0/+1 |
* | Further additions of std::string_view |  AJR | 2021-01-01 | 5 | -17/+13 |
* | natkeyboard: Remove from ioport_manager |  AJR | 2020-12-26 | 5 | -9/+9 |
* | Expose a couple more things to Lua so the plugins can show the actual key map... |  Vas Crabb | 2020-12-27 | 1 | -5/+25 |
* | More Lua interface cleanup - it's simpler with cleaner underlyng APIs. |  Vas Crabb | 2020-12-27 | 8 | -324/+250 |
* | Eliminate many unnecessary c_str calls |  AJR | 2020-12-21 | 3 | -11/+11 |
* | Fix some oversights and emergent behaviour with view selection. |  Vas Crabb | 2020-12-20 | 5 | -26/+35 |
* | More Lua engine clean-up and documentation, resulting in core cleanup. |  Vas Crabb | 2020-12-18 | 18 | -792/+722 |
* | Add "Non-Integer Scaling" and "Keep Aspect" settings to UI video options menu... |  AJR | 2020-12-17 | 1 | -3/+96 |
* | ui/filemngr.cpp: Fix crash with unmounted images |  AJR | 2020-12-16 | 1 | -1/+1 |
* | unicode.h: Updates |  AJR | 2020-12-15 | 5 | -2/+8 |
* | Lua engine: fix a dumb copy/paste error and an unused lambda capture from pre... |  Vas Crabb | 2020-12-16 | 2 | -3/+3 |
* | -Lua cleanup and documentation migration checkpoint. |  Vas Crabb | 2020-12-16 | 14 | -664/+706 |
* | ui/menu.cpp: Fix highlighting glitch with input menu for inputs bound to O (r... |  AJR | 2020-12-13 | 1 | -3/+3 |
* | rendfont.cpp: Convert another function to std::string_view |  AJR | 2020-12-12 | 3 | -20/+7 |
* | -luaengine.cpp: Clean up render classes and expose screen image adjustments. |  Vas Crabb | 2020-12-13 | 7 | -198/+227 |
* | Exposing image format information to LUA (#7508) |  npwoods | 2020-12-12 | 3 | -0/+108 |
* | C++17 string handling updates (without charconv so as not to break GCC 7) |  AJR | 2020-12-08 | 42 | -355/+324 |
* | plugins: Replace environment variable substitution function with core version |  AJR | 2020-12-08 | 1 | -1/+1 |
* | luaengine_input.cpp: Fix clang error: lambda capture 'this' is not used [-Wer... |  AJR | 2020-12-08 | 1 | -1/+1 |
* | -Lua engine cleanup, input edition: |  Vas Crabb | 2020-12-09 | 5 | -311/+500 |
* | luaengine.cpp: Fix actual unused lambda capture. |  Vas Crabb | 2020-12-05 | 1 | -1/+1 |
* | luaengine.cpp: Shut up clang warning about unused lambda capture |  Vas Crabb | 2020-12-05 | 1 | -0/+2 |
* | Expose enough of the layout system to Lua to allow position and colour to be ... |  Vas Crabb | 2020-12-05 | 7 | -115/+134 |
* | -luaengine.cpp: Expose device_t interface on screen_device and |  Vas Crabb | 2020-12-04 | 1 | -34/+40 |
* | luaengine.cpp: Exposed device_slot_interface, emu_options, and slot options. ... |  npwoods | 2020-12-04 | 4 | -121/+187 |
* | luaengine.cpp: Exposed cassette image devices. |  cracyc | 2020-12-02 | 1 | -20/+50 |
* | luaengine_debug.cpp: Fix unused lambda capture. |  Vas Crabb | 2020-11-30 | 1 | -1/+1 |
* | frontend: Lua engine improvements. |  Vas Crabb | 2020-11-30 | 3 | -208/+406 |
* | luaengine_mem.cpp: Cleanup and enhancements. |  Vas Crabb | 2020-11-29 | 1 | -167/+312 |
* | luaL_error doesn't actually return, but it lacks the noreturn attribute, so t... |  Vas Crabb | 2020-11-28 | 1 | -3/+2 |
* | luaengine.cpp: Fix very dumb bug when retrieving self for containers. |  Vas Crabb | 2020-11-28 | 1 | -2/+3 |
* | Miscellaneous cleanup/fixes: |  Vas Crabb | 2020-11-28 | 2 | -6/+6 |
* | ui: add mame version to About menu header |  hap | 2020-11-27 | 1 | -0/+6 |
* | -luaengine_render.cpp: Work around MSVC ambiguous overload error. |  Vas Crabb | 2020-11-26 | 1 | -4/+4 |
* | luaengine.ipp: Fixed clan redefined default template argument error |  Vas Crabb | 2020-11-25 | 1 | -1/+1 |
* | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 26 | -343/+1113 |
* | Fixed clang warning in Lua engine properly, converted a few fallthrough comme... |  Vas Crabb | 2020-11-17 | 1 | -18/+19 |
* | luaengine.cpp: Moved clang warning suppression to the right file, disabled MS... |  Vas Crabb | 2020-11-16 | 2 | -7/+5 |
* | frontend: split lua_engine user type registrations across a few files to make... |  Vas Crabb | 2020-11-16 | 6 | -1201/+1326 |
* | luaengine: sol3 needs non-const device reference to wrap |  Vas Crabb | 2020-11-16 | 1 | -2/+1 |
* | luaengine.cpp: Apparently sol::make_user is a recipe for dangling references,... |  Vas Crabb | 2020-11-16 | 1 | -10/+9 |
* | luaengine: change definition for rest of usertypes |  cracyc | 2020-11-14 | 1 | -65/+34 |
* | luaengine: fix constructable usertypes |  cracyc | 2020-11-14 | 1 | -8/+5 |
* | luaengine.cpp: Use sol::lua_nil - sol::nil is an alias of it that may not alw... |  Vas Crabb | 2020-11-15 | 1 | -18/+18 |
* | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 1 | -132/+112 |
* | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 7 | -82/+79 |