| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | removed not used libraries, and commented portaudio that will be used but no ↵ | 2016-05-31 | 1 | -2/+0 | ||
| | | | | | need for now (nw) | |||||
| * | Emscripten tweaks (nw) | 2016-05-29 | 1 | -2/+4 | ||
| | | ||||||
| * | Emscripten options cleanup (nw) | 2016-05-14 | 1 | -15/+24 | ||
| | | ||||||
| * | Added ability to create standalone emulators, added zexall as example (nw) | 2016-05-08 | 1 | -26/+39 | ||
| | | ||||||
| * | Export SDL_SendKeyboardKey function to allow scancode injectiony | 2016-05-05 | 1 | -1/+1 | ||
| | | ||||||
| * | Update function signatures for Emscripten (nw) | 2016-04-26 | 1 | -1/+1 | ||
| | | ||||||
| * | mode devices to proper library (nw) | 2016-04-23 | 1 | -1/+1 | ||
| | | ||||||
| * | Split UI and frontend part from core [Miodrag Milanovic] | 2016-04-23 | 1 | -0/+1 | ||
| | | ||||||
| * | set GIT_VERSION only where it is used (nw) | 2016-04-21 | 1 | -1/+11 | ||
| | | ||||||
| * | Always rebuild version.cpp when there is git version change (nw) | 2016-04-16 | 1 | -7/+0 | ||
| | | ||||||
| * | Make support for absolute paths for debug dir (nw) | 2016-04-12 | 1 | -1/+1 | ||
| | | ||||||
| * | Added DEBUG_DIR and DEBUG_ARGS parameters, make sense right now for VS build ↵ | 2016-04-12 | 1 | -2/+11 | ||
| | | | | | (nw) | |||||
| * | moved windows resources (nw) | 2016-04-03 | 1 | -5/+2 | ||
| | | ||||||
| * | moved emscripten resources (nw) | 2016-04-03 | 1 | -1/+1 | ||
| | | ||||||
| * | Fix ldplayer issue (nw) | 2016-03-29 | 1 | -0/+1 | ||
| | | ||||||
| * | scrclean on lua scripts (nw) | 2016-03-29 | 1 | -28/+28 | ||
| | | ||||||
| * | Extend system library support (nw) | 2016-03-28 | 1 | -40/+11 | ||
| | | | | | | | | Extend USE_SYSTEM_LIB_* to support providing the library name and include directory. To link against system specific lib names and header path: (ref #711) USE_SYSTEM_LIB_LUA=lua5.3:/usr/include/lua5.3 | |||||
| * | Emscripten update (nw) | 2016-03-28 | 1 | -1/+1 | ||
| | | ||||||
| * | Small issues fix (nw) | 2016-03-27 | 1 | -0/+2 | ||
| | | ||||||
| * | Initial work to make MAME work on Android [Miodrag Milanovic] | 2016-03-27 | 1 | -2/+36 | ||
| | | ||||||
| * | Emscripten: include shadow-mask.png (nw) | 2016-03-26 | 1 | -0/+1 | ||
| | | ||||||
| * | Update bgfx paths for Emscripten (nw) | 2016-03-23 | 1 | -2/+3 | ||
| | | ||||||
| * | Allow command-line errors to work in Emscripten (nw) | 2016-03-23 | 1 | -1/+1 | ||
| | | ||||||
| * | compile BGFX for RPI as well (nw) | 2016-03-19 | 1 | -0/+3 | ||
| | | ||||||
| * | Build more of font_sdl.cpp with Emscripten since there is an SDL2_ttf port ↵ | 2016-03-17 | 1 | -0/+1 | ||
| | | | | | now (nw) | |||||
| * | Fixed arcade build and merged libbus with liboptional due to circular ↵ | 2016-03-06 | 1 | -5/+0 | ||
| | | | | | dependencies (nw) | |||||
| * | removed Apache 2 licensed library since it is not possible to mix with GPL2 (nw) | 2016-03-04 | 1 | -1/+0 | ||
| | | ||||||
| * | made sources build use info from mame.lst (nw) | 2016-03-02 | 1 | -0/+10 | ||
| | | ||||||
| * | Added mame.lst as main list, it is now generated, and should be updated ↵ | 2016-03-02 | 1 | -7/+24 | ||
| | | | | | | | manually (nw) Filtering for subtargets are done by flt files now | |||||
| * | Made Visual Studio use by default bundled SDL2 (nw) | 2016-02-27 | 1 | -7/+0 | ||
| | | ||||||
| * | Made pnacl to compile (nw) | 2016-02-26 | 1 | -3/+15 | ||
| | | ||||||
| * | Make Android targets compile but not link, using clang compiler in NDK, ↵ | 2016-02-25 | 1 | -0/+11 | ||
| | | | | | since GCC will be removed in next one (nw) | |||||
| * | Made OSD=sdl build compile out of box in Visual Studio (nw) | 2016-02-22 | 1 | -1/+7 | ||
| | | ||||||
| * | Emscripten cleanup (nw) | 2016-02-21 | 1 | -1/+14 | ||
| | | ||||||
| * | Embed needed bgfx files in Emscripten build (nw) | 2016-02-21 | 1 | -1/+1 | ||
| | | ||||||
| * | BGFX mandatory requirement (nw) | 2016-02-16 | 1 | -6/+2 | ||
| | | ||||||
| * | Added lua-zlib, lfs and luv support for LUA, exposed all using luaengine (nw) | 2016-02-14 | 1 | -1/+2 | ||
| | | ||||||
| * | Substantial improvements to Web Audio sound backend for Emscripten port. ↵ | 2016-02-04 | 1 | -1/+1 | ||
| | | | | | [Grant Galitz] | |||||
| * | link into main project and link deps (nw) | 2016-01-31 | 1 | -0/+2 | ||
| | | ||||||
| * | Keep naming of binaries for builds made with SOURCES to be same as usual, (nw) | 2016-01-17 | 1 | -2/+2 | ||
| | | | | | fixed propagation of flags for builds made with SOURCES | |||||
| * | removed jsoncpp (nw) | 2016-01-09 | 1 | -1/+0 | ||
| | | ||||||
| * | Revert "removing MESS brand and making MAME a name not acronym (nw)" | 2015-12-31 | 1 | -1/+2 | ||
| | | | | | | | Too contraversial for now :) This reverts commit 47bf03513e4fc8a916144fcc43fc9826aa03bedb. | |||||
| * | removing MESS brand and making MAME a name not acronym (nw) | 2015-12-31 | 1 | -2/+1 | ||
| | | ||||||
| * | qtdebugger as separate lib (nw) | 2015-12-26 | 1 | -0/+3 | ||
| | | ||||||
| * | Allow SDLMAME to build on OS X from paths containing spaces (and allow ↵ | 2015-12-19 | 1 | -1/+1 | ||
| |\ | | | | | | | SOURCES option as well) | |||||
| | * | Revert "Allow SDLMAME to build on OS X from paths containing spaces" | 2015-12-19 | 1 | -9/+9 | ||
| |/ | ||||||
| * | Allow SDLMAME to build on OS X from paths containing spaces | 2015-12-19 | 1 | -9/+9 | ||
| | | ||||||
| * | Added addprojectflags function and added -Wsuggest-override for all that are ↵ | 2015-12-06 | 1 | -0/+1 | ||
| | | | | | | | not 3rdparty projects. It is place where all additional checks we should put | |||||
| * | Compile with Emscripten out of the box. [Justin Kerk] | 2015-11-24 | 1 | -0/+5 | ||
| | | ||||||
| * | Added info header at the top of each .lua file (nw) | 2015-11-14 | 1 | -0/+8 | ||
| | | ||||||
