index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
lib
/
util
/
options.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
-emu/devcb.h: Removed set_log and append_log.
Vas Crabb
2023-08-02
1
-4
/
+7
*
util/options.cpp: Fixed issue when copying options that don't carry values.
Vas Crabb
2022-12-22
1
-10
/
+22
*
util/options.cpp: Fixed overriden default option values from OSD.
Vas Crabb
2022-12-19
1
-1
/
+1
*
osd/modules/file: Don't magically substitute environment variables when openi...
npwoods
2022-12-17
1
-25
/
+176
*
util/options.h: Removed legacy OPTION_* option type constants. (#9851)
npwoods
2022-05-30
1
-5
/
+5
*
Restore validation for command-line and .ini options (disabled since 0.188) a...
AJR
2021-03-21
1
-11
/
+17
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-2
/
+1
*
Much more core std::string_view modernization
AJR
2021-01-20
1
-44
/
+67
*
Low-level #include overhaul
AJR
2021-01-02
1
-2
/
+3
*
Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360)
Oliver Stöneberg
2020-04-08
1
-0
/
+9
*
there are reasons for things being the way they were (nw)
Vas Crabb
2020-01-31
1
-0
/
+27
*
fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237)
Oliver Stöneberg
2020-01-30
1
-36
/
+0
*
fixed some clang-tidy warnings (nw) (#6236)
Oliver Stöneberg
2020-01-30
1
-1
/
+1
*
Merge pull request #6195 from firewave/includes
R. Belmont
2020-01-22
1
-4
/
+4
|
\
|
*
use C++ library includes (nw)
firewave
2020-01-22
1
-4
/
+4
*
|
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
1
-1
/
+1
|
/
*
util/options.cpp: fix locale issues and a const correctness issue
Vas Crabb
2019-11-23
1
-62
/
+141
*
lib/util/options.cpp: Don't try to set the value of a header (nw)
AJR
2018-10-04
1
-1
/
+2
*
-options: Restored erroneously-removed game-specific INI option reversion bet...
mooglyguy
2018-10-05
1
-0
/
+26
*
Fix error in debug build with SMS card options (nw)
AJR
2018-05-21
1
-1
/
+1
*
options: Set the value when setting the default as before [O. Galibert]
Olivier Galibert
2017-06-25
1
-1
/
+1
*
Overhaul to how MAME handles options, take two (#2341)
npwoods
2017-06-25
1
-448
/
+532
*
Bug fix to -romident and aux verb cleanup (take two) (#2299)
npwoods
2017-05-13
1
-22
/
+52
*
Revert "Bug fix to -romident and aux verb cleanup (#2288)"
Vas Crabb
2017-05-12
1
-31
/
+11
*
Bug fix to -romident and aux verb cleanup (#2288)
npwoods
2017-05-12
1
-11
/
+31
*
Changed 'int ignore_warnings' parameter on core_options::parse_ini_file() to ...
Nathan Woods
2017-05-10
1
-2
/
+2
*
Revert "Overhaul to how MAME handles options (#2260)"
Vas Crabb
2017-05-07
1
-535
/
+433
*
Overhaul to how MAME handles options (#2260)
npwoods
2017-05-05
1
-433
/
+535
*
Pruned out some cruft in src/lib/util/options.[cpp|h]
Nathan Woods
2017-04-17
1
-21
/
+0
*
More options refactoring
Nathan Woods
2017-04-16
1
-3
/
+15
*
Fixes issues specifying image/slot options fron INI files (reported by Robbbe...
npwoods
2017-04-15
1
-1
/
+8
*
Fixed issue that could cause bogus arguments to be reported incorrectly
Nathan Woods
2017-04-02
1
-3
/
+8
*
srcclean (nw)
Vas Crabb
2017-03-26
1
-2
/
+2
*
Fixed regression pertaining to specification of empty strings as slot names
Nathan Woods
2017-02-27
1
-4
/
+5
*
Fixed an issue where device options (e.g. -cart) were reported as unknown whe...
Vas Crabb
2017-02-24
1
-2
/
+2
|
\
*
|
Vas feedback
Nathan Woods
2017-02-23
1
-8
/
+3
*
|
Fixed an issue where device options (e.g. -cart) were reported as unknown whe...
Nathan Woods
2017-02-22
1
-22
/
+51
|
/
*
Softlist cleanup (#2075)
npwoods
2017-02-22
1
-0
/
+40
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-7
/
+7
*
fixed clang (nw)
Miodrag Milanovic
2016-07-31
1
-0
/
+1
*
Cleanups and version bump
mame0173
Miodrag Milanovic
2016-04-27
1
-1
/
+1
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-1
/
+1
*
Revert software-installed slot/image options when changing software
AJR
2016-04-04
1
-6
/
+6
*
fix: inline not allowed. (nw)
dankan1890
2016-04-03
1
-1
/
+1
*
Small changes. (nw)
dankan1890
2016-04-03
1
-0
/
+6
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-19
/
+19
*
Turn core_file into a proper class that gets cleaned up safely using unique_ptr
Vas Crabb
2016-03-06
1
-2
/
+2
*
* Support *n conversion in stream_format/string_format
Vas Crabb
2016-03-01
1
-5
/
+5
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-63
/
+61
*
MAME related settings are saved on request only (nw)
Miodrag Milanovic
2016-02-06
1
-1
/
+22
[next]