summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/boot.lua
Commit message (Collapse)AuthorAgeFilesLines
* osd/modules/file: Don't magically substitute environment variables when ↵ npwoods2022-12-171-1/+1
| | | | | | | | opening files. (#9859) * util/options.cpp: Added option types for single and multiple paths. * util/options.cpp: Substitute environment variables in values from defaults and INI files. * ui/dirmenu.cpp: Removed hard-coded list of multi-path options. * plugins: Don't substitute environment variables in path options.
* Re-generated translations for I/O port names. Vas Crabb2021-10-111-0/+1
| | | | | | | | | Trying to collect messages from everything at once hits some limit in xgettext and causes messages to be lost no, so I've split it up by the second-level source directories. For some reason xgettext thinks overloaded Lua functions are blasphemy, so that has to be worked around, too.
* Overdue internal UI enhancements (#8674) Vas Crabb2021-10-091-0/+2
| | | | | | | | | | | | | | | | * frontend: Added support for message context to localisations. * frontend: Added string_view versions of the message lookup functions. * frontend: Added a few more folder options to the internal UI. * emu/softlist.cpp: Use more appropriate containers. * Switched to Python 3 by default - this will become a requirement. * Updated msgfmt.py for message context support. * frontend: Show all software item info in the internal UI. * frontend: Search alternate titles in software selection menu. * 3rdparty/utf8proc: Updated to v2.6.1 (has several fixes). * frontend: Added software filters for common info fields. * frontend: Allow UI manager to hold onto persistent session data. * frontend: Cache software lists for eight machines. * frontend: Added support for loading localised system names. * frontend: Add UI for selecting localised system names.
* 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