Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | ||
| | ||||||
* | Remove not longer needed ForceCpp flag (nw) | 2015-11-08 | 1 | -3/+0 | ||
| | ||||||
* | update build scripts for rename c - > cpp (nw) | 2015-11-08 | 1 | -10/+10 | ||
| | ||||||
* | Removed mongoose due to restricted license and webserver wip till code is ↵ | 2015-11-04 | 1 | -1/+0 | ||
| | | | | restructured (nw) | |||||
* | Renamed DRIVERS parameter to SOURCES since you can add any source you wish ↵ | 2015-10-09 | 1 | -4/+4 | ||
| | | | | to include in target (nw) | |||||
* | Do not create dasm.lib if no disassembler compiled (nw) | 2015-10-09 | 1 | -0/+6 | ||
| | ||||||
* | Moved tools in proper place, and moved build python scripts together with ↵ | 2015-10-07 | 1 | -4/+4 | ||
| | | | | other scripts (nw) | |||||
* | reorganized scripts according to new structure (nw) | 2015-09-13 | 1 | -0/+1 | ||
| | ||||||
* | made FORCE_VERSION_COMPILE option to be used for build server (nw) | 2015-09-05 | 1 | -1/+3 | ||
| | ||||||
* | for separate drivers use simple naming logic (nw) | 2015-06-21 | 1 | -2/+6 | ||
| | ||||||
* | fixed order of libs making apricot build fine (nw) | 2015-06-20 | 1 | -1/+1 | ||
| | ||||||
* | Fix more driver building, going deeper in checks (nw) | 2015-06-20 | 1 | -1/+1 | ||
| | ||||||
* | Made possible creation of custom builds with given list of drivers included. | 2015-06-20 | 1 | -2/+10 | ||
| | | | | | | Note that game list is parsed so if macros are used they will not be found. example: make SUBTARGET=cops -j9 DRIVERS=src/mame/drivers/cops.c | |||||
* | force rebuild version.c (nw) | 2015-06-15 | 1 | -0/+6 | ||
| | ||||||
* | Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib ↵ | 2015-06-06 | 1 | -4/+37 | ||
| | | | | based on wallyweek's work | |||||
* | Converted netlist into a library. Moved most code from nl_convert.h to | 2015-06-01 | 1 | -0/+1 | ||
| | | | | | | | nl_convert.c. Targets using netlist must now specify this explicitly with MACHINES["NETLIST"] = true Added subtarget "nl" which only contains games with netlist elements. (nw) | |||||
* | added deps for .lst (nw) | 2015-05-27 | 1 | -1/+4 | ||
| | ||||||
* | propagate _subtarget in maintargetosdoptions call (nw) | 2015-05-21 | 1 | -1/+1 | ||
| | ||||||
* | fixed determining RC file and rules and removed not needed files (nw) | 2015-05-17 | 1 | -7/+9 | ||
| | ||||||
* | Fix NO_USE_MIDI | 2015-05-15 | 1 | -1/+1 | ||
| | ||||||
* | made mess to behave as before (nw) | 2015-05-10 | 1 | -1/+5 | ||
| | ||||||
* | Fix resources and updated verinfo to give default for mame in any subtarget ↵ | 2015-05-09 | 1 | -8/+8 | ||
| | | | | case except mess (nw) | |||||
* | Removed comments and added generic license for whole team on top (nw) | 2015-05-09 | 1 | -0/+3 | ||
| | ||||||
* | MAME now represent full build, for building MESS drivers only use [Miodrag ↵ | 2015-05-09 | 1 | -6/+9 | ||
| | | | | | | | Milanovic] make SUBTARGET=mess, for building only Arcades drivers only use: make SUBTARGET=arcade | |||||
* | use target suffixes only for main executable (nw) | 2015-04-25 | 1 | -0/+36 | ||
| | ||||||
* | Make generated projects behave same as before revert (nw) | 2015-04-16 | 1 | -0/+1 | ||
| | ||||||
* | Some changes for FreeBSD and Solaris, will be sent upstream as well (nw) | 2015-04-10 | 1 | -1/+5 | ||
| | ||||||
* | Added PYTHON_EXECUTABLE to use differently named python executable(nw) | 2015-04-08 | 1 | -4/+4 | ||
| | ||||||
* | fixed location error (nw) | 2015-04-08 | 1 | -4/+4 | ||
| | ||||||
* | added SEPARATE_BIN option to put executable files in bin folder and not in ↵ | 2015-04-08 | 1 | -1/+5 | ||
| | | | | main (useful for continuous integration )(nw) | |||||
* | Add a crappy utility for editing AU effect presets | 2015-04-07 | 1 | -1/+1 | ||
| | ||||||
* | back (nw) | 2015-04-05 | 1 | -1/+26 | ||
| | ||||||
* | rolled back, not worth of it (nw) | 2015-04-05 | 1 | -26/+1 | ||
| |