| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | srcclean (nw) | 2019-02-24 | 1 | -72/+72 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | plugins/cheatfind: fix typo (nw) | 2018-12-22 | 1 | -1/+1 | |
| | | |||||
| * | plugins/cheatfind: oops (nw) | 2018-11-21 | 1 | -1/+1 | |
| | | |||||
| * | plugins/cheatfind: fix xml writer (nw) | 2018-11-08 | 1 | -1/+1 | |
| | | |||||
| * | srcclean (nw) | 2018-09-23 | 1 | -1/+1 | |
| | | |||||
| * | plugins/cheatfind: aligned search option (nw) | 2018-08-29 | 1 | -17/+51 | |
| | | |||||
| * | plugins/cheat[find]: fix memshares (nw) | 2018-08-27 | 1 | -0/+3 | |
| | | |||||
| * | plugins/cheatfind: use explicit integer sizes rather than "native" types (nw) | 2018-06-08 | 1 | -10/+10 | |
| | | |||||
| * | plugins: handle the case where the ui prepends the list name to the list ↵ | 2018-05-02 | 1 | -3/+7 | |
| | | | | | entry name (nw) | ||||
| * | srcclean and regenerate localisations (nw) | 2018-03-25 | 1 | -1/+1 | |
| | | |||||
| * | plugins/cheatfind: fix string formatting (nw) | 2018-03-23 | 1 | -1/+1 | |
| | | |||||
| * | plugins/cheatfind: search any address space (nw) | 2018-03-23 | 1 | -15/+16 | |
| | | |||||
| * | plugins/cheatfind: read whole block (nw) | 2018-01-29 | 1 | -1/+1 | |
| | | |||||
| * | plugins/cheatfind: fix (nw) | 2018-01-28 | 1 | -12/+41 | |
| | | |||||
| * | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" | 2017-12-13 | 1 | -1/+1 | |
| | | | | | This reverts commit 54155441e9ba9941e85d80c4834a66376a11e791. | ||||
| * | Revert "Merge branch 'master' of https://github.com/mamedev/mame" | 2017-12-13 | 1 | -1/+1 | |
| | | | | | | This reverts commit f537428e5a40ba6dde8ca9bf0fe9ae6b1f189ac4, reversing changes made to 0d70d798107d4e4e8fb9f230410aeb1e888d65c5. | ||||
| * | fix sentence building by concatenation, and at the same time collapse two ↵ | 2017-12-02 | 1 | -1/+1 | |
| | | | | | translatable strings to one (nw) | ||||
| * | plugins/cheatfind: oops (nw) | 2017-10-15 | 1 | -4/+4 | |
| | | |||||
| * | (nw) Improve localisation: | 2017-10-03 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: gettextify localizable strings (nw) | 2017-09-03 | 1 | -48/+48 | |
| | | |||||
| * | plugins/cheatfind: be more careful with unpack (nw) | 2017-06-11 | 1 | -16/+18 | |
| | | |||||
| * | luaengine: bugfixes (nw) | 2016-11-02 | 1 | -1/+1 | |
| | | |||||
| * | srcclean on lua plugins, too | 2016-08-30 | 1 | -10/+10 | |
| | | |||||
| * | plugins/cheatfind: don't create 100 copies of a large function when we only ↵ | 2016-07-19 | 1 | -83/+83 | |
| | | | | | | | | need one (nw) --- The stub keeps the current match in scope so it can be passed on if necessary | ||||
| * | plugins/cheatfind: name cheats (nw) | 2016-07-19 | 1 | -35/+122 | |
| | | |||||
| * | plugins/cheatfind: add operand size to simple cheat and write cheats from ↵ | 2016-07-14 | 1 | -9/+24 | |
| | | | | | cheatfind into simple file (nw) | ||||
| * | plugins/cheatfind: don't show arrow when one option (nw) | 2016-07-08 | 1 | -6/+4 | |
| | | |||||
| * | luaengine: add optional arg for physical address space to disable address ↵ | 2016-07-03 | 1 | -3/+3 | |
| | | | | | | | | shift (nw) ---- Cheats created with the cheatfinder won't work with the builtin cheat finder if the cpu has an address bus that isn't 8bits unless the addresses are fixed up. | ||||
| * | luaengine: share accessors (nw) | 2016-06-20 | 1 | -0/+13 | |
| | | | | | cheatfind: search share regions (nw) | ||||
| * | vt240: WIP (nw) | 2016-06-11 | 1 | -1/+1 | |
| | | |||||
| * | plugins/cheatfind: more (nw) | 2016-05-03 | 1 | -27/+24 | |
| | | |||||
| * | plugins/cheatfind: small cleaups (nw) | 2016-05-03 | 1 | -7/+8 | |
| | | |||||
| * | plugins/cheatfind: pages (nw) | 2016-05-02 | 1 | -9/+40 | |
| | | |||||
| * | plugins/cheatfind: match is in closure scope (nw) | 2016-05-02 | 1 | -15/+0 | |
| | | |||||
| * | plugins/cheatfind: make menu layout much more flexible (nw) | 2016-05-02 | 1 | -278/+330 | |
| | | |||||
| * | plugins/cheatfind: fix order (nw) | 2016-05-01 | 1 | -1/+1 | |
| | | |||||
| * | plugins/cheatfind: yet more changes (nw) | 2016-05-01 | 1 | -15/+58 | |
| | | |||||
| * | plugins/cheatfind: fixes (nw) | 2016-05-01 | 1 | -10/+17 | |
| | | |||||
| * | plugins/cheatfind: reverse operator order and add value comparison (nw) | 2016-04-30 | 1 | -20/+34 | |
| | | |||||
| * | plugins/cheat*: indent the output (nw) | 2016-04-28 | 1 | -1/+1 | |
| | | |||||
| * | plugins/cheat*: various changes (nw) | 2016-04-24 | 1 | -16/+44 | |
| | | |||||
| * | plugins/cheatfind: nt (nw) | 2016-04-23 | 1 | -1/+1 | |
| | | |||||
| * | plugins/cheatfind: fix machines with >1 ram regions (nw) | 2016-04-23 | 1 | -12/+13 | |
| | | |||||
| * | plugins/cheat: make ram work properly (nw) | 2016-04-23 | 1 | -1/+1 | |
| | | |||||
| * | plugins/cheatfind: fix saved cheats (nw) | 2016-04-23 | 1 | -1/+1 | |
| | | |||||
| * | luaengine: fix ui (nw) | 2016-04-23 | 1 | -1/+1 | |
| | | |||||
| * | plugins/cheatfind: add bitwise comparisons (nw) | 2016-04-22 | 1 | -10/+55 | |
| | | |||||
| * | plugins/cheatfind: change match behavior and add on screen watches (nw) | 2016-04-21 | 1 | -200/+175 | |
| | | |||||
