summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/boot.lua
Commit message (Collapse)AuthorAgeFilesLines
* Mostly revert "Create console history file in homepath (#8026)" Vas Crabb2021-05-071-1/+1
| | | | | | The change to make the console plugin work is preserved. This reverts commit 25137717c9392d142650fcd679b09c400a2f5c4a.
* Create console history file in homepath (#8026) Szunti2021-05-031-1/+1
| | | | | | | | | | | * Fix console history path, homepath is a core option * Create missing directories recursively in lua plugins. * Add lfs to global environment in a less magical way. require normally doesn't bind the name globally just returns the module, mame sets a preloader that does bind lfs globally, but maybe it's less surprising to do it explicitly
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-2/+2
| | | | | | | | | | | Made the sound manager mute controls readable, and got rid of system enable since it just controls system mute anyway. This was causing confusion: phantom2 was trying to use both independentlyt casuing the mute bit to be ignored. THe Lua interface changes are mostly changing methods to properties, some renames to make things clearer, and some additional properties for better control over snapshots.
* plugins: Replace environment variable substitution function with core version AJR2020-12-081-20/+1
|
* plugins: add emu.plugin table to contain plugin exported interfaces cracyc2020-09-131-1/+1
|
* fix various things. checkpointed the alphatpc16, will credit before next ↵ cracyc2020-02-111-2/+2
| | | | release (nw)
* LUA boot.lua file now handles multiple paths (delimited by semicolons) npwoods2019-07-251-2/+11
| | | | on -pluginspath
* Refactored MAME's plugin system npwoods2019-07-241-22/+6
|
* luaengine: translation support [Carl] cracyc2017-09-041-0/+2
|
* srcclean on lua plugins, too Vas Crabb2016-08-301-5/+5
|
* boot.lua: only load plugins in plugin path (nw) cracyc2016-07-241-1/+1
|
* plugins/cheatfind: add operand size to simple cheat and write cheats from ↵ cracyc2016-07-141-2/+3
| | | | cheatfind into simple file (nw)
* plugin path expansion (nw) cracyc2016-07-091-3/+22
|
* boot.lua: make pluginspath apply here too (nw) cracyc2016-05-261-6/+6
|
* fix lua issue (nw) Miodrag Milanovic2016-04-231-2/+2
|
* added print_verbose, print_info, print_debug and print_error to lua, and ↵ Miodrag Milanovic2016-04-161-1/+1
| | | | used it instead of print (nw)
* Populate plugins structures and start marked plugins (nw) Miodrag Milanovic2016-03-251-4/+8
|
* added hiscore plugin (disabled for now) (nw) Miodrag Milanovic2016-03-221-0/+1
|
* put license for plugins (nw) Miodrag Milanovic2016-03-051-0/+2
|
* fix lua script on boot (nw) Miodrag Milanovic2016-03-051-2/+1
|
* Added plugin info json files and made system automatically load available ↵ Miodrag Milanovic2016-02-141-20/+18
| | | | plugins and start them if flagged so (nw)
* Added plugins and boot.lua as startup script [Miodrag Milanovic] Miodrag Milanovic2016-02-141-0/+26