summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/luaengine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* luaengine: fix tabs (nw) cracyc2019-11-201-3/+3
* plugins/cheat: show pressed buttons when setting hotkeys (nw) cracyc2019-11-201-4/+23
* UI input mapping menu updates: Vas Crabb2019-11-211-7/+21
* luaengine: reduce memory usage during compilation feos2019-10-191-1081/+1122
* callback after sound update has generated new samples feos2019-09-241-3/+19
* Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-101-8/+6
* MT#7408: Fixed issue that caused most LUA callbacks to be duplicated (#5592) npwoods2019-09-061-7/+0
* Exposing running_machine::exit_pending() and npwoods2019-08-281-1/+5
* Exposing ioport_manager::type_group() and ioport_field::keyboard_codes() npwoods2019-08-231-0/+13
* Extracting input sequence cleaning logic into an seq_clean() function npwoods2019-08-211-0/+2
* Miscellaneous LUA functionality npwoods2019-08-181-1/+19
* Changes LUA seq_poll_start to take the input_item_class as a string (#5503) npwoods2019-08-181-33/+18
* Exposing input device classes, input devices, and input device items to npwoods2019-08-171-1/+79
* Expose sound buffer and samplerate to luaengine (#5497) feos2019-08-171-4/+22
* Changed mechanisms for overriding the mandatory file manager npwoods2019-08-051-6/+50
* Creating an -attach_window command line parameter on Windows to attach to an ... npwoods2019-08-041-1/+3
* srcclean (nw) Vas Crabb2019-07-281-8/+8
* Merge pull request #5383 from npwoods/plugin_refactor R. Belmont2019-07-241-1/+14
|\
| * Refactored MAME's plugin system npwoods2019-07-241-1/+14
* | Added support for profiling LUA npwoods2019-07-241-5/+18
|/
* Minor spelling correction (nw) npwoods2019-07-221-1/+1
* Merge pull request #5370 from npwoods/lua_ui_input_manager_pressed_enabled R. Belmont2019-07-221-1/+3
|\
| * Added ui_input_manager::[set_]presses_enabled() and exposed to LUA npwoods2019-07-211-1/+3
* | Merge pull request #5371 from npwoods/lua_image_instance_names R. Belmont2019-07-221-0/+4
|\ \
| * | Exposing device_image_interface::[brief_]instance_name() to LUA npwoods2019-07-211-0/+4
| |/
* / Exposed miscellaneous ioport_field methods and properties to LUA (#5375) npwoods2019-07-221-7/+48
|/
* Merge pull request #5369 from npwoods/lua_field_set_input_seq R. Belmont2019-07-211-0/+12
|\
| * Exposed the ability to set input seqs on ioport_field in LUA npwoods2019-07-211-0/+12
* | Exposed various methods/properties on device_image_interface to LUA (#5368) npwoods2019-07-211-1/+8
* | Saving snapshots in LUA now supports absolute paths npwoods2019-07-201-8/+20
|/
* Exposed natual_keyboard object to LUA (#5364) npwoods2019-07-201-1/+18
* Merge pull request #5359 from npwoods/lua_effective_frameskip R. Belmont2019-07-201-0/+1
|\
| * Making video_manager::effective_frameskip() public and exposing via LUA npwoods2019-07-181-0/+1
* | Merge pull request #5363 from npwoods/lua_paste ajrhacker2019-07-191-0/+1
|\ \
| * | Moving paste() from mame_ui_manager class to natural_keyboard class, npwoods2019-07-191-0/+1
| |/
* / Exposing sound_manager to LUA npwoods2019-07-191-0/+18
|/
* luaengine: video:size(), video:pixels(), screen:refresh_attoseconds() [vadosn... cracyc2019-07-141-4/+24
|\
| * fix for clang feos2019-07-121-2/+2
| * luaengine: video:size(), video:pixels(), screen:refresh_attoseconds() feos2019-07-121-4/+24
* | Make layout format more flexible: Vas Crabb2019-07-061-7/+0
* | Changed the various usages of UI_*COLOR to be calls to src/frontend/mame/ui/m... npwoods2019-06-281-1/+1
* | srcclean (nw) Vas Crabb2019-05-261-1/+1
|/
* luaengine: make machine_flags fields of game_driver rather than a new table feos2019-05-131-48/+42
* luaengine: add machine_flags library feos2019-05-121-1/+71
* explain emu.register_callback(callback, name), add emu.step() feos2019-05-091-1/+6
* luaengine comments: add missing info: feos2019-05-091-20/+26
* improve luaengine comments (fixes and updates) feos2019-05-081-104/+381
* Spelling corrections (nw) AJR2018-11-251-1/+1
* luaengine: fix clang build (nw) cracyc2018-11-051-1/+1
* luaengine: add pixels (nw) cracyc2018-11-041-0/+11