summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/options.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib/util/options.cpp: Don't try to set the value of a header (nw) AJR2018-10-041-1/+2
* -options: Restored erroneously-removed game-specific INI option reversion bet... mooglyguy2018-10-051-0/+26
* Fix error in debug build with SMS card options (nw) AJR2018-05-211-1/+1
* options: Set the value when setting the default as before [O. Galibert] Olivier Galibert2017-06-251-1/+1
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-448/+532
* Bug fix to -romident and aux verb cleanup (take two) (#2299) npwoods2017-05-131-22/+52
* Revert "Bug fix to -romident and aux verb cleanup (#2288)" Vas Crabb2017-05-121-31/+11
* Bug fix to -romident and aux verb cleanup (#2288) npwoods2017-05-121-11/+31
* Changed 'int ignore_warnings' parameter on core_options::parse_ini_file() to ... Nathan Woods2017-05-101-2/+2
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-535/+433
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-433/+535
* Pruned out some cruft in src/lib/util/options.[cpp|h] Nathan Woods2017-04-171-21/+0
* More options refactoring Nathan Woods2017-04-161-3/+15
* Fixes issues specifying image/slot options fron INI files (reported by Robbbe... npwoods2017-04-151-1/+8
* Fixed issue that could cause bogus arguments to be reported incorrectly Nathan Woods2017-04-021-3/+8
* srcclean (nw) Vas Crabb2017-03-261-2/+2
* Fixed regression pertaining to specification of empty strings as slot names Nathan Woods2017-02-271-4/+5
* Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Vas Crabb2017-02-241-2/+2
|\
* | Vas feedback Nathan Woods2017-02-231-8/+3
* | Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Nathan Woods2017-02-221-22/+51
|/
* Softlist cleanup (#2075) npwoods2017-02-221-0/+40
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* fixed clang (nw) Miodrag Milanovic2016-07-311-0/+1
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Revert software-installed slot/image options when changing software AJR2016-04-041-6/+6
* fix: inline not allowed. (nw) dankan18902016-04-031-1/+1
* Small changes. (nw) dankan18902016-04-031-0/+6
* Iterate over core classes C++11 style AJR2016-03-311-19/+19
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-2/+2
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-5/+5
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-63/+61
* MAME related settings are saved on request only (nw) Miodrag Milanovic2016-02-061-1/+22
* Return std::string objects by value rather than pass by reference AJR2016-01-101-10/+8
* Fix after tagmap conversion (nw) Miodrag Milanovic2015-12-101-1/+4
* tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic2015-12-091-38/+37
* clang-modernize part 5 Miodrag Milanovic2015-12-041-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-31/+31
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+819