summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/clifront.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More user experience improvements: Vas Crabb2021-10-141-4/+0
* Overdue internal UI enhancements (#8674) Vas Crabb2021-10-091-2/+5
* softlist.cpp: Add support for a 'notes' field to store information ab… (#8482) wilbertpol2021-10-051-2/+8
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-3/+3
* List shortnames of subdevices that have ROMs as part of -listroms header AJR2021-07-151-27/+58
* -Miscellaneous improvements for software lists: Vas Crabb2021-06-231-2/+2
* clifront: -romident has no use for mediapath, but it does use hashpath hap2021-04-201-1/+1
* Restore validation for command-line and .ini options (disabled since 0.188) a... AJR2021-03-211-1/+5
* Make -listmedia compatible with grep/find Robbbert2021-02-201-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Much more core std::string_view modernization AJR2021-01-201-20/+15
* clifront.cpp: Restore line accidentally deleted in aa29519528cb3dbdbfac56819b... AJR2021-01-011-0/+1
* Further additions of std::string_view AJR2021-01-011-4/+3
* Eliminate many unnecessary c_str calls AJR2020-12-211-8/+8
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-10/+10
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-1/+1
* validity.cpp, devfind.cpp: Catch missing required I/O ports in systems (exclu... Vas Crabb2020-08-281-2/+1
* Clean up command-line -h output, tidy up emulator_info class a little, add tr... Vas Crabb2020-08-141-12/+21
* (nw) get help from website instead of files that don't exist. Robbbert2020-06-241-1/+1
* Have the -romident command skip the matching process and issue an error messa... AJR2020-05-301-1/+3
* ROM loading cleanup: Vas Crabb2020-04-151-2/+2
* (nw) Cleanup on the way: Vas Crabb2020-03-101-1/+1
* use C++ library includes (nw) firewave2020-01-221-1/+1
* (nw) don't escape stuff that shouldn't be escaped Vas Crabb2019-12-191-1/+1
* Make -listsoftware and -getsoflist recognise software lists that come from sl... Vas Crabb2019-12-191-88/+90
* allow slot options with -listsoftware so stuff like spectrum_mgt_flop can be ... Vas Crabb2019-12-171-3/+1
* softlist_dev.cpp: get some stuff out of the global namespace (nw) Vas Crabb2019-12-081-1/+1
* UI input mapping menu updates: Vas Crabb2019-11-211-11/+14
* Spring cleaning: Vas Crabb2019-11-011-17/+17
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-9/+9
* Changed info_xml_creator to use std::ostream npwoods2019-08-051-1/+1
* Refactored MAME's plugin system npwoods2019-07-241-1/+2
* srcclean (nw) Vas Crabb2019-06-231-3/+3
* Adding a -version command line argument to get the current build version npwoods2019-06-221-1/+15
* (nw) Clean up the mess on master Vas Crabb2019-03-261-230/+221
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-221/+230
* UI cleanup continues: Vas Crabb2019-01-151-3/+6
* Make search not suck as badly (use algorithm derived from Jaro-Winkler simila... Vas Crabb2019-01-141-4/+12
* apply -verbose after processing command-line options and after first pass ove... Vas Crabb2019-01-121-3/+7
* (nw) one shouldn't copy/paste spelling errors; also clean up some comments Vas Crabb2019-01-041-10/+10
* Make informational verbs a bit more consistent, reduce copy/pasted code, a sl... Vas Crabb2019-01-041-216/+192
* clifront.cpp: 'a brief list of options' is a lie, make it more truthful. mooglyguy2018-11-121-3/+3
* (nw) more render work: Vas Crabb2018-07-311-12/+10
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+3
* Make devopt menu localisable. Vas Crabb2018-04-281-4/+6
* support multiple patterns and devices in -listfull verb Vas Crabb2018-02-241-10/+68
* Fix -listdevices' misplacement of subdevices in some configurations AJR2017-12-011-1/+9
* Start adding stuff for iterating ROM entries in a more C++ way without needin... Vas Crabb2017-09-221-6/+10
* ui: improve layout of art/info box, support mousewheel scroll in info Vas Crabb2017-08-101-2/+1