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
*
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
*
POSIX implementation for valid filename/path character functions
Vas Crabb
2016-07-07
1
-3
/
+50
*
Merge branch 'file_create_and_format_refactorings' of https://github.com/npwo...
Vas Crabb
2016-07-07
3
-1
/
+69
|
\
|
*
Changed osd_is_valid_filepath_char() to block 0x7F and C1 control characters
Nathan Woods
2016-07-05
1
-0
/
+1
|
*
Create osd_is_valid_filename_char() and osd_is_valid_filepath_char() function...
Nathan Woods
2016-07-05
3
-1
/
+68
*
|
Merge pull request #1035 from GiuseppeGorgoglione/master
Vas Crabb
2016-07-07
10
-376
/
+176
|
\
\
|
*
|
Remove bgfx_avi_name and hlsl_write options
Giuseppe Gorgoglione
2016-07-04
8
-41
/
+21
|
*
|
Direct3D HLSL: use aviwrite to record avi movies
Giuseppe Gorgoglione
2016-07-04
4
-344
/
+164
*
|
|
explicit <cstdlib> (nw)
Vas Crabb
2016-07-06
1
-0
/
+1
|
|
/
|
/
|
*
|
use allocating mode of ::realpath by default (nw)
Vas Crabb
2016-07-05
1
-0
/
+7
|
/
*
Added crt-geom and crt-geom-deluxe shaders for bgfx.
Jeremy Green
2016-07-03
12
-0
/
+734
*
Don't raise stuff to public unnecessarily (nw)
Vas Crabb
2016-07-02
1
-2
/
+2
*
Make monitor list a list of shared_ptr like window_list (nw)
Brad Hughes
2016-07-01
9
-91
/
+101
*
more cleanup (nw)
Miodrag Milanovic
2016-07-01
6
-53
/
+42
*
Direct3D: convert linked lists into vectors of unique pointers
Giuseppe Gorgoglione
2016-07-01
4
-235
/
+105
*
Misc code cleanups for Direct3D code
Giuseppe Gorgoglione
2016-07-01
6
-464
/
+240
*
Not needed anyway (nw)
Vas Crabb
2016-06-30
2
-2
/
+0
*
Fix input issues on big endian systems (fixes #963)
Brad Hughes
2016-06-29
8
-47
/
+79
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
25
-110
/
+106
*
Fixed incorrect implementation of win_time_point_from_filetime()
Vas Crabb
2016-06-26
1
-2
/
+3
|
\
|
*
Introduced src/lib/util/timeconv.[c|h], moved code from un7z.cpp into it, and...
Nathan Woods
2016-06-26
1
-6
/
+3
|
*
Fixed incorrect implementation of win_time_point_from_filetime()
Nathan Woods
2016-06-25
1
-2
/
+6
*
|
Fix mouse behavior on OSX
Brad Hughes
2016-06-25
2
-7
/
+27
|
/
*
clang on windows fixes (nw)
Miodrag Milanovic
2016-06-25
3
-3
/
+2
*
A few minor input fixes and cleanups
Brad Hughes
2016-06-25
4
-22
/
+26
*
debugimgui: allow debugger console and log window scrollbars to stay at their...
mahlemiut
2016-06-25
1
-1
/
+16
*
Init (nw)
Vas Crabb
2016-06-25
1
-0
/
+1
*
Fine, be that way GCC (nw)
Vas Crabb
2016-06-25
2
-8
/
+8
*
Better fix (nw)
Vas Crabb
2016-06-25
2
-10
/
+9
*
Fix path with missing return, hopefully fix OSX build (nw)
Vas Crabb
2016-06-25
2
-8
/
+5
*
Revert "This worked by pure luck (nw)"
Vas Crabb
2016-06-25
3
-17
/
+11
[next]