summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/cheat
Commit message (Expand)AuthorAgeFilesLines
* -Improved some Lua APIs: Vas Crabb2023-04-071-3/+5
* Input refactoring: Vas Crabb2023-02-181-1/+1
* osd/modules/file: Don't magically substitute environment variables when openi... npwoods2022-12-171-2/+2
* plugins/cheat: Overwrite existing hotkeys if all hotkeys are cleared (fixes G... Vas Crabb2022-10-041-3/+14
* plugins: Reduced amnesia for autofire and inputmacro plugins. Vas Crabb2021-11-051-1/+1
* plugins/cheat: one more flag cracyc2021-11-031-1/+1
* plugins: fix cheatfind menu flags and write xml cheat text to ui container so... cracyc2021-11-032-2/+5
* Two small fixes (bad menu flags in cheat plugin, copy/paste in docs). Vas Crabb2021-11-041-4/+4
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-311-33/+31
* plugins: Use SPDX short identifiers for licenses in exports (more precise and... Vas Crabb2021-10-251-1/+1
* More user experience improvements: Vas Crabb2021-10-151-1/+6
* Mostly revert "Create console history file in homepath (#8026)" Vas Crabb2021-05-071-3/+2
* Create console history file in homepath (#8026) Szunti2021-05-031-2/+3
* plugins/cheat: fix regions in xml cheats too cracyc2021-04-231-1/+0
* Fix XML cheats which use multiple spaces. (#7998) Szunti2021-04-231-1/+0
* plugins/cheat: fix getting arbitrary screen cracyc2021-04-041-1/+2
* plugins/cheat: removed spurious print etabeta2021-04-011-1/+0
* plugins/cheat: fix XML cheat loading when emulation is launched with an image... Priuli2021-04-011-9/+6
* plugins/cheat: fix selection cracyc2021-03-171-1/+1
* plugins: another leftover cracyc2021-03-071-2/+2
* plugins: fix missed lua api changes cracyc2021-03-061-1/+1
* plugins/cheat: Migrate remaining XML cheat code for Lua API changes. Vas Crabb2021-01-011-7/+8
* Expose a couple more things to Lua so the plugins can show the actual key map... Vas Crabb2020-12-271-3/+4
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-273-49/+49
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-6/+6
* -Lua cleanup and documentation migration checkpoint. Vas Crabb2020-12-161-13/+17
* plugins: Replace environment variable substitution function with core version AJR2020-12-081-2/+2
* -Lua engine cleanup, input edition: Vas Crabb2020-12-091-8/+10
* 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 an... cracyc2020-09-081-2/+9
* srcclean, manual adjustments (nw) Vas Crabb2020-01-261-2/+2
* -cheat_xml: Attempt at fixing Github issue #6114. Strip the leading colon fro... MooglyGuy2020-01-041-1/+12
* plugins/cheat, plugins/autofire: only time out input sequence entry if nothin... Vas Crabb2019-11-221-1/+1
* 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 entr... cracyc2018-05-021-3/+7
* 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
* 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