summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/luaengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-2625/+0
* Fix VS compile. Apparently VS doesn't like reintepret_cast<int>(0) - weird. Brad Hughes2016-04-201-2/+2
* luaengine: shrug (nw) cracyc2016-04-201-2/+2
* Merge pull request #823 from ajrhacker/deviter Miodrag Milanović2016-04-201-4/+4
|\
| * Iterate over devices C++11 style AJR2016-04-181-4/+4
* | luaengine: save a copy of the search path so it doesn't get thrown away (nw) cracyc2016-04-191-18/+21
|/
* plugins/cheat: clear popmessage (nw) cracyc2016-04-171-23/+37
* added print_verbose, print_info, print_debug and print_error to lua, and used... Miodrag Milanovic2016-04-161-0/+47
* plugins/cheat: load multiple files and fix load failure (nw) cracyc2016-04-161-3/+59
* plugins/cheat: fix some stuff (nw) cracyc2016-04-151-46/+90
* luaengine: try writing (nw) cracyc2016-04-111-1/+1
* luaengine: make flags explicit (nw) cracyc2016-04-091-7/+5
* plugins/cheatfind: start adding basic menu (nw) cracyc2016-04-081-4/+70
* luaengine: fix read/write item (nw) cracyc2016-04-071-5/+37
* luaengine: indexed items (nw) cracyc2016-04-071-3/+99
* luaengine: add device_image_interface accessors and emu_file support cracyc2016-04-061-0/+113
* lua clang compile fix (nw) Miodrag Milanovic2016-04-061-0/+3
* luaengine: direct and region accessors [Carl] cracyc2016-04-051-7/+264
* Merge pull request #789 from ajrhacker/emuopts_drc Miodrag Milanović2016-04-051-0/+1
|\
| * Revert software-installed slot/image options when changing software AJR2016-04-041-0/+1
* | luaengine: add plugin options menu [Carl] cracyc2016-04-041-2/+84
|/
* screen: POC||GTFO of svg rendering from inside the rom. [O. Galibert] Olivier Galibert2016-04-041-0/+1
* Iterate over core classes C++11 style AJR2016-03-311-31/+27
* Add ability for notifiers to add at front, fix for hiscore [Carl] Miodrag Milanovic2016-03-291-0/+12
* cleanup build includes (nw) Jeffrey Clark2016-03-281-1/+1
* luaengine: add software name getter (nw) cracyc2016-03-271-0/+11
* Populate plugins structures and start marked plugins (nw) Miodrag Milanovic2016-03-251-0/+3
* luaengine: add popmessage and logerror for lua (nw) cracyc2016-03-231-1/+21
* Merge pull request #718 from motoschifo/master Olivier Galibert2016-03-141-0/+49
|\
| * Added Lua function screen.orientation(). Michele Fochi2016-03-141-21/+32
| * Update luaengine.cpp motoschifo2016-03-121-0/+38
* | Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-3/+3
|/
* Linux compile fix. mahlemiut2016-03-071-4/+4
* removed Apache 2 licensed library since it is not possible to mix with GPL2 (nw) Miodrag Milanovic2016-03-041-18/+0
* fix autoboot_command (nw) Miodrag Milanovic2016-02-271-5/+8
* Made pnacl to compile (nw) Miodrag Milanovic2016-02-261-2/+9
* renamed names that clash system defines in various environments (nw) Miodrag Milanovic2016-02-251-11/+7
* Cleanups and version bump Miodrag Milanovic2016-02-241-6/+6
* lua api: cleanup options handling and fix cheat state return value (nw) Jeffrey Clark2016-02-161-53/+35
* extend lua api, cheat (nw) Jeffrey Clark2016-02-141-0/+78
* extend lua api, ioport (nw) Jeffrey Clark2016-02-141-3/+81
* extend lua api, video (nw) Jeffrey Clark2016-02-141-0/+64
* extend lua api, parameters (nw) Jeffrey Clark2016-02-141-0/+4
* extend lua api more (nw) Jeffrey Clark2016-02-141-0/+89
* Extend mame LUA api (nw) Jeffrey Clark2016-02-141-0/+169
* Added multiple callback registration for lua scripts (nw) Miodrag Milanovic2016-02-141-0/+103
* Added lua-zlib, lfs and luv support for LUA, exposed all using luaengine (nw) Miodrag Milanovic2016-02-141-25/+50
* fix a mutex regression (this doesn't fix the lockups i'm seeing) hap2016-01-301-1/+1
* replace osd_lock with std::mutex [Miodrag Milanovic] Miodrag Milanovic2016-01-301-24/+25
* Add macros for alignment checking (nw) AJR2016-01-301-6/+6