/plugins/data/

sition-fix MAME - Multiple Arcade Machine Emulator
summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/lib.lua
Commit message (Expand)AuthorAgeFilesLines
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-0/+2
* Lua scripts cleanup. dankan18902017-05-141-2/+1
* Fixed building using system utf8proc Julian Sikorski2017-01-261-0/+1
* Added initial HTTP/HTTPS webserver/websocket server support (nw) Miodrag Milanovic2017-01-041-0/+13
* As promised, removing this part of code since it is used for compilers check,... Miodrag Milanovic2016-11-231-32/+0
* Added basic HTTP server, not active yet, based on ASIO example with small ref... Miodrag Milanovic2016-11-071-0/+32
* While I'm causing full recompiles all the time, reduce necessary number of in... Vas Crabb2016-08-271-0/+2
* made proper formats compiled only if needed (nw) Miodrag Milanovic2016-08-121-333/+0
* Compile netlist and lua only if used (nw) Miodrag Milanovic2016-08-121-1/+2
* Removed src/lib/util/cstrpool.[cpp|h]; it is no longer used Nathan Woods2016-08-051-2/+0
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-0/+2
* renamed bbc_dsk to acorn_dsk Nigel Barnes2016-07-161-2/+2
* Introduced src/lib/util/timeconv.[c|h], moved code from un7z.cpp into it, and... Nathan Woods2016-06-261-0/+2
* remove all usages of tagmap Miodrag Milanovic2016-06-181-1/+0
* e01: added acorn filestore floppy format and softlist Nigel Barnes2016-06-051-0/+2
* Move a few odds and ends out of the emu core AJR2016-04-231-0/+2
* screen: POC||GTFO of svg rendering from inside the rom. [O. Galibert] Olivier Galibert2016-04-041-0/+1
* fix include dirs (nw) Jeffrey Clark2016-03-291-0/+1
* Extend system library support (nw) Jeffrey Clark2016-03-281-16/+3
* * Support *n conversion in stream_format/string_format