summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *fixed display of covers in UI. Robbbert2019-10-231-1/+2
* (nw) fixed typo that Andrew found. Robbbert2019-10-201-1/+1
* Merge pull request #5758 from vadosnaprimer/luaengine_ram R. Belmont2019-10-191-1081/+1122
|\
| * luaengine: reduce memory usage during compilation feos2019-10-191-1081/+1122
* | vs2019_clang builds and links with portaudio disabled (nw) smf-2019-10-081-1/+1
|/
* ui/menu: Move one variable down into subclasses; fix some confusing variable ... AJR2019-09-267-33/+35
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-269-29/+28
* Merge pull request #5683 from vadosnaprimer/sound_callback R. Belmont2019-09-253-3/+25
|\
| * callback after sound update has generated new samples feos2019-09-243-3/+25
* | (nw) fixed presentation of error message about invalid INI options. Robbbert2019-09-191-1/+1
|/
* Changed osd_get_clipboard_text() to return std::string (#5615) npwoods2019-09-111-9/+2
* 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
* Distinguish DIP switches that belong to different devices but have the same n... AJR2019-08-312-4/+6
* Exposing running_machine::exit_pending() and npwoods2019-08-281-1/+5
* strtok is not reentrant - it's not safe to call it any time you might be mult... Vas Crabb2019-08-251-8/+9
* srcclean (nw) Vas Crabb2019-08-253-9/+9
* Exposing ioport_manager::type_group() and ioport_field::keyboard_codes() npwoods2019-08-231-0/+13
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* Extracting input sequence cleaning logic into an seq_clean() function npwoods2019-08-211-0/+2
* Miscellaneous LUA functionality npwoods2019-08-184-1/+27
* 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-172-5/+23
* Moved most of the implementation of info_xml_creator to anonymous npwoods2019-08-152-105/+121
* Ensuring that devices emitted by -listxml are sorted npwoods2019-08-132-1/+17
* Fix build in newer Emscripten versions (nw) Justin Kerk2019-08-081-1/+1
* Changing info_xml_creator to not use std::endl (nw) npwoods2019-08-071-33/+32
* Speeding up -listxml by performing the heavy lifting asynchronously npwoods2019-08-072-59/+127
* Surpressing mandatory file manager when -str (seconds to run) is on (nw) npwoods2019-08-061-3/+3
* Merge pull request #5438 from npwoods/lua_manadatory_file_manager_override_ch... R. Belmont2019-08-057-43/+112
|\
| * Changed mechanisms for overriding the mandatory file manager npwoods2019-08-057-43/+112
* | Changed info_xml_creator to use std::ostream npwoods2019-08-054-275/+272
* | 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
|/