summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/luaengine.c
Commit message (Expand)AuthorAgeFilesLines
* Minor Solaris fixes. (nw) couriersud2015-01-251-0/+4
* luaengine: add per-screen frame_number() getter Luca Bruno2015-01-181-0/+1
* luaengine: add memory writers Luca Bruno2015-01-181-0/+54
* luaengine: update copyright Luca Bruno2015-01-181-1/+1
* luaengine: use visible_area for drawing Luca Bruno2015-01-181-12/+44
* luaengine: rework state getter/setter for saves Luca Bruno2015-01-181-4/+14
* Made all compile for Lua 5.3 (nw) Miodrag Milanovic2015-01-131-3/+3
* luaengine: expose device state entries Luca Bruno2015-01-111-0/+47
* luaengine: luabridge Stack<UINT64> specialization Luca Bruno2015-01-111-0/+18
* luaengine: fix name/tag confusion Luca Bruno2015-01-111-1/+5
* Fixed LUA compile Miodrag Milanovic2015-01-101-1/+1
* Added more resent lsqlite3 version and fixed compile Miodrag Milanovic2015-01-101-1/+3
* Added full LuaBridge sources Miodrag Milanovic2015-01-101-1/+1
* Made compilation with latest mongoose possible (nw) Miodrag Milanovic2015-01-101-1/+1
* Merge pull request #90 from lucab/lucab/mame-lua/gui-v2 Olivier Galibert2015-01-051-1/+178
|\
| * luaengine: add frame hooking support Luca Bruno2014-12-251-0/+43
| * luaengine: add screen drawing/HUD capabilities Luca Bruno2014-12-251-1/+135
* | Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-311-1/+1
|/
* luaengine: add access to devices and address spaces Luca Bruno2014-12-241-0/+120
* luaengine: add emu.app_name()/app_version() methods Luca Bruno2014-12-081-0/+24
* luaengine: add emu.pause()/unpause() methods Luca Bruno2014-12-021-0/+18
* luaengine: add emu.romname() method Luca Bruno2014-12-021-0/+11
* Cleanups and version bump Miodrag Milanovic2014-07-221-70/+69
* Fixed lua engine initialization (nw) Miodrag Milanovic2014-07-151-0/+3
* Fix osx compile Wilbert Pol2014-06-201-3/+3
* Added LuaBridge and exposed few classes as example (nw) Miodrag Milanovic2014-06-201-23/+31
* Updated mongoose and fixed initial websocket connecte to client (nw) Miodrag Milanovic2014-06-121-0/+2
* Lua overhaul [Olivier Galibert, Miodrag Milanovic] Miodrag Milanovic2014-06-101-25/+273
* few more commands just for fun (nw) Miodrag Milanovic2014-06-091-0/+21
* made LUA script execute in main thread, but console running in another (nw) Miodrag Milanovic2014-06-091-64/+94
* remove extra line on exit (nw) Miodrag Milanovic2014-06-081-1/+0
* -Created machine_manager as singleton class that contains (for now) one runni... Miodrag Milanovic2014-06-061-85/+197
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-4/+4
* Marking some of my core files (nw) Miodrag Milanovic2013-10-161-31/+2
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-29/+29
* added emu.keypost function to lua, and made autoboot_command execute that one... Miodrag Milanovic2013-05-091-4/+38
* LUA 5.2.2 added to libraries, did basic hookup of LUA VM into running machine... Miodrag Milanovic2013-05-091-0/+180