summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/main.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* Enable building projects that are separate of MAME but use same core and ↵ Miodrag Milanovic2016-12-081-0/+4
| | | | lives in separate git tree (nw)
* srcclean (nw) Vas Crabb2016-11-271-2/+2
|
* As promised, removing this part of code since it is used for compilers ↵ Miodrag Milanovic2016-11-231-1/+0
| | | | check, no need for this to be in release (nw)
* added OPTION_HOMEPATH to point to read/write folder,for now used by LUA ↵ Miodrag Milanovic2016-11-121-0/+4
| | | | | | scripts (nw) Copied all needed files so plugins could be started under UWP
* move asset files to proper place Miodrag Milanovic2016-11-111-3/+3
|
* Some more work on UWP (nw) Miodrag Milanovic2016-11-101-0/+30
|
* Add more UWP support (nw) Miodrag Milanovic2016-11-091-0/+4
|
* resurected sqlite3 and lsqlite3 (nw) Miodrag Milanovic2016-11-071-0/+1
|
* Trying to do link fix (nw) Miodrag Milanovic2016-11-071-2/+3
|
* Update bgfx shader path for Emscripten build (nw) Justin Kerk2016-11-011-1/+1
|
* Experimental support for compiling to WebAssembly using Emscripten (not yet ↵ Justin Kerk2016-10-291-0/+5
| | | | working) (nw)
* Initial work on console interface (nw) Miodrag Milanovic2016-10-091-0/+1
| | | | Use Ctrl-Z to close console on any OS. To start use -console parameter
* Replaced code usage of libuv with asio library (nw) Miodrag Milanovic2016-10-071-5/+0
|
* Add Lua-cleaning ability to srcclean Vas Crabb2016-08-301-5/+5
|
* made proper formats compiled only if needed (nw) Miodrag Milanovic2016-08-121-0/+4
|
* Compile netlist and lua only if used (nw) Miodrag Milanovic2016-08-121-1/+8
|
* Fix git version [Vas Crabb] Vas Crabb2016-06-101-15/+5
| | | | | | | | * git version is set by top-level make, not just when GENie runs * can set IGNORE_GIT=1 for make to ignore git * git ignored/unavailable uses "unknown" in version string * mark modified trees as dirty * note that version now comes from makefile
* Updated GENie to latest (nw) Miodrag Milanovic2016-06-081-1/+1
|
* removed not used libraries, and commented portaudio that will be used but no ↵ Miodrag Milanovic2016-05-311-2/+0
| | | | need for now (nw)
* Emscripten tweaks (nw) Justin Kerk2016-05-291-2/+4
|
* Emscripten options cleanup (nw) Justin Kerk2016-05-141-15/+24
|
* Added ability to create standalone emulators, added zexall as example (nw) Miodrag Milanovic2016-05-081-26/+39
|
* Export SDL_SendKeyboardKey function to allow scancode injectiony James Baicoianu2016-05-051-1/+1
|
* Update function signatures for Emscripten (nw) Justin Kerk2016-04-261-1/+1
|
* mode devices to proper library (nw) Miodrag Milanovic2016-04-231-1/+1
|
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+1
|
* set GIT_VERSION only where it is used (nw) Miodrag Milanovic2016-04-211-1/+11
|
* Always rebuild version.cpp when there is git version change (nw) Miodrag Milanovic2016-04-161-7/+0
|
* Make support for absolute paths for debug dir (nw) Miodrag Milanovic2016-04-121-1/+1
|
* Added DEBUG_DIR and DEBUG_ARGS parameters, make sense right now for VS build ↵ Miodrag Milanovic2016-04-121-2/+11
| | | | (nw)
* moved windows resources (nw) Miodrag Milanovic2016-04-031-5/+2
|
* moved emscripten resources (nw) Miodrag Milanovic2016-04-031-1/+1
|
* Fix ldplayer issue (nw) Miodrag Milanovic2016-03-291-0/+1
|
* scrclean on lua scripts (nw) Miodrag Milanovic2016-03-291-28/+28
|
* Extend system library support (nw) Jeffrey Clark2016-03-281-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) Justin Kerk2016-03-281-1/+1
|
* Small issues fix (nw) Miodrag Milanovic2016-03-271-0/+2
|
* Initial work to make MAME work on Android [Miodrag Milanovic] Miodrag Milanovic2016-03-271-2/+36
|
* Emscripten: include shadow-mask.png (nw) Justin Kerk2016-03-261-0/+1
|
* Update bgfx paths for Emscripten (nw) Justin Kerk2016-03-231-2/+3
|
* Allow command-line errors to work in Emscripten (nw) Justin Kerk2016-03-231-1/+1
|
* compile BGFX for RPI as well (nw) Miodrag Milanovic2016-03-191-0/+3
|
* Build more of font_sdl.cpp with Emscripten since there is an SDL2_ttf port ↵ Justin Kerk2016-03-171-0/+1
| | | | now (nw)
* Fixed arcade build and merged libbus with liboptional due to circular ↵ Miodrag Milanovic2016-03-061-5/+0
| | | | dependencies (nw)
* removed Apache 2 licensed library since it is not possible to mix with GPL2 (nw) Miodrag Milanovic2016-03-041-1/+0
|
* made sources build use info from mame.lst (nw) Miodrag Milanovic2016-03-021-0/+10
|
* 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
* Made Visual Studio use by default bundled SDL2 (nw) Miodrag Milanovic2016-02-271-7/+0
|
* Made pnacl to compile (nw) Miodrag Milanovic2016-02-261-3/+15
|
* Make Android targets compile but not link, using clang compiler in NDK, ↵ Miodrag Milanovic2016-02-251-0/+11
| | | | since GCC will be removed in next one (nw)