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
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
osd
/
modules
/
output
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replaced most simple uses of sprintf with type-safe equivalents. (#10948)
Erik
2023-03-10
1
-3
/
+2
*
osd: Turned video modules into actual modules, fixed various issues.
Vas Crabb
2023-02-01
3
-22
/
+28
*
Various input and OSD refactoring:
Vas Crabb
2023-01-29
6
-170
/
+199
*
Miscellaneous fixes and refactoring:
Vas Crabb
2023-01-28
1
-3
/
+11
*
Clean up #includes in src/osd (#10029)
ajrhacker
2022-07-04
1
-0
/
+2
*
Removed extra semicolons after function bodies in remaining headers. (#9277)
0kmg
2022-02-07
1
-1
/
+1
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
1
-0
/
+1
*
Got rid of global_alloc/global_free.
Vas Crabb
2020-10-03
1
-3
/
+3
*
Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360)
Oliver Stöneberg
2020-04-08
4
-5
/
+7
*
fixed some modernize-use-auto clang-tidy warnings (nw) (#6238)
Oliver Stöneberg
2020-01-30
1
-1
/
+1
*
fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237)
Oliver Stöneberg
2020-01-30
4
-7
/
+5
*
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
1
-1
/
+1
*
save/restore otuput values in save states
Vas Crabb
2019-12-13
1
-8
/
+5
*
Fix Solaris 2.11 (non-Oracle)
Rick V
2019-08-19
1
-0
/
+5
*
srcclean (nw)
Vas Crabb
2018-05-27
4
-9
/
+9
*
Output system changes [headkaze, R. Belmont]
arbee
2018-05-06
4
-46
/
+77
*
never hurts to srcclean (nw)
Vas Crabb
2017-07-09
1
-39
/
+39
*
remove unnecessary verbosity (nw)
arbee
2017-07-04
1
-3
/
+2
*
output: Fleshed out network output provider so it has the same capability as ...
arbee
2017-07-04
1
-6
/
+69
*
Move special windows.h include directives to build defines (nw)
Brad Hughes
2016-12-28
1
-1
/
+0
*
Small cleanup (nw)
Miodrag Milanovic
2016-11-11
1
-1
/
+1
*
srcclean (nw)
Vas Crabb
2016-10-23
2
-50
/
+50
*
final cleanup of TRUE/FALSE, left only in windows section where it represent ...
Miodrag Milanovic
2016-10-22
1
-4
/
+4
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
6
-9
/
+9
*
dynamic_buffer is just std::vector<UINT8> (nw)
Miodrag Milanovic
2016-10-21
1
-1
/
+1
*
Replaced code usage of libuv with asio library (nw)
Miodrag Milanovic
2016-10-07
1
-34
/
+119
*
win32_output: Register window messages before creating window (nw)
Brad Hughes
2016-09-30
1
-15
/
+16
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-1
/
+1
*
fix non-Windows compile (nw)
arbee
2016-06-05
1
-1
/
+5
*
Placed back old output system as module "-output windows" need more things cl...
Miodrag Milanovic
2016-06-05
3
-1
/
+428
*
Fixed network output to include all data [headkaze]
arbee
2016-06-05
1
-1
/
+6
*
Cleanups and version bump
mame0173
Miodrag Milanovic
2016-04-27
1
-5
/
+4
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-2
/
+2
*
Basic TCP server based on libuv [Inaki Baz Castillo,Miodrag Milanovic]
Miodrag Milanovic
2016-04-10
1
-5
/
+32
*
Added skeleton for network output (nw)
Miodrag Milanovic
2016-04-09
1
-0
/
+59
*
Added none and console output providers (nw)
Miodrag Milanovic
2016-04-09
3
-0
/
+94