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
Commit message (
Expand
)
Author
Age
Files
Lines
*
srcclean and translation regeneration
Vas Crabb
2016-08-29
3
-11
/
+11
*
Cleanup for VS2015 build (nw)
Miodrag Milanovic
2016-08-28
1
-2
/
+0
*
Warp mode for relative mouse on OSX SDL 2.0.4
Brad Hughes
2016-08-27
1
-0
/
+20
*
some C++14 features are not supported by VS2013. VS2015 is free for home use ...
Miodrag Milanovic
2016-08-27
2
-21
/
+0
*
debugimgui: added very crude create image dialog
mahlemiut
2016-08-25
1
-54
/
+201
*
Put back accidentally replaced conditional compile directive (nw)
Brad Hughes
2016-08-22
1
-1
/
+1
*
cleanup missed x11 input module (nw)
Brad Hughes
2016-08-22
1
-30
/
+31
*
osd input code cleanup (nw)
Brad Hughes
2016-08-22
10
-162
/
+134
*
Now reporting Windows ERROR_INVALID_NAME as osd_file::error::NOT_FOUND
Nathan Woods
2016-08-19
1
-0
/
+1
*
Minor XAudio2 tweak to not always submit buffers if not needed (nw)
Brad Hughes
2016-08-17
1
-4
/
+14
*
debugimgui: added images menu, with crude file select dialog [Barry Rodewald]
mahlemiut
2016-08-16
1
-2
/
+202
*
Try to fix audio delay regression caused when fixing -refreshspeed for
Antonio Giner
2016-08-15
1
-0
/
+4
*
Attempt to fix mouse state on startup in SDL builds by initialising members
Vas Crabb
2016-08-14
1
-6
/
+17
*
- already fixed scanline issue also applied for swapped orientation (nw)
Jezze
2016-08-13
1
-3
/
+7
*
Fix audio distortion with -refreshspeed and -sound xaudio2 (MT 06199)
Antonio Giner
2016-08-11
1
-5
/
+2
*
Remap "P1 Mahjong Score" to / key for OS X
AJR
2016-08-09
1
-0
/
+8
*
Merge pull request #1179 from Pitou1/master
R. Belmont
2016-08-02
2
-22
/
+132
|
\
|
*
Patch to fix the Gun#2 not working in Mame, please refer to Bug id 6185 on Ma...
Patrick Lessard
2016-08-02
2
-22
/
+132
*
|
Fix UTF-16 encode, pass UTF-16 to Windows character drawing (unfortunately st...
Vas Crabb
2016-08-02
1
-2
/
+3
|
/
*
Fix Qt debugger
Vas Crabb
2016-08-01
1
-1
/
+1
*
Turn image init/validate into scoped enums to avoid accidental casts to/from ...
Vas Crabb
2016-08-01
1
-2
/
+1
*
for bool type use true and false (nw)
Miodrag Milanovic
2016-07-31
7
-34
/
+34
*
patch up on OSX
Vas Crabb
2016-08-01
4
-6
/
+6
*
fix after pass through the diff
Vas Crabb
2016-08-01
1
-2
/
+2
*
made constexprs lower case and used constexpr for returning input value as we...
Miodrag Milanovic
2016-07-31
1
-12
/
+12
*
fix vs2015 build (nw)
Miodrag Milanovic
2016-07-31
2
-2
/
+2
*
macros should be turned into constexpr or they can't be used in many situatio...
Vas Crabb
2016-07-31
1
-39
/
+19
*
algorithm-> utility where appropriate, fix imgtool (nw)
Miodrag Milanovic
2016-07-31
9
-9
/
+9
*
fix osx compile (nw)
Miodrag Milanovic
2016-07-31
4
-6
/
+6
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
37
-131
/
+172
*
Cleanups and version bump
Miodrag Milanovic
2016-07-27
8
-21
/
+21
*
Using decltype() and removing +1/-1 "dance"
Nathan Woods
2016-07-25
2
-7
/
+4
*
Fixed off by one issue and other cleanups requested by Vas
Nathan Woods
2016-07-25
4
-19
/
+16
*
Changed strconv.[cpp|h] functions to return their results as std::string and ...
Nathan Woods
2016-07-24
19
-326
/
+196
*
Fix order of evaluation making imgui debugger not fail on starting without dr...
Miodrag Milanovic
2016-07-23
1
-1
/
+1
*
Get sun4_40 happy with SCSI
therealmogminer@gmail.com
2016-07-22
3
-0
/
+175
*
BGFX: fix crash when bgfx effect folder is not present or incomplete
Giuseppe Gorgoglione
2016-07-18
3
-2
/
+22
*
Fixed MT #6291
ImJezze
2016-07-16
5
-26
/
+56
*
Fixed dimension of high-res snapshots (Alt + 12) and AVI records (Alt + Shift...
ImJezze
2016-07-16
1
-6
/
+33
*
Merge pull request #1093 from stevenc99/kfreebsd
R. Belmont
2016-07-16
1
-1
/
+1
|
\
|
*
kfreebsd: use termios.h not just on regular FreeBSD
Steven Chamberlain
2016-07-13
1
-1
/
+1
*
|
Assorted typos fixed (MT #6295, 6296) (nw)
Scott Stone
2016-07-15
1
-1
/
+1
|
/
*
Apollo changes: [Hans Ostermeyer]
arbee
2016-07-12
1
-1
/
+3
*
fix build on debian ppc64 with -maltivec (nw)
Vas Crabb
2016-07-12
1
-0
/
+5
*
windebug: images: added Create option.
Robbbert
2016-07-09
1
-4
/
+45
*
windebug: in images menu, added support for 7z.
Robbbert
2016-07-09
1
-5
/
+7
*
MT6284 flush stdout/stderr before killing process
Vas Crabb
2016-07-08
5
-47
/
+69
*
Make behaviour slightly friendlier with hlsl_write option (nw)
Vas Crabb
2016-07-07
2
-8
/
+3
*
Patch up d3dhlsl as well (nw)
Vas Crabb
2016-07-07
3
-3
/
+6
*
Restore ability to supply explicit name for bgfx AVI output file, auto causes...
Vas Crabb
2016-07-07
5
-9
/
+13
[next]