Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins/cheat: add time functions to cheat sandbox | 2019-09-09 | 1 | -0/+1 | |
| | |||||
* | hiscore.dat: fix makai high scores (nw) | 2019-08-23 | 1 | -4/+5 | |
| | |||||
* | LUA boot.lua file now handles multiple paths (delimited by semicolons) | 2019-07-25 | 1 | -2/+11 | |
| | | | | on -pluginspath | ||||
* | Refactored MAME's plugin system | 2019-07-24 | 1 | -22/+6 | |
| | |||||
* | hiscore.dat: updates [Leezer] | 2019-07-20 | 1 | -125/+179 | |
| | |||||
* | Change autofire config directory to homepath (#5129) | 2019-05-30 | 3 | -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) | 2019-05-21 | 4 | -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) | 2019-05-14 | 4 | -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] | 2019-05-10 | 1 | -143/+181 | |
| | |||||
* | (nw) Clean up the mess on master | 2019-03-26 | 4 | -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)" | 2019-03-25 | 4 | -545/+241 | |
| | | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705. | ||||
* | srcclean (nw) | 2019-02-24 | 1 | -72/+72 | |
| | |||||
* | plugins/hiscore: use emu.time (nw) | 2019-02-17 | 1 | -3/+3 | |
| | |||||
* | plugins/hiscore: start delay (nw) | 2019-02-17 | 1 | -22/+28 | |
| | |||||
* | plugins/console: command history (nw) | 2019-02-17 | 1 | -1/+11 | |
| | |||||
* | hiscore.dat: fix gorf (nw) | 2019-02-13 | 1 | -1/+1 | |
| | |||||
* | hiscore.dat: updates [Leezer] | 2019-02-11 | 1 | -164/+219 | |
| | |||||
* | Cheat Finder Usability Improvements | 2019-02-04 | 1 | -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) | 2019-01-26 | 1 | -2/+5 | |
| | |||||
* | hiscore.dat: update set changes (nw) | 2019-01-18 | 1 | -4/+4 | |
| | |||||
* | plugins/cheatfind: fix typo (nw) | 2018-12-22 | 1 | -1/+1 | |
| | |||||
* | plugins/cheatfind: oops (nw) | 2018-11-21 | 1 | -1/+1 | |
| | |||||
* | hiscore.dat: Updates [Leezer] | 2018-11-14 | 1 | -192/+270 | |
| | |||||
* | plugins/cheatfind: fix xml writer (nw) | 2018-11-08 | 1 | -1/+1 | |
| | |||||
* | hiscore.dat: changed set names (nw) | 2018-10-27 | 1 | -4/+4 | |
| | |||||
* | plugins/portname: add softlist parent loading and import tag (nw) | 2018-10-03 | 1 | -11/+43 | |
| | |||||
* | portname: use hex values for mask (nw) | 2018-10-02 | 1 | -4/+5 | |
| | |||||
* | srcclean (nw) | 2018-09-23 | 1 | -1/+1 | |
| | |||||
* | hiscore.dat: updates [Leezer] | 2018-09-15 | 1 | -68/+121 | |
| | |||||
* | plugins/cheatfind: aligned search option (nw) | 2018-08-29 | 1 | -17/+51 | |
| | |||||
* | plugins/cheat[find]: fix memshares (nw) | 2018-08-27 | 2 | -0/+17 | |
| | |||||
* | hiscore.dat: update renamed sets before release (nw) | 2018-08-21 | 1 | -14/+13 | |
| | |||||
* | hiscore.dat: Updates [Leezer] | 2018-07-15 | 2 | -100/+146 | |
| | |||||
* | srcclean and other cleanup (nw) | 2018-06-24 | 1 | -1/+1 | |
| | |||||
* | plugins/cheatfind: use explicit integer sizes rather than "native" types (nw) | 2018-06-08 | 1 | -10/+10 | |
| | |||||
* | Discord plugin try 2 (#3640) | 2018-06-08 | 2 | -0/+116 | |
| | | | | | | | | | | | * plugins/discord: discord presence plugin [Carl] * plugins/discord: use domain sockets and pipes [Carl] * winptty: fix connecting to existing socket (nw) plugins/discord: show pause state (nw) * plugins/discord: fix pause behavior (nw) | ||||
* | srcclean (nw) | 2018-05-27 | 1 | -1/+1 | |
| | |||||
* | psx/ctlrport: use required_device (nw) | 2018-05-20 | 1 | -56/+52 | |
| | | | | sort_hiscore: make it much faster (nw) | ||||
* | hiscore.dat: Updates [Leezer] | 2018-05-18 | 2 | -121/+170 | |
| | |||||
* | plugins: handle the case where the ui prepends the list name to the list ↵ | 2018-05-02 | 4 | -9/+20 | |
| | | | | entry name (nw) | ||||
* | plugins/cheat: oops (nw) | 2018-05-02 | 1 | -13/+12 | |
| | |||||
* | plugins/cheat: translate debugger expressions by space index as the debugger ↵ | 2018-05-02 | 1 | -5/+24 | |
| | | | | | | does (nw) pc9801: use correct video clock, fixes policenauts video speed (nw) | ||||
* | plugins/cheat: fix opcode space (nw) | 2018-04-30 | 1 | -1/+5 | |
| | |||||
* | srcclean (nw) | 2018-04-22 | 1 | -2/+2 | |
| | |||||
* | plugins/portname: fix comment (nw) | 2018-04-21 | 1 | -2/+4 | |
| | |||||
* | plugins/portname: sort the output file (nw) | 2018-04-21 | 1 | -1/+10 | |
| | |||||
* | plugins/hiscore: fix cpu tags and print detailed errors (nw) | 2018-04-20 | 2 | -13/+10 | |
| | |||||
* | plugins/portname: change indentation in save file by request (nw) | 2018-04-18 | 1 | -2/+5 | |
| | |||||
* | plugins/cheat: work around small issue in conversion (nw) | 2018-04-18 | 1 | -2/+3 | |
| | |||||
* | plugins/data: require returns true if package returns nil (nw) | 2018-03-29 | 1 | -2/+2 | |
| |