summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/luaengine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* luaengine: save state to/from binary string buffer (#6354) feos2020-02-241-0/+27
* srcclean and manual adjustments (nw) Vas Crabb2020-02-231-1/+1
* luaengine: Back out part of unrelated WIP I didn't mean to commit (nw) AJR2020-02-161-3/+3
* luaengine: Expose osd_subst_env as emu.subst_env (nw) AJR2020-02-161-3/+9
* fix various things. checkpointed the alphatpc16, will credit before next rel... cracyc2020-02-111-7/+5
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-4/+4
* luaengine: addr_space:read_range() (#6120) feos2020-01-181-0/+59
* lua: add address_mask and endianness to addr_space library (#6061) feos2019-12-191-4/+23
* Allow saving members of structures in n-dimensional arrays, even if the membe... Vas Crabb2019-12-091-17/+47
* 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