summaryrefslogtreecommitdiffstatshomepage
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* ui pointer options: set inc/dec to 1s (hold shift for shorter 0.1s), reset op... hap2024-08-061-1/+1
* Cleaned up various stuff. Vas Crabb2024-06-301-0/+1
* coco: add Zonx (The Rainbow) support (software list and hiscore) (#12378) udance4ever2024-06-151-0/+8
* hiscore.dat: Add delay to ballbomb/lupin3 entry to fix saved hiscore loading ... Mike Sheehan2024-06-101-1/+1
* hiscore.dat: Add support for Donkey Kong Jr (New Wide Screen) (#12377) udance4ever2024-06-071-1/+10
* Fixed various issues in internal layouts: Vas Crabb2024-05-141-1/+1
* -merit/mtouchxl.cpp: Added touch-enabled layout. Vas Crabb2024-05-091-0/+1
* cheat: Make string.char and string.format available to cheats (#12183) eientei952024-03-271-15/+16
* hiscore.dat: fix renamed sets cracyc2024-03-181-182/+182
* sega/sega_beena.cpp: Hooked up barcode cards. Vas Crabb2023-12-141-0/+6
* sega/sega_beena.cpp: Added basic book page display. Vas Crabb2023-11-041-0/+7
* hiscore.dat: fix renamed sets cracyc2023-09-211-51/+54
* plugins: enable layout plugin by default hap2023-07-311-1/+1
* plugins/hiscore: Fixed detection of software item lines, and added high score... GregWeil2023-07-072-1/+6
* 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