summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/luaengine.ipp (follow)
Commit message (Expand)AuthorAgeFilesLines
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-4/+4
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-5/+80
* Lua engine: fix a dumb copy/paste error and an unused lambda capture from pre... Vas Crabb2020-12-161-2/+2
* -Lua cleanup and documentation migration checkpoint. Vas Crabb2020-12-161-0/+3
* -luaengine.cpp: Clean up render classes and expose screen image adjustments. Vas Crabb2020-12-131-21/+32
* Exposing image format information to LUA (#7508) npwoods2020-12-121-0/+1
* -Lua engine cleanup, input edition: Vas Crabb2020-12-091-4/+81
* luaengine.cpp: Fix actual unused lambda capture. Vas Crabb2020-12-051-1/+1
* luaengine.cpp: Shut up clang warning about unused lambda capture Vas Crabb2020-12-051-0/+2
* Expose enough of the layout system to Lua to allow position and colour to be ... Vas Crabb2020-12-051-0/+47
* luaengine.cpp: Exposed device_slot_interface, emu_options, and slot options. ... npwoods2020-12-041-0/+110
* luaL_error doesn't actually return, but it lacks the noreturn attribute, so t... Vas Crabb2020-11-281-3/+2
* luaengine.cpp: Fix very dumb bug when retrieving self for containers. Vas Crabb2020-11-281-2/+3
* Miscellaneous cleanup/fixes: Vas Crabb2020-11-281-2/+2
* luaengine.ipp: Fixed clan redefined default template argument error Vas Crabb2020-11-251-1/+1
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-2/+93
* frontend: split lua_engine user type registrations across a few files to make... Vas Crabb2020-11-161-0/+124