Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Final fixups, get sliders working again, nw | 2016-02-21 | 1 | -0/+1 | |
| | |||||
* | First take on render API reorg, nw | 2016-02-21 | 2 | -22/+22 | |
| | |||||
* | placed back OPENGL check since GL is not same as GLES (nw) | 2016-02-16 | 1 | -0/+2 | |
| | |||||
* | opengl as requirement (nw) | 2016-02-16 | 1 | -2/+0 | |
| | |||||
* | XAudio2 support | 2016-01-20 | 1 | -0/+1 | |
| | |||||
* | Allow mame -validate -verbose to capture verbose messages | 2016-01-02 | 2 | -5/+9 | |
| | |||||
* | tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) | 2015-12-09 | 1 | -1/+0 | |
| | |||||
* | fixing some more override (nw) | 2015-12-06 | 1 | -13/+13 | |
| | |||||
* | clang-modernize part 5 | 2015-12-04 | 2 | -3/+3 | |
| | |||||
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 5 | -0/+0 | |
| | |||||
* | some extremely low hanging pedantic fruit | 2015-07-08 | 1 | -1/+1 | |
| | |||||
* | Align memory with MALLOC_DEBUG (nw) | 2015-07-04 | 1 | -18/+39 | |
| | |||||
* | Don't make malloc replacement incompatible with malloc (nw) | 2015-07-03 | 1 | -3/+3 | |
| | |||||
* | Move UI mode key out of SDL options into generic options | 2015-06-15 | 2 | -14/+21 | |
| | |||||
* | did license settings for OG and Andrew, cleared up OSD part for licenses (nw) | 2015-05-09 | 5 | -25/+10 | |
| | |||||
* | Added license headers to the rest of files (nw) | 2015-05-07 | 5 | -0/+10 | |
| | |||||
* | moved all to std::string (nw) | 2015-04-22 | 2 | -17/+17 | |
| | |||||
* | more conversions to std::string (nw) | 2015-04-19 | 1 | -2/+2 | |
| | |||||
* | Replace dynamic_array with std::vector [O. Galibert] | 2015-04-14 | 2 | -15/+15 | |
| | |||||
* | There is no implicit conversion to char* in std::string (nw) | 2015-04-12 | 1 | -10/+10 | |
| | |||||
* | cstr() - > c_str() as preparation for move to std::string (nw) | 2015-04-11 | 2 | -2/+2 | |
| | |||||
* | Honour debugger font choice with Qt debugger | 2015-04-09 | 2 | -0/+7 | |
| | |||||
* | Add audio output selection for CoreAudio | 2015-04-09 | 2 | -6/+9 | |
| | |||||
* | Make OSD options an init parameter for modules | 2015-04-07 | 1 | -3/+3 | |
| | |||||
* | Add options for AudioUnit effects | 2015-04-07 | 2 | -78/+96 | |
| | |||||
* | CoreAudio sound output good enough to be default on OSX | 2015-04-05 | 1 | -1/+1 | |
| | |||||
* | Add a simple CoreAudio sound output module | 2015-04-05 | 1 | -0/+1 | |
| | | | | | | It doesn't provide facilities for AU effects, although that could be added pretty easily if someone wants to. Advantages over SDL sound output are simpler code and lower latency. | ||||
* | get rid of some obsolete/unreachable stuff, get rid of more abuse of ↵ | 2015-04-02 | 1 | -2/+2 | |
| | | | | SDLMAME_ macros outside OSD | ||||
* | Split OSD per file [qmc2] | 2015-03-27 | 1 | -0/+2 | |
| | |||||
* | Added ability to completely disable MIDI [qmc2] (nw) | 2015-03-16 | 1 | -0/+2 | |
| | |||||
* | First step to move osd_printf_* into osd again. Callbacks are now | 2015-03-04 | 2 | -9/+39 | |
| | | | | implemented using an interface and use a push/pop approach where the pop can happen out of order of pushes. [Couriersud] | ||||
* | OpenGL on windows now supports glsl options. This worked out of the box | 2015-02-28 | 2 | -0/+62 | |
| | | | | | | | | | with wine64 and on virtualbox windows7 (64bit). mametiny.exe gridlee -video opengl -gl_glsl -glsl_shader_mame0 shader/glsl_plain -glsl_shader_mame1 shader/TV/tv -now -gl_forcepow2texture -keepaspect [Couriersud] | ||||
* | OS/2 patches for SDLMAME v0.158 [KO Myung-Hun] | 2015-02-24 | 1 | -1/+4 | |
| | |||||
* | Make OpenGL renderer available in mainline build as well. This needs to | 2015-02-22 | 1 | -0/+3 | |
| | | | | be explicitly enabled by specifying USE_OPENGL=1. More code alignment. [Couriersud] | ||||
* | Add a netdev provider "none" as a fallback doing nothing. | 2015-02-02 | 1 | -0/+1 | |
| | |||||
* | Converted midi into a module. (nw) | 2015-01-31 | 2 | -16/+26 | |
| | |||||
* | Converted pcap and taptun network code into modules. (nw) | 2015-01-30 | 2 | -20/+16 | |
| | |||||
* | Cleanups and version bumpmame0158 | 2015-01-28 | 6 | -581/+577 | |
| | |||||
* | Fix compile for Windows/non-sdl. (nw) | 2015-01-27 | 1 | -0/+4 | |
| | |||||
* | Promote osd_getenv from osdlib.h to osdcore.h. Change return type to | 2015-01-27 | 5 | -17/+4 | |
| | | | "const char*". Fixes netlist compile. | ||||
* | Removed include not needed. Fixed compile. Thanks David! (nw) | 2015-01-27 | 1 | -2/+0 | |
| | |||||
* | Fix osx compile. (nw) | 2015-01-25 | 1 | -1/+3 | |
| | |||||
* | Merged winmisc/sdlmisc into osdlib_*.c. (nw) | 2015-01-25 | 4 | -32/+502 | |
| | |||||
* | Converted modules/debugger/* to new module infrastructure. (nw) | 2015-01-25 | 2 | -49/+17 | |
| | |||||
* | Renamed osd_debugger_interface to debug_module in a first step to move | 2015-01-24 | 2 | -39/+6 | |
| | | | to new module infrastructure. (nw) | ||||
* | Converted sound modules to be osd_modules. Simplified code. (nw) | 2015-01-24 | 2 | -103/+22 | |
| | |||||
* | Added a generic module abstraction layer and migrated font modules to | 2015-01-23 | 2 | -13/+58 | |
| | | | use this layer. (nw) | ||||
* | Changed osd_font to struct osd_font and removed unnecessary osdepend.h | 2015-01-17 | 2 | -6/+6 | |
| | | | includes. | ||||
* | OSD Updates: | 2015-01-14 | 2 | -25/+37 | |
| | | | | | - OSD can now use OPTION_COMMAND; added execute_command handler to osd_interface. - moved list_network_devices and list_midi_devices to OSD | ||||
* | Untangled options inheritance. Previously code locked in osd_options | 2015-01-13 | 2 | -44/+217 | |
| | | | | | | | | | | | | | locking any potential future OSD to these. Options inheritance now is core_options emu_options cli_options osd_options [sdl|win]_osd_options This required a number of minor changes to other code as well. Tested on linux-sdl, windows-sdl, windows-mainline, osx-sdl |