summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/cheatfind/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* luaengine: bugfixes (nw) cracyc2016-11-021-1/+1
|
* srcclean on lua plugins, too Vas Crabb2016-08-301-10/+10
|
* plugins/cheatfind: don't create 100 copies of a large function when we only ↵ cracyc2016-07-191-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) cracyc2016-07-191-35/+122
|
* plugins/cheatfind: add operand size to simple cheat and write cheats from ↵ cracyc2016-07-141-9/+24
| | | | cheatfind into simple file (nw)
* plugins/cheatfind: don't show arrow when one option (nw) cracyc2016-07-081-6/+4
|
* luaengine: add optional arg for physical address space to disable address ↵ cracyc2016-07-031-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) cracyc2016-06-201-0/+13
| | | | cheatfind: search share regions (nw)
* vt240: WIP (nw) cracyc2016-06-111-1/+1
|
* plugins/cheatfind: more (nw) cracyc2016-05-031-27/+24
|
* plugins/cheatfind: small cleaups (nw) cracyc2016-05-031-7/+8
|
* plugins/cheatfind: pages (nw) cracyc2016-05-021-9/+40
|
* plugins/cheatfind: match is in closure scope (nw) cracyc2016-05-021-15/+0
|
* plugins/cheatfind: make menu layout much more flexible (nw) cracyc2016-05-021-278/+330
|
* plugins/cheatfind: fix order (nw) cracyc2016-05-011-1/+1
|
* plugins/cheatfind: yet more changes (nw) cracyc2016-05-011-15/+58
|
* plugins/cheatfind: fixes (nw) cracyc2016-05-011-10/+17
|
* plugins/cheatfind: reverse operator order and add value comparison (nw) cracyc2016-04-301-20/+34
|
* plugins/cheat*: indent the output (nw) cracyc2016-04-281-1/+1
|
* plugins/cheat*: various changes (nw) cracyc2016-04-241-16/+44
|
* plugins/cheatfind: nt (nw) cracyc2016-04-231-1/+1
|
* plugins/cheatfind: fix machines with >1 ram regions (nw) cracyc2016-04-231-12/+13
|
* plugins/cheat: make ram work properly (nw) cracyc2016-04-231-1/+1
|
* plugins/cheatfind: fix saved cheats (nw) cracyc2016-04-231-1/+1
|
* luaengine: fix ui (nw) cracyc2016-04-231-1/+1
|
* plugins/cheatfind: add bitwise comparisons (nw) cracyc2016-04-221-10/+55
|
* plugins/cheatfind: change match behavior and add on screen watches (nw) cracyc2016-04-211-200/+175
|
* plugins/cheat: clear popmessage (nw) cracyc2016-04-171-5/+7
|
* plugins/cheatfind: write found cheats (nw) cracyc2016-04-161-2/+4
|
* plugins/cheat: fix some stuff (nw) cracyc2016-04-151-1/+1
|
* plugins/cheatfind: preliminary support to inject cheats for testing (nw) cracyc2016-04-101-1/+30
|
* plugins/cheatfind: run same operation over a batch of data (nw) cracyc2016-04-101-50/+132
|
* plugins/cheatfind: add width and endian awareness cracyc2016-04-091-39/+107
| | | | | --- Need to handled alignment
* plugins/cheatfind: make ram scan work (nw) cracyc2016-04-091-113/+71
|
* plugins/cheatfind: more gui work (nw) cracyc2016-04-091-55/+166
|
* luaengine: make flags explicit (nw) cracyc2016-04-091-11/+11
|
* plugins/cheatfind: start adding basic menu (nw) cracyc2016-04-081-2/+154
|
* plugins/cheatfind: start lua cheat finder library [Carl] cracyc2016-04-081-0/+98