| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix ldplayer issue (nw) |  Miodrag Milanovic | 2016-03-29 | 1 | -0/+1 |
| * | scrclean on lua scripts (nw) |  Miodrag Milanovic | 2016-03-29 | 1 | -28/+28 |
| * | Extend system library support (nw) |  Jeffrey Clark | 2016-03-28 | 1 | -40/+11 |
| * | Emscripten update (nw) |  Justin Kerk | 2016-03-28 | 1 | -1/+1 |
| * | Small issues fix (nw) |  Miodrag Milanovic | 2016-03-27 | 1 | -0/+2 |
| * | Initial work to make MAME work on Android [Miodrag Milanovic] |  Miodrag Milanovic | 2016-03-27 | 1 | -2/+36 |
| * | Emscripten: include shadow-mask.png (nw) |  Justin Kerk | 2016-03-26 | 1 | -0/+1 |
| * | Update bgfx paths for Emscripten (nw) |  Justin Kerk | 2016-03-23 | 1 | -2/+3 |
| * | Allow command-line errors to work in Emscripten (nw) |  Justin Kerk | 2016-03-23 | 1 | -1/+1 |
| * | compile BGFX for RPI as well (nw) |  Miodrag Milanovic | 2016-03-19 | 1 | -0/+3 |
| * | Build more of font_sdl.cpp with Emscripten since there is an SDL2_ttf port no... |  Justin Kerk | 2016-03-17 | 1 | -0/+1 |
| * | Fixed arcade build and merged libbus with liboptional due to circular depende... |  Miodrag Milanovic | 2016-03-06 | 1 | -5/+0 |
| * | removed Apache 2 licensed library since it is not possible to mix with GPL2 (nw) |  Miodrag Milanovic | 2016-03-04 | 1 | -1/+0 |
| * | made sources build use info from mame.lst (nw) |  Miodrag Milanovic | 2016-03-02 | 1 | -0/+10 |
| * | Added mame.lst as main list, it is now generated, and should be updated manua... |  Miodrag Milanovic | 2016-03-02 | 1 | -7/+24 |
| * | Made Visual Studio use by default bundled SDL2 (nw) |  Miodrag Milanovic | 2016-02-27 | 1 | -7/+0 |
| * | Made pnacl to compile (nw) |  Miodrag Milanovic | 2016-02-26 | 1 | -3/+15 |
| * | Make Android targets compile but not link, using clang compiler in NDK, since... |  Miodrag Milanovic | 2016-02-25 | 1 | -0/+11 |
| * | Made OSD=sdl build compile out of box in Visual Studio (nw) |  Miodrag Milanovic | 2016-02-22 | 1 | -1/+7 |
| * | Emscripten cleanup (nw) |  Justin Kerk | 2016-02-21 | 1 | -1/+14 |
| * | Embed needed bgfx files in Emscripten build (nw) |  Justin Kerk | 2016-02-21 | 1 | -1/+1 |
| * | BGFX mandatory requirement (nw) |  Miodrag Milanovic | 2016-02-16 | 1 | -6/+2 |
| * | Added lua-zlib, lfs and luv support for LUA, exposed all using luaengine (nw) |  Miodrag Milanovic | 2016-02-14 | 1 | -1/+2 |
| * | Substantial improvements to Web Audio sound backend for Emscripten port. [Gr... |  Justin Kerk | 2016-02-04 | 1 | -1/+1 |
| * | link into main project and link deps (nw) |  Miodrag Milanovic | 2016-01-31 | 1 | -0/+2 |
| * | Keep naming of binaries for builds made with SOURCES to be same as usual, (nw) |  Miodrag Milanovic | 2016-01-17 | 1 | -2/+2 |
| * | removed jsoncpp (nw) |  Miodrag Milanovic | 2016-01-09 | 1 | -1/+0 |
| * | Revert "removing MESS brand and making MAME a name not acronym (nw)" |  Miodrag Milanovic | 2015-12-31 | 1 | -1/+2 |
| * | removing MESS brand and making MAME a name not acronym (nw) |  Miodrag Milanovic | 2015-12-31 | 1 | -2/+1 |
| * | qtdebugger as separate lib (nw) |  Miodrag Milanovic | 2015-12-26 | 1 | -0/+3 |
| * | Allow SDLMAME to build on OS X from paths containing spaces (and allow SOURCE... |  AJR | 2015-12-19 | 1 | -1/+1 |
| |\ |
|
| | * | Revert "Allow SDLMAME to build on OS X from paths containing spaces" |  R. Belmont | 2015-12-19 | 1 | -9/+9 |
| |/ |
|
| * | Allow SDLMAME to build on OS X from paths containing spaces |  AJR | 2015-12-19 | 1 | -9/+9 |
| * | Added addprojectflags function and added -Wsuggest-override for all that are ... |  Miodrag Milanovic | 2015-12-06 | 1 | -0/+1 |
| * | Compile with Emscripten out of the box. [Justin Kerk] |  Justin Kerk | 2015-11-24 | 1 | -0/+5 |
| * | Added info header at the top of each .lua file (nw) |  Scott Stone | 2015-11-14 | 1 | -0/+8 |
| * | Remove not longer needed ForceCpp flag (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -3/+0 |
| * | update build scripts for rename c - > cpp (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -10/+10 |
| * | Removed mongoose due to restricted license and webserver wip till code is res... |  Miodrag Milanovic | 2015-11-04 | 1 | -1/+0 |
| * | Renamed DRIVERS parameter to SOURCES since you can add any source you wish to... |  Miodrag Milanovic | 2015-10-09 | 1 | -4/+4 |
| * | Do not create dasm.lib if no disassembler compiled (nw) |  Miodrag Milanovic | 2015-10-09 | 1 | -0/+6 |
| * | Moved tools in proper place, and moved build python scripts together with oth... |  Miodrag Milanovic | 2015-10-07 | 1 | -4/+4 |
| * | reorganized scripts according to new structure (nw) |  Miodrag Milanovic | 2015-09-13 | 1 | -0/+1 |
| * | made FORCE_VERSION_COMPILE option to be used for build server (nw) |  Miodrag Milanovic | 2015-09-05 | 1 | -1/+3 |
| * | for separate drivers use simple naming logic (nw) |  Miodrag Milanovic | 2015-06-21 | 1 | -2/+6 |
| * | fixed order of libs making apricot build fine (nw) |  Miodrag Milanovic | 2015-06-20 | 1 | -1/+1 |
| * | Fix more driver building, going deeper in checks (nw) |  Miodrag Milanovic | 2015-06-20 | 1 | -1/+1 |
| * | Made possible creation of custom builds with given list of drivers included. |  Miodrag Milanovic | 2015-06-20 | 1 | -2/+10 |
| * | force rebuild version.c (nw) |  Miodrag Milanovic | 2015-06-15 | 1 | -0/+6 |
| * | Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib b... |  Julian Sikorski | 2015-06-06 | 1 | -4/+37 |