summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/boot.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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