summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/luaengine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* using std::vector<std::unique_ptr<xxx>> instead of simple_list<xxx> in cheat ... Miodrag Milanovic2016-06-021-2/+2
* removed not used libraries, and commented portaudio that will be used but no ... Miodrag Milanovic2016-05-311-4/+0
* Add flag to mark input fields as optional AJR2016-05-231-1/+1
* Ioport refactoring and cleanups (nw) AJR2016-05-181-3/+3
* luaengine: avoid null keys (nw) cracyc2016-05-131-1/+3
* Merge pull request #835 from ajrhacker/mui Miodrag Milanović2016-04-281-1/+2
|\
| * Merge remote-tracking branch 'upstream/master' into mui AJR2016-04-271-16/+16
| |\
| * | Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-1/+2
* | | plugins/layout: layout embedded script helper plugin [Carl] cracyc2016-04-271-103/+43
| |/ |/|
* | Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-16/+16
|/
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* luaengine: fix ui (nw) cracyc2016-04-231-1/+1
* fix lua issue (nw) Miodrag Milanovic2016-04-231-5/+9
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+2623