summaryrefslogtreecommitdiffstatshomepage
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* hiscore.dat: update changed sets cracyc2023-06-231-132/+135
* -Improved some Lua APIs: Vas Crabb2023-04-0713-56/+88
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-2/+4
* -ui/menu.cpp: Don't pass IPT_UI_BACK event to the implementation when dismiss... Vas Crabb2023-03-233-12/+17
* plugins/data: Use local sqlite3 library variable. Vas Crabb2023-03-131-2/+2
* Lua: Be more strict with concurrency and multiple contexts. Vas Crabb2023-03-081-5/+5
* plugins/console: Fixed tab completion after linenoise update. Vas Crabb2023-03-081-14/+16
* Tie up a few loose ends: Vas Crabb2023-03-081-2/+5
* Updated forked linenoise to latest upstream. Vas Crabb2023-03-071-15/+5
* Input refactoring: Vas Crabb2023-02-185-9/+13
* osd/modules/file: Don't magically substitute environment variables when openi... npwoods2022-12-1712-16/+16
* hiscore.dat: Updates [Leezer] cracyc2022-11-201-283/+349
* plugins/autofire, plugins/inputmacro: Use clear_value to release I/O port fie... Vas Crabb2022-11-062-2/+6
* plugins/cheat: Overwrite existing hotkeys if all hotkeys are cleared (fixes G... Vas Crabb2022-10-041-3/+14
* hiscore.dat: resort and set changes cracyc2022-09-201-9512/+9514
* pacman.cpp: Added Miss Packman Plus. (#10201) mdeslaur2022-08-131-0/+1
* hegenerglaser/*: add clickable element to internal artwork that presses 2 but... hap2022-07-261-0/+1
* plugins/data: Fixed story.dat errors; virtual.flt: Use glob pattern. Vas Crabb2022-07-021-1/+2
* -plugins.data: Reworked the code substantialy. Vas Crabb2022-06-2511-384/+661
* Mac-related emulation fixes: Vas Crabb2022-06-201-52/+60
* ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) Vas Crabb2022-06-112-3/+3
* hiscore.dat: updates [Leezer] cracyc2022-03-231-229/+377
* Lua engine improvements (#9453) Vas Crabb2022-03-234-20/+20
* plugins/cheatfind: don't try to call a handler for the previous menu option cracyc2022-03-051-0/+1
* hiscore.dat: fix renamed sets cracyc2022-02-131-15/+22
* Moved localised I/O port name lookup into I/O port manager. Vas Crabb2021-12-093-4/+4
* srcclean in preparation for release of MAME 0.238. Vas Crabb2021-11-211-1/+1
* plugins: Work around menu not remembering selection when ref is nullptr. Vas Crabb2021-11-081-1/+3
* plugins: Rewrote timer plugin fixing multiple issues. Vas Crabb2021-11-067-106/+317
* plugins: Reduced amnesia for autofire and inputmacro plugins. Vas Crabb2021-11-058-89/+131
* plugins/cheat: one more flag cracyc2021-11-031-1/+1
* plugins: fix cheatfind menu flags and write xml cheat text to ui container so... cracyc2021-11-033-27/+30
* Two small fixes (bad menu flags in cheat plugin, copy/paste in docs). Vas Crabb2021-11-041-4/+4
* frontend: Don't let the non-menus get as far as trying to draw. Vas Crabb2021-11-041-1/+1
* plugins: Ensure state is destroyed on stop. Vas Crabb2021-11-041-3/+5
* plugins: Simplify logic in autofire and inputmacro plugins to try and avoid l... Vas Crabb2021-11-044-63/+51
* -emu/ioport.cpp: Fixed "MAME lost my joystick settings!!!1!11! Vas Crabb2021-11-031-79/+127
* Fixed Windows build as well - default input overrides in OSD modules are anno... Vas Crabb2021-11-021-1/+1
* plugins: Fixed obligatory copy/paste error in new timecode plugin. Vas Crabb2021-11-021-1/+1
* plugins: Moved the timecode recording functionality to a plugin. Vas Crabb2021-11-029-18/+328
* Fix various usability issues: Vas Crabb2021-11-021-12/+37
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-3117-348/+411
* plugins/console: fix crash cracyc2021-10-301-6/+10
* -nes.xml: Added Latin title from box art for Yeongjaekeom Cocoma games. Vas Crabb2021-10-252-2/+2
* plugins/data: srcclean Vas Crabb2021-10-251-2/+2
* plugin/data: handle multiple blocks in dat cracyc2021-10-252-7/+12
* plugins: Use SPDX short identifiers for licenses in exports (more precise and... Vas Crabb2021-10-2515-14/+22
* Plugin updates: Vas Crabb2021-10-243-53/+111
* -docs: Started documenting plugins. Vas Crabb2021-10-242-8/+8
* plugins/timer: Fixed ticking when menu is left on the screen. Vas Crabb2021-10-221-5/+11