summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/luaengine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* plugins/cheat: add hotkey support [Carl] cracyc2017-06-021-8/+23
* luaengine: support lua style args for some emu.file members (nw) cracyc2017-05-241-2/+96
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-12/+10
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-10/+12
* luaengine: add emu_file::write, enables the use of sockets and pipes from lua... cracyc2017-03-201-0/+1
* Cherry-pick some features from self-registering drivers PoC: Vas Crabb2017-02-161-1/+1
* luaengine: wait (nw) cracyc2017-01-161-0/+17
* vis: fix bunch of video issues (nw) cracyc2016-12-241-1/+1
* srcclean (nw) Vas Crabb2016-11-271-2/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-2/+2
* luaengine: oops (nw) cracyc2016-11-171-4/+1
* luaengine: use initializers (nw) cracyc2016-11-151-16/+12
* luaengine: hide stuff that shouldn't be touched directly in registry (nw) cracyc2016-11-141-26/+26
* luaengine: don't copy ui options (nw) cracyc2016-11-131-1/+1
* ability to show custom menu using LUA [headkaze] Miodrag Milanovic2016-11-081-0/+8
* update sol2 (nw) cracyc2016-11-071-5/+2
* resurected sqlite3 and lsqlite3 (nw) Miodrag Milanovic2016-11-071-0/+2
* Exit on Ctrl-C in console without crashing (nw) Miodrag Milanovic2016-11-071-2/+7
* plugins/console: add lua console [Carl] cracyc2016-11-061-0/+67
* Removing SOL_CHECK_ARGUMENTS till we figure all consequences (nw) Miodrag Milanovic2016-11-061-1/+1
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-6/+6
* Added lua-linenoise by Carls request (nw) Miodrag Milanovic2016-11-041-0/+2
* data/data_hiscore: parse more (nw) cracyc2016-11-031-4/+0
* hiscore.dat: Updates [Leezer] cracyc2016-11-031-8/+13
* removed non-operational lua console code (nw) Miodrag Milanovic2016-11-031-203/+0
* VS2015 compile fix (nw) Miodrag Milanovic2016-11-031-0/+4
* luaengine: bugfixes (nw) cracyc2016-11-021-3/+19
* luaengine: safer (nw) cracyc2016-11-021-1/+1
* luaengine: use templated accessor for call_plugin (nw) cracyc2016-11-021-32/+22
* luaengine: convert to sol2 [Carl] cracyc2016-11-021-2295/+1299
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-108/+108
* added new types, fixing lua part (nw) Miodrag Milanovic2016-10-221-0/+22
* Misc. keyboard input improvements AJR2016-10-081-1/+0
* Separate natural keyboard support from ioport.cpp (nw) AJR2016-10-021-0/+1
* ui/selgame: get dat info from plugin [Carl] cracyc2016-09-051-0/+14
* luaengine: remove now unnecessary stuff since a copy of searchpath is made an... cracyc2016-08-191-10/+12
* new not working cracyc2016-08-131-6/+11
* UI-related cleanup (nw) AJR2016-08-091-4/+0
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-10/+10
* luaengine: (nw) cracyc2016-07-301-2/+2
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-2/+2
* luaengine: fix auto (nw) cracyc2016-07-081-2/+2
* luaengine: Doh (nw) cracyc2016-07-031-2/+2
* luaengine: add optional arg for physical address space to disable address shi... cracyc2016-07-031-3/+6
* luaengine: address_to_byte (nw) cracyc2016-07-031-0/+4
* luaengine: add logical address space accessors, use by default in translated ... cracyc2016-07-021-14/+140
* simplified memory management for save states and states (nw) Miodrag Milanovic2016-07-011-2/+2
* mdndclab: correct for window larger than view (nw) cracyc2016-06-211-1/+15