index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
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
/
osd
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
osdcore.h: Changed osd_subst_env to accept a std::string_view and return a st...
npwoods
2022-06-15
7
-16
/
+11
*
return proper enumeration value
Miodrag Milanovic
2022-06-13
1
-1
/
+1
*
ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915)
Vas Crabb
2022-06-11
4
-35
/
+30
*
bgfx: Honour antialias flag on textured quad primitives (fixes MT08340).
Vas Crabb
2022-06-06
1
-1
/
+1
*
util/options.h: Removed legacy OPTION_* option type constants. (#9851)
npwoods
2022-05-30
1
-116
/
+116
*
Fix 9ce44fa048793de5e14d1e7af98e8b5ca148d0f3 for non-Windows builds
AJR
2022-05-25
6
-2
/
+12
*
osd: Cleaned up Windows API usage a little.
Vas Crabb
2022-05-26
12
-534
/
+482
*
bgfx: Honour texture wrap flag. (#9812)
Vas Crabb
2022-05-23
2
-7
/
+10
*
Removed superfluous semicolons from various source files. (#9796)
0kmg
2022-05-22
3
-3
/
+3
*
Revert "bitbanger: Add udp multicast support (#9744)" (#9749)
Vas Crabb
2022-05-13
6
-329
/
+19
*
bitbanger: Add udp multicast support (#9744)
tedgreen99
2022-05-12
6
-19
/
+329
*
osd/modules/input: Detect joystick reconnection with SDL. (#9605)
Vas Crabb
2022-04-24
10
-189
/
+225
*
-util/corealloc.h: Reduced make_unique_clear to a single variant for POD arrays.
Vas Crabb
2022-04-03
2
-79
/
+79
*
floppy: remove the intermediate allocator
Olivier Galibert
2022-03-30
1
-2
/
+2
*
osdhelper.h: Make a couple of overloads const
AJR
2022-03-27
1
-2
/
+2
*
Better fix for Mac compile. [R. Belmont]
arbee
2022-03-16
1
-1
/
+1
*
-bgfx: Fixed YUV shader to have better brightness balance. [Ryan Holtz] (#9425)
MooglyGuy
2022-03-17
1
-4
/
+5
*
Updated BGFX fixes; verified as working on Linux and Windows. (#9420)
MooglyGuy
2022-03-15
16
-272
/
+450
*
Fix Mac compile. [R. Belmont]
arbee
2022-03-15
1
-1
/
+1
*
Revert "More BGFX stability improvements (missing files + multi-window) (#9410)"
Vas Crabb
2022-03-16
13
-342
/
+235
*
Fixed some debugger memory view annoyances and cleaned up Lua bindings.
Vas Crabb
2022-03-16
1
-1
/
+1
*
More BGFX stability improvements (missing files + multi-window) (#9410)
MooglyGuy
2022-03-14
13
-235
/
+342
*
-bgfx: Added default LUT PNG, fixes LUT-effect crash. Fixed external texture ...
MooglyGuy
2022-03-12
3
-9
/
+8
*
osd/modules/input/input_rawinput.cpp: Allow re-plugging mouse/keyboard.
Vas Crabb
2022-03-11
4
-123
/
+186
*
Delete some unnecessary c_str() calls
AJR
2022-02-13
1
-3
/
+3
*
Remove fileio.h from emu.h
AJR
2022-02-11
5
-0
/
+5
*
Removed extra semicolons after function bodies in remaining headers. (#9277)
0kmg
2022-02-07
5
-9
/
+9
*
rendutil.cpp: API cleanup + minor related OSD render cleanups
AJR
2022-01-22
2
-32
/
+11
*
osd/modules/debugger/win/consolewininfo.cpp: fixed build on Windows, AJR plea...
Ivan Vangelista
2022-01-07
1
-1
/
+3
*
device_image_interface: Interface overhaul
AJR
2022-01-06
1
-3
/
+4
*
Render-related cleanup
AJR
2021-12-30
1
-2
/
+3
*
Fixed a few coverity errors, several of which are real bugs.
Vas Crabb
2021-12-02
2
-11
/
+8
*
debugimgui: Fix menus losing focus, add octal display and octal/decimal addre...
Barry Rodewald
2021-11-19
1
-12
/
+46
*
-osd/windows: Fixed stupid potential deadlock on exit.
Vas Crabb
2021-11-13
3
-39
/
+19
*
Fixed Windows build as well - default input overrides in OSD modules are anno...
Vas Crabb
2021-11-02
1
-5
/
+0
*
-frontend: Refactored menu event handling and fixed a number of issues. (#8777)
Vas Crabb
2021-10-31
10
-139
/
+257
*
bgfx: fix flurry of bogus warning messages
hap
2021-10-29
1
-1
/
+1
*
debugger: support octal on the Mac native debugger [R. Belmont]
arbee
2021-10-27
1
-4
/
+65
*
debugger/qt/memorywindow.cpp: Remove leftover printf
AJR
2021-10-27
1
-2
/
+0
*
Debug memory view improvements
AJR
2021-10-27
2
-16
/
+113
*
Build cleanup and UWP removal (#8756)
Vas Crabb
2021-10-27
18
-1125
/
+144
|
\
|
*
remove uwp column
Miodrag Milanovic
2021-10-26
1
-134
/
+134
|
*
Remove OSD_UWP from rest of code
Miodrag Milanovic
2021-10-26
15
-130
/
+10
|
*
Remove uwp specific sources
Miodrag Milanovic
2021-10-26
3
-861
/
+0
*
|
render/d3d: Replaced some locale-sensitive configuration parsing code.
Vas Crabb
2021-10-26
1
-18
/
+21
|
/
*
srcclean in preparation for branching 0.237 release
Vas Crabb
2021-10-24
1
-2
/
+2
*
Still more user experience improvements:
Vas Crabb
2021-10-18
6
-11
/
+117
*
frontend: Keep cleaning up.
Vas Crabb
2021-10-11
2
-8
/
+0
*
Fix multiple issues with debug memory tracking
AJR
2021-10-04
2
-4
/
+10
*
util: Further API cleanups: (#8661)
Vas Crabb
2021-10-05
1
-3
/
+3
[prev]
[next]