summaryrefslogtreecommitdiffstats
path: root/plugins/cheat/cheat_xml.lua
Commit message (Collapse)AuthorAgeFilesLines
* plugins: fix cheatfind menu flags and write xml cheat text to ui container ↵ cracyc2021-11-031-1/+2
| | | | so it's not sideways on rotated screens
* 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: Migrate remaining XML cheat code for Lua API changes. Vas Crabb2021-01-011-7/+8
|
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-1/+1
| | | | | | | | | | | Made the sound manager mute controls readable, and got rid of system enable since it just controls system mute anyway. This was causing confusion: phantom2 was trying to use both independentlyt casuing the mute bit to be ignored. THe Lua interface changes are mostly changing methods to properties, some renames to make things clearer, and some additional properties for better control over snapshots.
* 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: 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
|
* plugins/cheat: add hotkey support [Carl] cracyc2017-06-021-0/+251