summaryrefslogtreecommitdiffstatshomepage
path: root/plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hiscore.dat: fix viewpoin (nw) cracyc2020-03-101-2/+2
|
* Revert "added support for reading/writing hiscore files from cart images ↵ Vas Crabb2020-02-281-32/+9
| | | | | | | | (#6130)" This reverts commit a77313a98782d0494a5f3b7eb30993e5ac45c4eb. This seems to break high score support on things without cartridges. I think it needs re-thinking.
* added support for reading/writing hiscore files from cart images (#6130) eadmaster2020-02-131-9/+32
| | | | | | | | | | | | | | | | | | | | | | * added support for reading/writing hiscore files from cart images example hiscore.dat entry: ```` nes,smb: Super Mario Bros. (World).nes: Super Mario Bros. (W) [!].nes: @:maincpu,program,7df,4,0,0,ff ```` * store console hiscores in subdirs, added cart hashes support * added back my prev changes * added missing end * using simpler regexpr for hiscore.ini parsing, fixed typo * minor cleanups
* fix various things. checkpointed the alphatpc16, will credit before next ↵ cracyc2020-02-111-2/+2
| | | | release (nw)
* srcclean, manual adjustments (nw) Vas Crabb2020-01-261-2/+2
|
* Merge pull request #6129 from eadmaster/patch-1 R. Belmont2020-01-041-2/+4
|\ | | | | made read_config in hiscore lua plugin more robust
| * made read_config in hiscore lua plugin more robust Andrea2020-01-041-2/+4
| |
* | -cheat_xml: Attempt at fixing Github issue #6114. Strip the leading colon ↵ MooglyGuy2020-01-041-1/+12
|/ | | | from device names as necessary in order to avoid doubling of the root colon. [Ryan Holtz, DjDiabolik]
* hiscore.dat: fix old parsing errors (nw) cracyc2019-12-081-12/+25
|
* hiscore.dat: Updates [Leezer] cracyc2019-12-023-193/+265
| | | | plugins/data: various fixes (nw)
* plugins/data: small cleanups (nw) cracyc2019-11-293-12/+20
|
* plugins/data: that shouldn't be there (nw) cracyc2019-11-291-3/+0
|
* plugins/data: loading fixes (nw) cracyc2019-11-283-48/+48
|
* plugins/cheatfind: permit entry of cheat names cracyc2019-11-271-7/+30
|
* plugins/cheat, plugins/autofire: only time out input sequence entry if ↵ Vas Crabb2019-11-222-2/+2
| | | | nothing is entered (nw)
* plugins/autofire: permit input sequences (nw) cracyc2019-11-203-14/+20
|
* plugins/cheat: don't clear error message (nw) cracyc2019-11-201-1/+5
|
* plugins/cheat: show pressed buttons when setting hotkeys (nw) cracyc2019-11-201-2/+15
|
* plugins/cheatfind: pull https://github.com/mamedev/mame/pull/4618 with some ↵ cracyc2019-11-171-121/+65
| | | | simplifications and bugfixes (nw)
* hiscore.dat: fix renamed set (nw) cracyc2019-11-161-31/+35
|
* winptty: don't create pipe unless requested (nw) cracyc2019-11-161-1/+10
| | | | plugins/discord: disconnect if timed out (nw)
* hiscore.dat: fix MT07454 (nw) cracyc2019-10-161-1/+1
|
* hiscore.dat: fix set renames (nw) cracyc2019-09-201-3/+3
|
* plugins/cheat: add time functions to cheat sandbox cracyc2019-09-091-0/+1
|
* hiscore.dat: fix makai high scores (nw) cracyc2019-08-231-4/+5
|
* LUA boot.lua file now handles multiple paths (delimited by semicolons) npwoods2019-07-251-2/+11
| | | | on -pluginspath
* Refactored MAME's plugin system npwoods2019-07-241-22/+6
|
* hiscore.dat: updates [Leezer] cracyc2019-07-201-125/+179
|
* Change autofire config directory to homepath (#5129) Jack Li2019-05-303-16/+3
| | | | | | | | | | * Revert "Used set_folder to avoid hardcoding plugin name in settings path" This reverts commit 76884986fd8630f81cfc838aa42f264fdcec2ea9. * Changed autofire config directory to homepath * Bumped autofire plugin version
* Autofire plugin: Save/load fixes (#5093) Jack Li2019-05-214-6/+45
| | | | | | | | | | | | * Fixed bugs related to reloading roms Soft resets would reload autofire settings without saving them first, causing the settings to be lost. This commit adds a check to only reload from the settings file if loading a different rom than before. Hard resets would leave bad references lying around, causing MAME to crash under certain circumstances (i.e. resetting while in the edit menu and entering the menu again). This commit makes sure to properly clean up and reinitialize menu and button states when resetting. * Used set_folder to avoid hardcoding plugin name in settings path * Bumped autofire plugin version
* Add plugin for autofire (#5050) Jack Li2019-05-144-0/+486
| | | | | | | | | | | | | | | | | | | | | | | | | | * Hardcoded autofire plugin * Changed register_frame to register_frame_done, removed pause check * Added support for multiple buttons loaded from a file * Implemented saving settings on quit * Fixed multiple keybindings for same button from overwriting each other * Replaced double-quotes with single-quotes * Refactored saving/loading into a separate module * Changed button format to use input_code rather than string token Settings format is unchanged (still saved as string token). * Rewrote table initialization in save/load * Implemented menus * Added helper messages for "on frames"/"off frames"
* hiscore.dat: updates [Leezer] cracyc2019-05-101-143/+181
|
* (nw) Clean up the mess on master Vas Crabb2019-03-264-241/+545
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-254-545/+241
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* srcclean (nw) Vas Crabb2019-02-241-72/+72
|
* plugins/hiscore: use emu.time (nw) cracyc2019-02-171-3/+3
|
* plugins/hiscore: start delay (nw) cracyc2019-02-171-22/+28
|
* plugins/console: command history (nw) cracyc2019-02-171-1/+11
|
* hiscore.dat: fix gorf (nw) cracyc2019-02-131-1/+1
|
* hiscore.dat: updates [Leezer] cracyc2019-02-111-164/+219
|
* Cheat Finder Usability Improvements PugsyMAME2019-02-041-52/+282
| | | | | | 1. Changes visual indications to make it nicer & quicker to use. 2. Adds selectable automatic pause capability to the cheat finder menu. 3. Allows the Test/Write poke to be changed 4. Adds another cheat format capability for cheat.simple (write support only)
* plugins/cheatfind: fix address step when shift is negative (nw) cracyc2019-01-261-2/+5
|
* hiscore.dat: update set changes (nw) cracyc2019-01-181-4/+4
|
* plugins/cheatfind: fix typo (nw) cracyc2018-12-221-1/+1
|
* plugins/cheatfind: oops (nw) cracyc2018-11-211-1/+1
|
* hiscore.dat: Updates [Leezer] cracyc2018-11-141-192/+270
|
* plugins/cheatfind: fix xml writer (nw) cracyc2018-11-081-1/+1
|
* hiscore.dat: changed set names (nw) cracyc2018-10-271-4/+4
|
* 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
|