summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/portname/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* plugins: fix missed lua api changes cracyc2021-03-061-2/+2
|
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-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 AJR2020-12-081-1/+1
|
* plugins: Replace environment variable substitution function with core version AJR2020-12-081-1/+1
|
* plugins/portname: add softlist parent loading and import tag (nw) cracyc2018-10-031-11/+43
|
* portname: use hex values for mask (nw) cracyc2018-10-021-4/+5
|
* plugins: handle the case where the ui prepends the list name to the list ↵ cracyc2018-05-021-1/+2
| | | | entry name (nw)
* plugins/portname: fix comment (nw) cracyc2018-04-211-2/+4
|
* plugins/portname: sort the output file (nw) cracyc2018-04-211-1/+10
|
* plugins/portname: change indentation in save file by request (nw) cracyc2018-04-181-2/+5
|
* plugins/portname: describe revised format cracyc2018-03-141-4/+14
|
* plugins/portname: change to address objections, also as suggested converted ↵ cracyc2018-03-121-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) Vas Crabb2018-01-281-1/+1
|
* plugins/portname: sort the list and print the port names and masks (nw) cracyc2018-01-211-5/+15
|
* oops (nw) cracyc2018-01-151-1/+1
|
* plugins/data: fix version for gameinit (nw) cracyc2018-01-151-1/+1
|
* plugins/portname: add #import and #set tags (nw) cracyc2018-01-081-21/+53
|
* portname: use a subdir and emu.file so they can be packaged in zips (nw) cracyc2017-12-301-18/+29
|
* plugins/portname: new wip plugin for loading translations or alt names for ↵ cracyc2017-12-301-0/+108
input port fields [Carl]