| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | osd/modules/file: Don't magically substitute environment variables when ↵ | 2022-12-17 | 1 | -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: Moved the timecode recording functionality to a plugin. | 2021-11-02 | 1 | -4/+4 | |
| | | |||||
| * | plugins: Use SPDX short identifiers for licenses in exports (more precise ↵ | 2021-10-25 | 1 | -1/+1 | |
| | | | | | and easier to localise), use CC0 for hiscore plugin rather than CC0. | ||||
| * | Mostly revert "Create console history file in homepath (#8026)" | 2021-05-07 | 1 | -2/+1 | |
| | | | | | | | The change to make the console plugin work is preserved. This reverts commit 25137717c9392d142650fcd679b09c400a2f5c4a. | ||||
| * | Create console history file in homepath (#8026) | 2021-05-03 | 1 | -1/+2 | |
| | | | | | | | | | | | | * 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 | ||||
| * | plugins: fix missed lua api changes | 2021-03-06 | 1 | -2/+2 | |
| | | |||||
| * | More Lua interface cleanup - it's simpler with cleaner underlyng APIs. | 2020-12-27 | 1 | -9/+9 | |
| | | | | | | | | | | | | 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/portname: Use emu.subst_env | 2020-12-08 | 1 | -1/+1 | |
| | | |||||
| * | plugins: Replace environment variable substitution function with core version | 2020-12-08 | 1 | -1/+1 | |
| | | |||||
| * | plugins/portname: add softlist parent loading and import tag (nw) | 2018-10-03 | 1 | -11/+43 | |
| | | |||||
| * | portname: use hex values for mask (nw) | 2018-10-02 | 1 | -4/+5 | |
| | | |||||
| * | plugins: handle the case where the ui prepends the list name to the list ↵ | 2018-05-02 | 1 | -1/+2 | |
| | | | | | entry name (nw) | ||||
| * | plugins/portname: fix comment (nw) | 2018-04-21 | 1 | -2/+4 | |
| | | |||||
| * | plugins/portname: sort the output file (nw) | 2018-04-21 | 1 | -1/+10 | |
| | | |||||
| * | plugins/portname: change indentation in save file by request (nw) | 2018-04-18 | 1 | -2/+5 | |
| | | |||||
| * | plugins/portname: describe revised format | 2018-03-14 | 1 | -4/+14 | |
| | | |||||
| * | plugins/portname: change to address objections, also as suggested converted ↵ | 2018-03-12 | 1 | -70/+26 | |
| | | | | | the controls.ini in repo https://github.com/cracyc/portname Removed the import but will still load parent if available (nw) | ||||
| * | srcclean and regenerate localisations (nw) | 2018-01-28 | 1 | -1/+1 | |
| | | |||||
| * | plugins/portname: sort the list and print the port names and masks (nw) | 2018-01-21 | 1 | -5/+15 | |
| | | |||||
| * | oops (nw) | 2018-01-15 | 1 | -1/+1 | |
| | | |||||
| * | plugins/data: fix version for gameinit (nw) | 2018-01-15 | 1 | -1/+1 | |
| | | |||||
| * | plugins/portname: add #import and #set tags (nw) | 2018-01-08 | 1 | -21/+53 | |
| | | |||||
| * | portname: use a subdir and emu.file so they can be packaged in zips (nw) | 2017-12-30 | 1 | -18/+29 | |
| | | |||||
| * | plugins/portname: new wip plugin for loading translations or alt names for ↵ | 2017-12-30 | 2 | -0/+118 | |
| input port fields [Carl] | |||||
