summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/luaengine.ipp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/diimage.cpp: Added media change notifier and exposed to Lua. Vas Crabb2023-12-141-1/+1
* Added some additional layout functionality and script bindings. Vas Crabb2023-10-301-8/+8
* frontend/mame/luaengine.ipp Fixed i686 Linux GCC build. Vas Crabb2023-04-241-3/+3
* Lua engine: Dispose of notifiers before closing Sol. Vas Crabb2023-04-071-8/+8
* Lua engine code changes for b67b969bf0911d71396c77e42d85ddfe80de6f20. Vas Crabb2023-04-071-0/+26
* Fixed unused lambda capture in Lua engine. Vas Crabb2023-04-061-1/+1
* Fixed various bugs: Vas Crabb2023-04-061-13/+22
* API change for device_image_interface AJR2023-03-301-2/+0
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-2/+2
* Lua engine: Better bindings for device_state_interface. Vas Crabb2023-03-121-2/+13
* Various updates, mostly around Lua: Vas Crabb2023-03-071-1/+3
* Patched up some gaps in functionality and fixed some bugs. Vas Crabb2022-09-021-0/+45
* Try to work around the uninitialised member warning in sol::optional. Vas Crabb2022-04-031-1/+1
* Lua engine improvements (#9453) Vas Crabb2022-03-231-37/+23
* Lua engine: Enable checks for debug builds, kill sol::buffer. (#9419) Vas Crabb2022-03-171-44/+91
* -emu/ioport.cpp: Fixed some default setting handling issues. Vas Crabb2021-11-041-11/+6
* 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