Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable SOUND_DEBUG for non-debug builds, and srcclean | 2020-09-27 | 1 | -1/+1 | |
| | |||||
* | Fixing a cheat plugin bug | 2020-09-19 | 1 | -0/+1 | |
| | |||||
* | plugins/cheat: small simplification | 2020-09-15 | 1 | -21/+20 | |
| | |||||
* | plugins/cheat: copy the cheat table to not expose internal state (#7238) | 2020-09-15 | 1 | -4/+42 | |
| | |||||
* | plugin/cheat: subtract min before dividing | 2020-09-13 | 1 | -1/+1 | |
| | |||||
* | plugin/cheat: check value is a mulitple of step | 2020-09-13 | 1 | -1/+5 | |
| | |||||
* | plugin/cheat: flesh out the exported interface a bit more | 2020-09-13 | 1 | -91/+107 | |
| | |||||
* | plugins: add emu.plugin table to contain plugin exported interfaces | 2020-09-13 | 1 | -1/+1 | |
| | |||||
* | cheat_simple: with game genie codes try 32k nes banks then fall back to 8k ↵ | 2020-09-08 | 1 | -2/+9 | |
| | | | | and warn with 6 char codes and banked prg | ||||
* | srcclean, manual adjustments (nw) | 2020-01-26 | 1 | -2/+2 | |
| | |||||
* | -cheat_xml: Attempt at fixing Github issue #6114. Strip the leading colon ↵ | 2020-01-04 | 1 | -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 ↵ | 2019-11-22 | 1 | -1/+1 | |
| | | | | nothing is entered (nw) | ||||
* | plugins/cheat: don't clear error message (nw) | 2019-11-20 | 1 | -1/+5 | |
| | |||||
* | plugins/cheat: show pressed buttons when setting hotkeys (nw) | 2019-11-20 | 1 | -2/+15 | |
| | |||||
* | plugins/cheat: add time functions to cheat sandbox | 2019-09-09 | 1 | -0/+1 | |
| | |||||
* | plugins/cheat[find]: fix memshares (nw) | 2018-08-27 | 1 | -0/+14 | |
| | |||||
* | plugins: handle the case where the ui prepends the list name to the list ↵ | 2018-05-02 | 1 | -3/+7 | |
| | | | | 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 | |
| | |||||
* | plugins/cheat: work around small issue in conversion (nw) | 2018-04-18 | 1 | -2/+3 | |
| | |||||
* | plugin/cheat: use print_error to make testing easier (nw) | 2018-03-05 | 1 | -1/+1 | |
| | |||||
* | plugins/cheatfind: fix (nw) | 2018-01-29 | 1 | -4/+4 | |
| | |||||
* | srcclean (nw) | 2017-10-22 | 1 | -1/+1 | |
| | |||||
* | (nw) Improve localisation: | 2017-10-03 | 1 | -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] | 2017-10-02 | 1 | -1/+74 | |
| | |||||
* | plugins: gettextify localizable strings (nw) | 2017-09-03 | 1 | -19/+19 | |
| | |||||
* | luaengine: translation support [Carl] | 2017-09-04 | 1 | -1/+1 | |
| | |||||
* | plugins/cheat: oops (nw) | 2017-09-03 | 1 | -1/+1 | |
| | |||||
* | srcclean (nw) | 2017-08-27 | 1 | -4/+4 | |
| | |||||
* | plugins/data: add marp scores [Carl] | 2017-07-30 | 1 | -1/+2 | |
| | |||||
* | plugins/gdbstub: WIP gdbstub plugins [Carl] | 2017-07-26 | 1 | -11/+16 | |
| | |||||
* | plugins/cheat: make sure bp function is run only one per hit (nw) | 2017-07-24 | 1 | -1/+4 | |
| | |||||
* | plugins/cheat: catch errors in cheat scripts and prelim break/watch support ↵ | 2017-07-24 | 1 | -30/+140 | |
| | | | | [Carl] | ||||
* | plugins/cheat: popmessage for hotkey setting (nw) | 2017-07-14 | 1 | -0/+4 | |
| | |||||
* | plugins/cheat: create dirs (nw) | 2017-07-14 | 1 | -2/+19 | |
| | |||||
* | plugins/cheat: poll for setting hotkeys [Carl] | 2017-07-13 | 2 | -379/+14 | |
| | |||||
* | plugins/cheat: add ui support for joystick hotkeys [Carl] | 2017-07-11 | 1 | -30/+71 | |
| | |||||
* | plugins/cheat: documentation (nw) | 2017-06-30 | 1 | -0/+1 | |
| | |||||
* | plugins/cheat: link simple cheats | 2017-06-30 | 1 | -10/+31 | |
| | |||||
* | plugins/cheat: fix nes gg decoder (nw) | 2017-06-30 | 1 | -1/+1 | |
| | |||||
* | srcclean (nw) | 2017-06-25 | 2 | -9/+9 | |
| | |||||
* | plugins/cheat: fix (nw) | 2017-06-20 | 1 | -2/+2 | |
| | |||||
* | plugins/cheat: oops (nw) | 2017-06-15 | 1 | -1/+1 | |
| | |||||
* | plugins/cheat: refactor and add more ar support (nw) | 2017-06-15 | 1 | -94/+127 | |
| | |||||
* | plugins/cheat: more gg and an ar decoder (nw) | 2017-06-14 | 1 | -3/+79 | |
| | |||||
* | plugins/cheat: oops (nw) | 2017-06-13 | 1 | -1/+1 | |
| | |||||
* | plugins/cheat: nes, snes, genesis game genie support [Carl] | 2017-06-13 | 1 | -19/+169 | |
| | |||||
* | plugins/cheat: oops (nw) | 2017-06-12 | 1 | -1/+1 | |
| | |||||
* | plugins/cheat: oops (nw) | 2017-06-03 | 1 | -1/+5 | |
| |