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
Commit message (
Expand
)
Author
Age
Files
Lines
*
SDL fix (nw)
Miodrag Milanovic
2015-04-19
1
-1
/
+1
*
removed bool conversion and implicit empty check (nw)
Miodrag Milanovic
2015-04-19
2
-3
/
+3
*
more conversions to std::string (nw)
Miodrag Milanovic
2015-04-19
2
-3
/
+3
*
fixed alloca define to standard one (nw)
Miodrag Milanovic
2015-04-18
1
-1
/
+1
*
Fix build
Vas Crabb
2015-04-17
1
-1
/
+4
*
Fix compiling tools on OSX 10.10 (nw)
Miodrag Milanovic
2015-04-16
1
-2
/
+2
*
Attempt fix of Windows inability to compile (from Vas Crabb) (nw)
Scott Stone
2015-04-14
1
-7
/
+7
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
3
-16
/
+16
*
updated astring constructors to have just one string param, to be more like s...
Miodrag Milanovic
2015-04-13
4
-5
/
+5
*
string -> str part 1 (nw)
Miodrag Milanovic
2015-04-12
1
-136
/
+136
*
Fix compile. (nw)
couriersud
2015-04-12
1
-3
/
+3
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
17
-56
/
+56
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
9
-32
/
+32
*
VS2015 compile works (nw)
Miodrag Milanovic
2015-04-10
1
-0
/
+3
*
Merge branch 'master' of https://github.com/ZoeB/mame
Vas Crabb
2015-04-10
3
-37
/
+35
|
\
|
*
Tidy tidying
Zoë Blade
2015-04-10
1
-5
/
+5
|
*
Tidy whitespace in plain text files
Zoë Blade
2015-04-08
3
-37
/
+35
*
|
More Leopard fun (nw)
Vas Crabb
2015-04-10
2
-19
/
+31
*
|
Honour -debugger_font and -debugger_font_size in Cocoa debugger.
Vas Crabb
2015-04-09
6
-13
/
+27
*
|
Honour debugger font choice with Qt debugger
Vas Crabb
2015-04-09
8
-22
/
+23
*
|
removed vconv, updated warnings/error for vs and icl (nw)
Miodrag Milanovic
2015-04-09
1
-596
/
+0
*
|
Small cleanup
Vas Crabb
2015-04-09
1
-14
/
+17
*
|
Proper C++ for DirectSound module, get rid of all static variables, some enca...
Vas Crabb
2015-04-09
1
-206
/
+319
*
|
Attempt Leopard compatibility
Vas Crabb
2015-04-09
2
-0
/
+14
*
|
Add audio output selection for CoreAudio
Vas Crabb
2015-04-09
3
-27
/
+321
*
|
Make AUEffectUtil suck less
Vas Crabb
2015-04-08
2
-35
/
+235
*
|
Add save all menu item to AUEffectUtil
Vas Crabb
2015-04-08
1
-0
/
+1
*
|
Improvements to CoreAudio output
Vas Crabb
2015-04-08
2
-230
/
+393
*
|
Fix yuv texture conversion for opengl [O. Galibert]
Olivier Galibert
2015-04-07
1
-7
/
+5
*
|
Add AudioUnit effect support to MAME
Vas Crabb
2015-04-07
2
-6
/
+287
*
|
Convert CoreAudio output to use AUGraph in preparation for effects
Vas Crabb
2015-04-07
2
-60
/
+199
*
|
Make OSD options an init parameter for modules
Vas Crabb
2015-04-07
22
-64
/
+65
*
|
Add options for AudioUnit effects
Vas Crabb
2015-04-07
2
-78
/
+96
*
|
Add a crappy utility for editing AU effect presets
Vas Crabb
2015-04-07
3
-8
/
+710
*
|
fix for mingw-clang sdl build (nw)
Miodrag Milanovic
2015-04-06
1
-1
/
+2
*
|
removed not needed declaration (nw)
Miodrag Milanovic
2015-04-06
1
-4
/
+0
*
|
Fixed non-unicode builds (nw)
Miodrag Milanovic
2015-04-06
3
-5
/
+16
|
/
*
CoreAudio sound output good enough to be default on OSX
Vas Crabb
2015-04-05
2
-9
/
+8
*
Bigger isn't always better (nw)
Vas Crabb
2015-04-05
1
-1
/
+1
*
I can be really dumb sometimes
Vas Crabb
2015-04-05
1
-2
/
+2
*
the AudioUnit is happier if we don't stop it for silence (nw)
Vas Crabb
2015-04-05
1
-26
/
+3
*
Add a simple CoreAudio sound output module
Vas Crabb
2015-04-05
5
-25
/
+351
*
* Take more link dependencies caused by OSD out of genie.lua
Vas Crabb
2015-04-04
2
-6
/
+16
*
Remove some obsolete code, enable MALLOC_DEBUG for SDLWin32
Vas Crabb
2015-04-04
2
-26
/
+0
*
Bring back USE_SDL, CYGWIN_BUILD and malloc debugging for Windows OSD
Vas Crabb
2015-04-04
1
-19
/
+17
*
Some compilers don't like implicitly casting negative values to unsigned types
Vas Crabb
2015-04-03
1
-1
/
+1
*
Fix warning with some clang configurations, don't automatically disable bgfx ...
Vas Crabb
2015-04-03
1
-0
/
+2
*
get rid of some obsolete/unreachable stuff, get rid of more abuse of SDLMAME_...
Vas Crabb
2015-04-02
2
-24
/
+2
*
Add back support for big endian targets including OSX-PPC
Vas Crabb
2015-04-02
1
-10
/
+10
*
netdev: fix race condition/crash when using the OSD to choose pcap devices. [...
arbee
2015-04-01
3
-4
/
+22
[next]