summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/cheat
Commit message (Collapse)AuthorAgeFilesLines
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-271-1/+1
|
* Fixing a cheat plugin bug npwoods2020-09-191-0/+1
|
* plugins/cheat: small simplification cracyc2020-09-151-21/+20
|
* plugins/cheat: copy the cheat table to not expose internal state (#7238) cracyc2020-09-151-4/+42
|
* plugin/cheat: subtract min before dividing cracyc2020-09-131-1/+1
|
* plugin/cheat: check value is a mulitple of step cracyc2020-09-131-1/+5
|
* plugin/cheat: flesh out the exported interface a bit more cracyc2020-09-131-91/+107
|
* plugins: add emu.plugin table to contain plugin exported interfaces cracyc2020-09-131-1/+1
|
* cheat_simple: with game genie codes try 32k nes banks then fall back to 8k ↵ cracyc2020-09-081-2/+9
| | | | and warn with 6 char codes and banked prg
* srcclean, manual adjustments (nw) Vas Crabb2020-01-261-2/+2
|
* -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]
* plugins/cheat, plugins/autofire: only time out input sequence entry if ↵ Vas Crabb2019-11-221-1/+1
| | | | nothing is entered (nw)
* 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/cheat: add time functions to cheat sandbox cracyc2019-09-091-0/+1
|
* plugins/cheat[find]: fix memshares (nw) cracyc2018-08-271-0/+14
|
* plugins: handle the case where the ui prepends the list name to the list ↵ cracyc2018-05-021-3/+7
| | | | entry name (nw)
* plugins/cheat: oops (nw) cracyc2018-05-021-13/+12
|
* plugins/cheat: translate debugger expressions by space index as the debugger ↵ cracyc2018-05-021-5/+24
| | | | | | does (nw) pc9801: use correct video clock, fixes policenauts video speed (nw)
* plugins/cheat: fix opcode space (nw) cracyc2018-04-301-1/+5
|
* plugins/cheat: work around small issue in conversion (nw) cracyc2018-04-181-2/+3
|
* plugin/cheat: use print_error to make testing easier (nw) cracyc2018-03-051-1/+1
|
* plugins/cheatfind: fix (nw) cracyc2018-01-291-4/+4
|
* srcclean (nw) Vas Crabb2017-10-221-1/+1
|
* (nw) Improve localisation: Vas Crabb2017-10-031-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change makefile rules to treat mame.pot as a target so rules can depend on it * Put mame.pot inside the build directory so it will get cleaned * Couldn't get xgettext to scrape lua and C++ in the same command and still remove stale strings * Use larger strings and format specifiers to fix some localisation issues - Issue with "None" lacking context in Russian and Turkish translations - Issue with "Not implemented" changing depending on the noun in Serbian - Issues with lua plugins not allowing for languages with different grammar/punctuation Strings that need to be translated after this change - most of these are existing text that's been made into larger chunks or reworded slightly: "Mechanical Machine\tYes\n" "Mechanical Machine\tNo\n" "Requires Artwork\tYes\n" "Requires Artwork\tNo\n" "Requires Clickable Artwork\tYes\n" "Requires Clickable Artwork\tNo\n" "Support Cocktail\tYes\n" "Support Cocktail\tNo\n" "Driver is BIOS\tYes\n" "Driver is BIOS\tNo\n" "Support Save\tYes\n" "Support Save\tNo\n" "Screen Orientation\tVertical\n" "Screen Orientation\tHorizontal\n" "Requires CHD\tYes\n" "Requires CHD\tNo\n" "ROM Audit Result\tOK\n" "ROM Audit Result\tBAD\n" "Samples Audit Result\tNone Needed\n" "Samples Audit Result\tOK\n" "Samples Audit Result\tBAD\n" "ROM Audit Disabled\t\n" "Samples Audit Disabled\t\n" "Activated: %s = %s" "Activated: %s" "Enabled: %s" "Disabled: %s" "%s added" "Default name is %s" "Cheat written to %s and added to cheat.simple" "Unable to write file\n" "Ensure that cheatpath folder exists"
* plugins/cheat: input sequence cheats [Carl] cracyc2017-10-021-1/+74
|
* plugins: gettextify localizable strings (nw) cracyc2017-09-031-19/+19
|
* luaengine: translation support [Carl] cracyc2017-09-041-1/+1
|
* plugins/cheat: oops (nw) cracyc2017-09-031-1/+1
|
* srcclean (nw) Vas Crabb2017-08-271-4/+4
|
* plugins/data: add marp scores [Carl] cracyc2017-07-301-1/+2
|
* plugins/gdbstub: WIP gdbstub plugins [Carl] cracyc2017-07-261-11/+16
|
* plugins/cheat: make sure bp function is run only one per hit (nw) cracyc2017-07-241-1/+4
|
* plugins/cheat: catch errors in cheat scripts and prelim break/watch support ↵ cracyc2017-07-241-30/+140
| | | | [Carl]
* plugins/cheat: popmessage for hotkey setting (nw) cracyc2017-07-141-0/+4
|
* plugins/cheat: create dirs (nw) cracyc2017-07-141-2/+19
|
* plugins/cheat: poll for setting hotkeys [Carl] cracyc2017-07-132-379/+14
|
* plugins/cheat: add ui support for joystick hotkeys [Carl] cracyc2017-07-111-30/+71
|
* plugins/cheat: documentation (nw) cracyc2017-06-301-0/+1
|
* plugins/cheat: link simple cheats cracyc2017-06-301-10/+31
|
* plugins/cheat: fix nes gg decoder (nw) cracyc2017-06-301-1/+1
|
* srcclean (nw) Vas Crabb2017-06-252-9/+9
|
* plugins/cheat: fix (nw) cracyc2017-06-201-2/+2
|
* plugins/cheat: oops (nw) cracyc2017-06-151-1/+1
|
* plugins/cheat: refactor and add more ar support (nw) cracyc2017-06-151-94/+127
|
* plugins/cheat: more gg and an ar decoder (nw) cracyc2017-06-141-3/+79
|
* plugins/cheat: oops (nw) cracyc2017-06-131-1/+1
|
* plugins/cheat: nes, snes, genesis game genie support [Carl] cracyc2017-06-131-19/+169
|
* plugins/cheat: oops (nw) cracyc2017-06-121-1/+1
|
* plugins/cheat: oops (nw) cracyc2017-06-031-1/+5
|