summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/emu.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* separate those libs that are different only (nw) Miodrag Milanovic2016-04-291-2/+0
|
* Move a few odds and ends out of the emu core AJR2016-04-231-4/+0
|
* Removed specific filter implementation and merged it with placed where used (nw) Miodrag Milanovic2016-04-231-2/+0
|
* more cleanup of includes (nw) Miodrag Milanovic2016-04-231-5/+0
|
* deps are fixed remove includes (nw) Miodrag Milanovic2016-04-231-3/+0
|
* move vector to video devices (nw) Miodrag Milanovic2016-04-231-2/+0
|
* mode devices to proper library (nw) Miodrag Milanovic2016-04-231-51/+0
|
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-114/+7
|
* Added file for mame depended handling of opts (nw) Miodrag Milanovic2016-04-221-0/+2
|
* Isolate CLI part (nw) Miodrag Milanovic2016-04-201-2/+0
|
* submenu: merged some options menu. (nw) dankan18902016-04-111-4/+0
|
* remove ui/ui.h dependency from emu.h (for couriersud) Vas Crabb2016-04-101-1/+0
|
* renamed memory.* to emumem.* (nw) Miodrag Milanovic2016-04-081-2/+2
|
* luaengine: add plugin options menu [Carl] cracyc2016-04-041-0/+2
|
* screen: POC||GTFO of svg rendering from inside the rom. [O. Galibert] Olivier Galibert2016-04-041-0/+2
| | | | | | | | It's damn slow, ~50ms/frame on cdkong. Caching and/or hw accel will solve that easily. It doesn't look very good, nanosvg need better anti-aliasing. It also doesn't do texturing very well and images not at all, so some of our current svgs won't look good. But all that's fixable.
* refactor miscmenu and add adv menu (nw) Jeffrey Clark2016-04-031-0/+2
|
* fix the MSVC build (nw) Peter Ferrie2016-04-011-0/+1
| | | | | I wonder how it could have ever worked. emu lacked zlib.h reference, super80.cpp lacked UINT8 declaration.
* 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
| | | | | | | 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
* 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
| | | | | | | | | * Make stream_format return characters printed * Add iostreams with std::vector storage * Move to type-safe templates for logerror and popmessage * Remove now-unnecessary I64FMT from calls to logerror/popmessage * Put some lib/util stuff in util:: namespace * Some fixes to Japanese translation
* Added NotoSans-Bold as backup font for platforms that do not have default ↵ Miodrag Milanovic2016-02-271-2/+2
| | | | system fonts exposed (nw)
* 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, ↵ Miodrag Milanovic2016-02-051-0/+2
| | | | features for configuration and in game stays same as with new (nw)
* 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
| | | | | | not 3rdparty projects. It is place where all additional checks we should put
* 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 ↵ Miodrag Milanovic2015-11-041-2/+0
| | | | restructured (nw)
* Merge pull request #401 from fulivi/pty_dev3 Miodrag Milanović2015-10-181-0/+4
|\ | | | | PTY support for u*x OSes [F.Ulivi]
| * pty: seems ok (linux only) fulivi2015-10-131-0/+2
| |
| * pty: first step of pseudo terminal implementation fulivi2015-10-131-0/+2
| | | | | | | | | | Conflicts: scripts/src/bus.lua
* | Moved tools in proper place, and moved build python scripts together with ↵ Miodrag Milanovic2015-10-071-1/+1
|/ | | | other scripts (nw)
* 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
| | | include files. (nw)