summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/mamedev/mame.git Brad Hughes2016-03-022-0/+25
|\
| * newbrain: Dumped the COP internal ROM. [Chris Despinidis] Curt Coder2016-03-021-0/+15
| | | | | | | | | | newbrain: Rewrote the driver to modern standards. [Curt Coder] cop400: Implemented the MICROBUS interface. [Curt Coder]
| * made sources build use info from mame.lst (nw) Miodrag Milanovic2016-03-021-0/+10
| |
* | Add DirectWrite font support module Brad Hughes2016-03-021-0/+1
|/
* Added mame.lst as main list, it is now generated, and should be updated ↵ Miodrag Milanovic2016-03-021-7/+24
| | | | | | manually (nw) Filtering for subtargets are done by flt files now
* update for osdmini (nw) Miodrag Milanovic2016-03-011-2/+18
|
* Used std::thread and std::condition_variable (nw) Miodrag Milanovic2016-03-014-51/+6
|
* Dynamically load xinput Brad Hughes2016-03-011-1/+0
|
* Merge branch 'xinput_local_temp1' of E:\mame\bradhugh.mame\mame Brad Hughes2016-02-292-0/+2
|\
| * Add XInput support for Windows OSD Brad Hughes2016-02-292-0/+2
| |
* | * Support *n conversion in stream_format/string_format Vas Crabb2016-03-012-0/+4
| | | | | | | | | | | | | | | | | | * Make stream_format return characters printed * Add iostreams with std::vector storage * Move to type-safe templates for logerror and popmessage * Remove now-unnecessary I64FMT from calls to logerror/popmessage * Put some lib/util stuff in util:: namespace * Some fixes to Japanese translation
* | Build SDL2 for Android (nw) Miodrag Milanovic2016-02-291-0/+13
|/
* cleanup (nw) Miodrag Milanovic2016-02-291-1/+0
|
* Merge input modules work. Brad Hughes2016-02-283-3/+13
|\
| * Refactor OSD input into modules Brad Hughes2016-02-283-3/+13
| |
* | added compiling SDL2 for Android (nw) Miodrag Milanovic2016-02-281-22/+67
| |
* | compiles but crash on OSX with bundled one (nw) Miodrag Milanovic2016-02-283-17/+48
| |
* | Separated windows only part in SDL2 build and prepared osx one (nw) Miodrag Milanovic2016-02-281-55/+113
| |
* | make possible to select if bundled SDL2 is used, made mingw and vs compile ↵ Miodrag Milanovic2016-02-273-34/+81
| | | | | | | | so far (nw)
* | Made Visual Studio use by default bundled SDL2 (nw) Miodrag Milanovic2016-02-274-27/+325
| |
* | Cleaned up sliders a bit in d3dhlsl, nw therealmogminer@gmail.com2016-02-271-0/+1
| |
* | Added NotoSans-Bold as backup font for platforms that do not have default ↵ Miodrag Milanovic2016-02-271-2/+2
| | | | | | | | system fonts exposed (nw)
* | Made pnacl to compile (nw) Miodrag Milanovic2016-02-262-6/+19
| |
* | OS/2 can not support SDL2 which is needed for MAME to run (nw) Miodrag Milanovic2016-02-263-21/+3
| |
* | Fix compile for Android(nw) Miodrag Milanovic2016-02-261-2/+2
| |
* | Fixing some more Android related things (nw) Miodrag Milanovic2016-02-261-4/+20
| |
* | Make Android targets compile but not link, using clang compiler in NDK, ↵ Miodrag Milanovic2016-02-252-3/+23
| | | | | | | | since GCC will be removed in next one (nw)
* | pnacl compile fixes (nw) Miodrag Milanovic2016-02-251-2/+14
| |
* | And I hate you too XCode (nw) Miodrag Milanovic2016-02-221-9/+9
| |
* | Made OSD=sdl build compile out of box in Visual Studio (nw) Miodrag Milanovic2016-02-223-8/+43
| |
* | fix building Emscripten build on Windows (nw) Miodrag Milanovic2016-02-221-1/+3
| |
* | Emscripten cleanup (nw) Justin Kerk2016-02-211-1/+14
| |
* | Embed needed bgfx files in Emscripten build (nw) Justin Kerk2016-02-211-1/+1
| |
* | changes towards compiling with XCode (nw) Miodrag Milanovic2016-02-211-10/+10
| |
* | Added option in the "Customize UI" menu for selecting the language. (nw) dankan18902016-02-211-0/+2
| |
* | More JSON reader plumbing, nw therealmogminer@gmail.com2016-02-211-0/+6
| |
* | More reshuffling, nw therealmogminer@gmail.com2016-02-211-2/+3
| |
* | First take on render API reorg, nw therealmogminer@gmail.com2016-02-213-3/+24
| |
* | added rapidjson in include dirs (nw) Miodrag Milanovic2016-02-171-0/+1
| |
* | Merge pull request #628 from fulivi/hp9845_dev Miodrag Milanović2016-02-171-0/+12
|\ \ | | | | | | Hp9845: tape driver added [F. Ulivi]
| * | hp9845: initial version of HP TACO driver (only basic tape movement is working) fulivi2016-02-171-0/+12
| | |
* | | removed old entries. nw dankan18902016-02-171-1/+0
|/ /
* | Fix Emscripten build (nw) Justin Kerk2016-02-161-1/+3
| |
* | placed back OPENGL check since GL is not same as GLES (nw) Miodrag Milanovic2016-02-164-23/+44
| |
* | BGFX mandatory requirement (nw) Miodrag Milanovic2016-02-164-31/+14
| |
* | opengl as requirement (nw) Miodrag Milanovic2016-02-164-53/+23
| |
* | Remove SDL 1.2 support (nw) Miodrag Milanovic2016-02-163-94/+24
| |
* | Enabled BGFX support for SteamLink Miodrag Milanovic2016-02-162-2/+5
| |
* | osx clang, silence flac unknown attribute error (nw) Jeffrey Clark2016-02-151-0/+5
| |
* | fix windows bgfx library link in sdl builds (nw) Jeffrey Clark2016-02-151-0/+5
| |