summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/emu.lua
Commit message (Expand)AuthorAgeFilesLines
* refactor miscmenu and add adv menu (nw) Jeffrey Clark2016-04-031-0/+2
* fix the MSVC build (nw) Peter Ferrie2016-04-011-0/+1
* scrclean on lua scripts (nw) Miodrag Milanovic2016-03-291-1/+1
* fix include dirs (nw) Jeffrey Clark2016-03-291-0/+1
* Extend system library support (nw) Jeffrey Clark2016-03-281-10/+5
* Added parsing of plugin json files for machine_manager (nw) Miodrag Milanovic2016-03-241-0/+3
* Fixed issue with internal font (nw) Miodrag Milanovic2016-03-201-9/+3
* Fixed osdmini building for android and pnacl (nw) Miodrag Milanovic2016-03-081-1/+1
* Restore uismall.png for now so that Emscripten menus work (nw) Justin Kerk2016-03-051-1/+10
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-0/+2
* Added NotoSans-Bold as backup font for platforms that do not have default sys... Miodrag Milanovic2016-02-271-2/+2
* fix building Emscripten build on Windows (nw) Miodrag Milanovic2016-02-221-1/+3
* Added option in the "Customize UI" menu for selecting the language. (nw) dankan18902016-02-211-0/+2
* placed back OPENGL check since GL is not same as GLES (nw) Miodrag Milanovic2016-02-161-1/+1
* opengl as requirement (nw) Miodrag Milanovic2016-02-161-1/+1
* Make generic VTLB implementation a modern device interface (nw) AJR2016-02-071-0/+2
* added UI parameter, option simple gives back old style start screen, features... Miodrag Milanovic2016-02-051-0/+2
* fixed system dependent UI (nw) Miodrag Milanovic2016-02-041-0/+12
* Initial import of MEWUI to MAME [Dankan1890] Dankan18902016-02-041-3/+43
* generic machine is now bookkeeping (nw) Miodrag Milanovic2016-01-101-2/+2
* Added pre-compiled headers support to build system (nw) Miodrag Milanovic2016-01-011-0/+28
* Added addprojectflags function and added -Wsuggest-override for all that are ... Miodrag Milanovic2015-12-061-0/+2
* Added info header at the top of each .lua file (nw) Scott Stone2015-11-141-0/+8
* Remove not longer needed ForceCpp flag (nw) Miodrag Milanovic2015-11-081-3/+0
* update build scripts for rename c - > cpp (nw) Miodrag Milanovic2015-11-081-152/+152
* Removed mongoose due to restricted license and webserver wip till code is res... Miodrag Milanovic2015-11-041-2/+0
* Merge pull request #401 from fulivi/pty_dev3 Miodrag Milanović2015-10-181-0/+4
|\
| * pty: seems ok (linux only) fulivi2015-10-131-0/+2
| * pty: first step of pseudo terminal implementation fulivi2015-10-131-0/+2
* | Moved tools in proper place, and moved build python scripts together with oth... Miodrag Milanovic2015-10-071-1/+1
|/
* Remove direct zlib dependency in code (nw) Miodrag Milanovic2015-09-131-5/+0
* reorganized scripts according to new structure (nw) Miodrag Milanovic2015-09-131-151/+0
* update build scripts and code change in order to fix compile (nw) Miodrag Milanovic2015-09-131-51/+55
* Moved netlist from emu to lib (nw) Miodrag Milanovic2015-09-121-2/+2
* Add emu/netlist to include dirs to avoid relative paths in netlist couriersud2015-08-031-0/+2
* mfmhd: Introduced format definition, now generally available. Michael Zapf2015-08-021-13/+15
* Make the SSE tables a static inside the SSE implementation class (nw) Vas Crabb2015-06-271-1/+0
* Pick the low-hanging fruit (nw) Vas Crabb2015-06-231-0/+1
* nw, update lua script therealmogminer@gmail.com2015-06-231-0/+1
* Convert rgbint and rgbaint globals to a class (nw) therealmogminer@gmail.com2015-06-231-0/+1
* Fix more driver building, going deeper in checks (nw) Miodrag Milanovic2015-06-201-9/+6
* Made possible creation of custom builds with given list of drivers included. Miodrag Milanovic2015-06-201-1/+8
* Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib b... Julian Sikorski2015-06-061-8/+40
* Converted netlist into a library. Moved most code from nl_convert.h to couriersud2015-06-011-3/+2
* Allow compiling with shared libraries [O. Galibert] Olivier Galibert2015-05-311-4/+5
* Add makefile switch to choose linking against bundled OR system expat library. Cesare Falco2015-05-111-5/+21
* Removed comments and added generic license for whole team on top (nw) Miodrag Milanovic2015-05-091-0/+3
* Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw) Miodrag Milanovic2015-04-111-0/+146
* Added PYTHON_EXECUTABLE to use differently named python executable(nw) Miodrag Milanovic2015-04-081-1/+1
* Moved creation of most non-layout files out of makefile (nw) Miodrag Milanovic2015-04-041-1/+53