mame/plugins
Vas Crabb af10f3f21c Various fixes:
ui: The new menus were unusable with a touchscreen, and not conducive to
localisation.  It's still not possible to add sound routes with a
touchscreen, but at least it's possible to configure routes that exist.

emu/sound.cpp: Fixed localisation issues, less temporary objects.

emu/audio_effects: Fixed some localisation issues.

plugins/autofire, plugins/inputmacro: Allow deleting autofire buttons or
input macros without needing to use the UI Clear input.

ui/selmenu.cpp, ui/imgcntrl.cpp: Use terse messages for bad media.
Making these messages longer hasn't reduced support burden.  Adding the
version will just perpetuate the myth that you need to redownload all
your ROMs for every release.

ui/ui.cpp: Allow info screens to be dismissed by mouse clicks or
touches.

ui/sliders.cpp: Hiding the menu should preserve state.  This is a design
choice.

sound: Avoid anything that could possibly depend on static
initialisation order across transaltion units.  Allow speaker position
names to be localised.

sound/none.cpp: Don't pretend it can create output streams.
2025-06-25 03:56:09 +10:00
..
autofire Various fixes: 2025-06-25 03:56:09 +10:00
cheat cheat: Make string.char and string.format available to cheats (#12183) 2024-03-27 15:35:30 -05:00
cheatfind -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
commonui Input refactoring: 2023-02-18 06:18:45 +11:00
console -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
data -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
discord -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
dummy -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
gdbstub -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
hiscore hiscore.dat: Updates 2025-01-25 09:30:13 -06:00
inputmacro Various fixes: 2025-06-25 03:56:09 +10:00
json
layout Fixed various issues in internal layouts: 2024-05-14 05:11:16 +10:00
portname osd/modules/file: Don't magically substitute environment variables when opening files. (#9859) 2022-12-17 06:03:59 +11:00
timecode -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
timer -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
xml
boot.lua osd/modules/file: Don't magically substitute environment variables when opening files. (#9859) 2022-12-17 06:03:59 +11:00
plugin.schema
README.md

Plugins

LUA plugins contains code from various sources so license is per file.