summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
* SDL fix (nw) Miodrag Milanovic2015-04-191-1/+1
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-192-3/+3
* more conversions to std::string (nw) Miodrag Milanovic2015-04-192-3/+3
* fixed alloca define to standard one (nw) Miodrag Milanovic2015-04-181-1/+1
* Fix build Vas Crabb2015-04-171-1/+4
* Fix compiling tools on OSX 10.10 (nw) Miodrag Milanovic2015-04-161-2/+2
* Attempt fix of Windows inability to compile (from Vas Crabb) (nw) Scott Stone2015-04-141-7/+7
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-143-16/+16
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-134-5/+5
* string -> str part 1 (nw) Miodrag Milanovic2015-04-121-136/+136
* Fix compile. (nw) couriersud2015-04-121-3/+3
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-1217-56/+56
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-119-32/+32
* VS2015 compile works (nw) Miodrag Milanovic2015-04-101-0/+3
* Merge branch 'master' of https://github.com/ZoeB/mame Vas Crabb2015-04-103-37/+35
|\
| * Tidy tidying Zoë Blade2015-04-101-5/+5
| * Tidy whitespace in plain text files Zoë Blade2015-04-083-37/+35
* | More Leopard fun (nw) Vas Crabb2015-04-102-19/+31
* | Honour -debugger_font and -debugger_font_size in Cocoa debugger. Vas Crabb2015-04-096-13/+27
* | Honour debugger font choice with Qt debugger Vas Crabb2015-04-098-22/+23
* | removed vconv, updated warnings/error for vs and icl (nw) Miodrag Milanovic2015-04-091-596/+0
* | Small cleanup Vas Crabb2015-04-091-14/+17
* | Proper C++ for DirectSound module, get rid of all static variables, some enca... Vas Crabb2015-04-091-206/+319
* | Attempt Leopard compatibility Vas Crabb2015-04-092-0/+14
* | Add audio output selection for CoreAudio Vas Crabb2015-04-093-27/+321
* | Make AUEffectUtil suck less Vas Crabb2015-04-082-35/+235
* | Add save all menu item to AUEffectUtil Vas Crabb2015-04-081-0/+1
* | Improvements to CoreAudio output Vas Crabb2015-04-082-230/+393
* | Fix yuv texture conversion for opengl [O. Galibert] Olivier Galibert2015-04-071-7/+5
* | Add AudioUnit effect support to MAME Vas Crabb2015-04-072-6/+287
* | Convert CoreAudio output to use AUGraph in preparation for effects Vas Crabb2015-04-072-60/+199
* | Make OSD options an init parameter for modules Vas Crabb2015-04-0722-64/+65
* | Add options for AudioUnit effects Vas Crabb2015-04-072-78/+96
* | Add a crappy utility for editing AU effect presets Vas Crabb2015-04-073-8/+710
* | fix for mingw-clang sdl build (nw) Miodrag Milanovic2015-04-061-1/+2
* | removed not needed declaration (nw) Miodrag Milanovic2015-04-061-4/+0
* | Fixed non-unicode builds (nw) Miodrag Milanovic2015-04-063-5/+16
|/
* CoreAudio sound output good enough to be default on OSX Vas Crabb2015-04-052-9/+8
* Bigger isn't always better (nw) Vas Crabb2015-04-051-1/+1
* I can be really dumb sometimes Vas Crabb2015-04-051-2/+2
* the AudioUnit is happier if we don't stop it for silence (nw) Vas Crabb2015-04-051-26/+3
* Add a simple CoreAudio sound output module Vas Crabb2015-04-055-25/+351
* * Take more link dependencies caused by OSD out of genie.lua Vas Crabb2015-04-042-6/+16
* Remove some obsolete code, enable MALLOC_DEBUG for SDLWin32 Vas Crabb2015-04-042-26/+0
* Bring back USE_SDL, CYGWIN_BUILD and malloc debugging for Windows OSD Vas Crabb2015-04-041-19/+17
* Some compilers don't like implicitly casting negative values to unsigned types Vas Crabb2015-04-031-1/+1
* Fix warning with some clang configurations, don't automatically disable bgfx ... Vas Crabb2015-04-031-0/+2
* get rid of some obsolete/unreachable stuff, get rid of more abuse of SDLMAME_... Vas Crabb2015-04-022-24/+2
* Add back support for big endian targets including OSX-PPC Vas Crabb2015-04-021-10/+10
* netdev: fix race condition/crash when using the OSD to choose pcap devices. [... arbee2015-04-013-4/+22