| Commit message (Expand) | Author | Age | Files | Lines |
* | osdcore.h: Changed osd_subst_env to accept a std::string_view and return a st... |  npwoods | 2022-06-15 | 1 | -7/+1 |
* | util/options.h: Removed legacy OPTION_* option type constants. (#9851) |  npwoods | 2022-05-30 | 1 | -4/+4 |
* | Added an 'image_display_enabled' property to mame_ui_manager and exposed it t... |  npwoods | 2022-04-07 | 1 | -0/+1 |
* | Lua engine improvements (#9453) |  Vas Crabb | 2022-03-23 | 1 | -132/+143 |
* | Lua engine: Enable checks for debug builds, kill sol::buffer. (#9419) |  Vas Crabb | 2022-03-17 | 1 | -19/+19 |
* | Remove fileio.h from emu.h |  AJR | 2022-02-11 | 1 | -0/+1 |
* | Addressed some Lua scripting pitfalls. (#9294) |  Vas Crabb | 2022-02-12 | 1 | -0/+5 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -2/+2 |
* | Render-related cleanup |  AJR | 2021-12-30 | 1 | -0/+1 |
* | plugins: Moved the timecode recording functionality to a plugin. |  Vas Crabb | 2021-11-02 | 1 | -8/+39 |
* | Fix various usability issues: |  Vas Crabb | 2021-11-02 | 1 | -75/+68 |
* | -frontend: Refactored menu event handling and fixed a number of issues. (#8777) |  Vas Crabb | 2021-10-31 | 1 | -0/+6 |
* | Plugin usability improvements: |  Vas Crabb | 2021-10-22 | 1 | -6/+10 |
* | frontend: Beter provision for plugins with multiple menu levels. |  Vas Crabb | 2021-10-21 | 1 | -6/+8 |
* | frontend: Cleaned up rendering of info views. |  Vas Crabb | 2021-10-17 | 1 | -5/+5 |
* | Overdue internal UI enhancements (#8674) |  Vas Crabb | 2021-10-09 | 1 | -1/+3 |
* | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -44/+8 |
* | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 1 | -2/+3 |
* | layouts: Use self-closing tags for bounds and color elements. |  Vas Crabb | 2021-05-03 | 1 | -6/+9 |
* | Add a couple error messages to emu.thread. |  Szunti | 2021-04-25 | 1 | -1/+9 |
* | Use std::clamp in various core functions |  AJR | 2021-02-03 | 1 | -10/+10 |
* | Much more core std::string_view modernization |  AJR | 2021-01-20 | 1 | -7/+9 |
* | natkeyboard: Remove from ioport_manager |  AJR | 2020-12-26 | 1 | -1/+2 |
* | More Lua interface cleanup - it's simpler with cleaner underlyng APIs. |  Vas Crabb | 2020-12-27 | 1 | -290/+217 |
* | More Lua engine clean-up and documentation, resulting in core cleanup. |  Vas Crabb | 2020-12-18 | 1 | -435/+368 |
* | -Lua cleanup and documentation migration checkpoint. |  Vas Crabb | 2020-12-16 | 1 | -44/+0 |
* | -luaengine.cpp: Clean up render classes and expose screen image adjustments. |  Vas Crabb | 2020-12-13 | 1 | -7/+9 |
* | Exposing image format information to LUA (#7508) |  npwoods | 2020-12-12 | 1 | -0/+106 |
* | plugins: Replace environment variable substitution function with core version |  AJR | 2020-12-08 | 1 | -1/+1 |
* | -Lua engine cleanup, input edition: |  Vas Crabb | 2020-12-09 | 1 | -2/+0 |
* | Expose enough of the layout system to Lua to allow position and colour to be ... |  Vas Crabb | 2020-12-05 | 1 | -9/+10 |
* | -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 | 1 | -4/+71 |
* | luaengine.cpp: Exposed cassette image devices. |  cracyc | 2020-12-02 | 1 | -20/+50 |
* | frontend: Lua engine improvements. |  Vas Crabb | 2020-11-30 | 1 | -208/+91 |
* | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -183/+302 |
* | luaengine.cpp: Moved clang warning suppression to the right file, disabled MS... |  Vas Crabb | 2020-11-16 | 1 | -7/+0 |
* | frontend: split lua_engine user type registrations across a few files to make... |  Vas Crabb | 2020-11-16 | 1 | -1183/+40 |
* | 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 | 1 | -68/+68 |
* | emu/debug: Removed more macros, added more const, make a couple more things u... |  Vas Crabb | 2020-10-12 | 1 | -1/+1 |
* | emu/save.cpp: Fix bad SFINAE trick breaking segapcm.cpp, fix saving attotime ... |  Vas Crabb | 2020-09-14 | 1 | -4/+3 |
* | luaengine: add ioport():type_seq |  cracyc | 2020-09-11 | 1 | -0/+4 |
* | -util/xmlfile: Escape attribute and element content. |  Vas Crabb | 2020-09-06 | 1 | -1/+1 |
* | luaengine: add time_until_pos |  cracyc | 2020-08-30 | 1 | -1/+4 |