summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/luaengine.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-252/+0
* luaengine: save a copy of the search path so it doesn't get thrown away (nw) cracyc2016-04-191-0/+13
* plugins/cheat: clear popmessage (nw) cracyc2016-04-171-5/+5
* added print_verbose, print_info, print_debug and print_error to lua, and used... Miodrag Milanovic2016-04-161-0/+5
* plugins/cheat: load multiple files and fix load failure (nw) cracyc2016-04-161-1/+4
* plugins/cheat: fix some stuff (nw) cracyc2016-04-151-4/+3
* luaengine: make flags explicit (nw) cracyc2016-04-091-2/+2
* plugins/cheatfind: start adding basic menu (nw) cracyc2016-04-081-0/+2
* luaengine: indexed items (nw) cracyc2016-04-071-0/+11
* luaengine: add device_image_interface accessors and emu_file support cracyc2016-04-061-0/+5
* luaengine: direct and region accessors [Carl] cracyc2016-04-051-0/+15
* luaengine: add plugin options menu [Carl] cracyc2016-04-041-0/+13
* Add ability for notifiers to add at front, fix for hiscore [Carl] Miodrag Milanovic2016-03-291-0/+2
* luaengine: add software name getter (nw) cracyc2016-03-271-0/+1
* luaengine: add popmessage and logerror for lua (nw) cracyc2016-03-231-0/+4
* Added Lua function screen.orientation(). Michele Fochi2016-03-141-1/+1
* Update luaengine.h motoschifo2016-03-121-0/+1
* fix autoboot_command (nw) Miodrag Milanovic2016-02-271-0/+1
* lua api: cleanup options handling and fix cheat state return value (nw) Jeffrey Clark2016-02-161-2/+1
* extend lua api, cheat (nw) Jeffrey Clark2016-02-141-0/+7
* extend lua api, ioport (nw) Jeffrey Clark2016-02-141-0/+2
* extend lua api, video (nw) Jeffrey Clark2016-02-141-0/+5
* extend lua api more (nw) Jeffrey Clark2016-02-141-0/+2
* Extend mame LUA api (nw) Jeffrey Clark2016-02-141-0/+8
* Added multiple callback registration for lua scripts (nw) Miodrag Milanovic2016-02-141-0/+14
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-2/+2
* Some errors pointed by ReSharperC++ (nw) Miodrag Milanovic2015-11-071-1/+0
* luaengine: add memory writers Luca Bruno2015-01-181-0/+1
* luaengine: use visible_area for drawing Luca Bruno2015-01-181-0/+2
* Do not include all if not needed (nw) Miodrag Milanovic2015-01-111-3/+4
* luaengine: expose device state entries Luca Bruno2015-01-111-1/+4
* Fixed LUA compile Miodrag Milanovic2015-01-101-1/+1
* Added more resent lsqlite3 version and fixed compile Miodrag Milanovic2015-01-101-1/+0
* Added full LuaBridge sources Miodrag Milanovic2015-01-101-1/+1
* luaengine: add frame hooking support Luca Bruno2014-12-251-0/+5
* luaengine: add screen drawing/HUD capabilities Luca Bruno2014-12-251-0/+6
* luaengine: add access to devices and address spaces Luca Bruno2014-12-241-0/+17
* luaengine: add emu.app_name()/app_version() methods Luca Bruno2014-12-081-0/+2
* luaengine: add emu.pause()/unpause() methods Luca Bruno2014-12-021-0/+2
* luaengine: add emu.romname() method Luca Bruno2014-12-021-0/+1
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-4/+4
* Fixed lua engine initialization (nw) Miodrag Milanovic2014-07-151-0/+1
* Added LuaBridge and exposed few classes as example (nw) Miodrag Milanovic2014-06-201-1/+0
* Lua overhaul [Olivier Galibert, Miodrag Milanovic] Miodrag Milanovic2014-06-101-7/+64
* made LUA script execute in main thread, but console running in another (nw) Miodrag Milanovic2014-06-091-3/+1
* -Created machine_manager as singleton class that contains (for now) one runni... Miodrag Milanovic2014-06-061-14/+9
* Marking some of my core files (nw) Miodrag Milanovic2013-10-161-31/+2
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-7/+7
* added emu.keypost function to lua, and made autoboot_command execute that one... Miodrag Milanovic2013-05-091-2/+4
* LUA 5.2.2 added to libraries, did basic hookup of LUA VM into running machine... Miodrag Milanovic2013-05-091-0/+79