summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame (follow)
Commit message (Expand)AuthorAgeFilesLines
* Follow up to previous listxml_refactor PR (nw) npwoods2019-08-043-24/+10
* Creating an -attach_window command line parameter on Windows to attach to an ... npwoods2019-08-041-1/+3
* Refactored info_xml_creator::output() npwoods2019-08-033-114/+148
* Enabled default move ctor/assignments in core_options, and changed npwoods2019-08-011-5/+7
* srcclean (nw) Vas Crabb2019-07-287-21/+21
* (nw) indicate that plugin errors are now fatal Robbbert2019-07-261-3/+3
* Merge pull request #5383 from npwoods/plugin_refactor R. Belmont2019-07-246-93/+234
|\
| * Refactored MAME's plugin system npwoods2019-07-246-93/+234
* | Added support for profiling LUA npwoods2019-07-242-5/+21
|/
* 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
| |/
* | Merge pull request #5372 from npwoods/skip_mandatory_fileman R. Belmont2019-07-221-1/+1
|\ \
| * | Created a -skip_mandatory_fileman option npwoods2019-07-211-1/+1
| |/
* / 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-193-23/+2
|\ \
| * | Moving paste() from mame_ui_manager class to natural_keyboard class, npwoods2019-07-193-23/+2
| |/
* | Revert "Allow 16bpp gfxdecode (#5167)" R. Belmont2019-07-191-3/+3
* | Exposing sound_manager to LUA npwoods2019-07-191-0/+18
|/
* Allow 16bpp gfxdecode (#5167) cam9002019-07-181-3/+3
* disable ui startup screens for "-video none" feos2019-07-151-2/+4
* 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-064-119/+41
* | Refactored UI font metrics (#5291) npwoods2019-06-3027-240/+249
* | Changed the various usages of UI_*COLOR to be calls to src/frontend/mame/ui/m... npwoods2019-06-2826-242/+276
* | srcclean (nw) Vas Crabb2019-06-231-3/+3
* | Adding a -version command line argument to get the current build version npwoods2019-06-222-1/+16
* | srcclean (nw) Vas Crabb2019-05-261-1/+1
* | inputmap.cpp: Further cleanup (nw) AJR2019-05-241-2/+0
* | inputmap: fix gcc compile(unused variable) (nw) hap2019-05-241-12/+0
* | Improve sorting of items for machine input menu. Inputs of the same type are ... AJR2019-05-242-53/+76
* | ui/menu.cpp: Provide more helpers (nw) AJR2019-05-224-24/+71
* | ui/menu.cpp: Privatize a few variables (nw) AJR2019-05-2211-227/+225
* | viewgfx.cpp : Allow palette alpha value viewable (#5073) cam9002019-05-181-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