summaryrefslogtreecommitdiffstats
path: root/src/frontend/mame/luaengine_input.cpp
Commit message (Expand)AuthorAgeFilesLines
* -util/corealloc.h: Reduced make_unique_clear to a single variant for POD arrays. Vas Crabb2022-04-031-0/+10
* emu/devcb.h: Cleaned up a little using C++17 type traits helpers. Vas Crabb2022-02-281-6/+10
* Lua engine: Make setting analog I/O port field values user-friendly. (#9322) feos2022-02-281-0/+11
* Clean up various loose ends: Vas Crabb2022-02-031-5/+26
* -emu/ioport.cpp: Fixed some default setting handling issues. Vas Crabb2021-11-041-15/+34
* -emu/ioport.cpp: Fixed "MAME lost my joystick settings!!!1!11! Vas Crabb2021-11-031-0/+6
* plugins: Moved the timecode recording functionality to a plugin. Vas Crabb2021-11-021-1/+1
* API cleanups and miscellaneous fixes. Vas Crabb2021-07-151-1/+1
* input.cpp, inputdev.cpp: Convert a few more functions to use std::string_view AJR2021-02-031-1/+1
* natkeyboard: Remove from ioport_manager AJR2020-12-261-1/+0
* Expose a couple more things to Lua so the plugins can show the actual key map... Vas Crabb2020-12-271-5/+25
* Lua engine: fix a dumb copy/paste error and an unused lambda capture from pre... Vas Crabb2020-12-161-1/+1
* -Lua cleanup and documentation migration checkpoint. Vas Crabb2020-12-161-213/+35
* -luaengine.cpp: Clean up render classes and expose screen image adjustments. Vas Crabb2020-12-131-22/+1
* luaengine_input.cpp: Fix clang error: lambda capture 'this' is not used [-Wer... AJR2020-12-081-1/+1
* -Lua engine cleanup, input edition: Vas Crabb2020-12-091-220/+415
* Expose enough of the layout system to Lua to allow position and colour to be ... Vas Crabb2020-12-051-1/+1
* frontend: split lua_engine user type registrations across a few files to make... Vas Crabb2020-11-161-0/+441