summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/inputmacro/inputmacro_persist.lua
Commit message (Collapse)AuthorAgeFilesLines
* -ui/menu.cpp: Don't pass IPT_UI_BACK event to the implementation when ↵ Vas Crabb2023-03-231-5/+5
| | | | | | dismissing the menu. -plugins/autofire, plugins/inputmacro: Don't be so eager to create empty settings folders.
* 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.
* plugins: Rewrote timer plugin fixing multiple issues. Vas Crabb2021-11-061-3/+3
| | | | | | | | | | | | | | | | | | | | Added emulated time recording as well as wall clock time. Fixed recording time for multiple software items per system. An incorrect constraint on the database table meant that time was only being recorded for a single software item per system. Detect the "empty" driver so the time spent at the selection menu isn't recorded (you'd get multiple entries for this due to the way options leak when returning to the system selection menu). Included schema migration code to update existing timer plugin databases. Also replaced some unnecessary floating point code with integer maths, added log messages, and made the plugin unload unload its database access code during emulation. Changed other plugins' use of paths with trailing slashes as this causes stat to fail on Windows.
* plugins: Reduced amnesia for autofire and inputmacro plugins. Vas Crabb2021-11-051-6/+12
| | | | | | Made autofire and inputmacro plugins capable of remembering settings if the host input device for the binding is missing or if an input for a slot device that isn't present is referenced.
* plugins: Moved the timecode recording functionality to a plugin. Vas Crabb2021-11-021-3/+3
|
* plugins: Use SPDX short identifiers for licenses in exports (more precise ↵ Vas Crabb2021-10-251-0/+4
| | | | and easier to localise), use CC0 for hiscore plugin rather than CC0.
* -plugins: Added an input macro plugin. Vas Crabb2021-10-211-0/+145
-plugins: Sort input selection menus for autofire plugin. -frontend: Fixed another case where the menus may not automatically scroll the first item into view.