summaryrefslogtreecommitdiffstats
path: root/src/frontend/mame/luaengine_render.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed some debugger memory view annoyances and cleaned up Lua bindings. Vas Crabb2022-03-161-2/+2
* emu/render.cpp, emu/rendlay.cpp: Added scroll support for all elements. Vas Crabb2021-11-181-17/+55
* Fix various usability issues: Vas Crabb2021-11-021-0/+65
* -delegates: Fixed structure return with MSVC C++ ABI. Vas Crabb2021-09-211-56/+10
* render.h, rendlay.h: Dependency refactoring AJR2021-01-041-0/+1
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-3/+3
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-140/+10
* -luaengine.cpp: Clean up render classes and expose screen image adjustments. Vas Crabb2020-12-131-131/+175
* -Lua engine cleanup, input edition: Vas Crabb2020-12-091-80/+2
* Expose enough of the layout system to Lua to allow position and colour to be ... Vas Crabb2020-12-051-78/+46
* Miscellaneous cleanup/fixes: Vas Crabb2020-11-281-4/+4
* -luaengine_render.cpp: Work around MSVC ambiguous overload error. Vas Crabb2020-11-261-4/+4
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-44/+592
* frontend: split lua_engine user type registrations across a few files to make... Vas Crabb2020-11-161-0/+108