summaryrefslogtreecommitdiffstatshomepage
path: root/plugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* boot.lua: only load plugins in plugin path (nw) cracyc2016-07-242-1/+8
* hiscore.dat: Updates [Leezer] cracyc2016-07-241-26/+120
* plugins/cheatfind: don't create 100 copies of a large function when we only n... cracyc2016-07-191-83/+83
* plugins/cheatfind: name cheats (nw) cracyc2016-07-191-35/+122
* plugins/cheatfind: add operand size to simple cheat and write cheats from che... cracyc2016-07-143-14/+40
* mark working cracyc2016-07-132-2/+31
* plugin path expansion (nw) cracyc2016-07-091-3/+22
* plugins/cheatfind: don't show arrow when one option (nw) cracyc2016-07-081-6/+4
* plugins/hiscore: make hiscore.dat sorter stable so everything isn't rearrange... cracyc2016-07-082-2/+36
* plugins/hiscore: doc (nw) cracyc2016-07-081-1/+1
* plugins/hiscore: add optional value to prefill for software that clears ram a... cracyc2016-07-082-3/+21
* luaengine: add optional arg for physical address space to disable address shi... cracyc2016-07-031-3/+3
* plugins/cheat: better error (nw) cracyc2016-07-031-9/+15
* luaengine: add logical address space accessors, use by default in translated ... cracyc2016-07-021-7/+10
* plugins/cheat: don't turn off unless on (nw) cracyc2016-06-211-2/+2
* luaengine: share accessors (nw) cracyc2016-06-201-0/+13
* vt240: WIP (nw) cracyc2016-06-111-1/+1
* hiscore.dat: sort by source file in an effort to make it somewhat maintainabl... cracyc2016-05-312-10633/+14233
* hiscore.dat: remove remaining invalid sets (nw) cracyc2016-05-311-31/+0
* hiscore.dat: fix renamed/duplicated sets (nw) cracyc2016-05-301-276/+60
* One remaining hiscore parse error (nw) Scott Stone2016-05-301-2/+2
* hiscore.dat: more fixes (nw) cracyc2016-05-301-64/+61
* hiscore.dat: DEC Rainbow has no cheats (nw) cracyc2016-05-301-3/+0
* hiscore.dat: remove outdated info and email addresses (nw) cracyc2016-05-291-13/+4
* hiscore: fix segaxbd games and improve error (nw) cracyc2016-05-292-20/+22
* boot.lua: make pluginspath apply here too (nw) cracyc2016-05-261-6/+6
* 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-302-28/+39
* plugins/cheat: handle multiple cheat paths and missing dir in write back (nw) cracyc2016-04-301-3/+5
* plugins/cheat*: indent the output (nw) cracyc2016-04-283-3/+3
* plugins/layout: layout embedded script helper plugin [Carl] cracyc2016-04-273-0/+61
* plugins/timer: don't fail if file is corrupt (nw) cracyc2016-04-241-0/+6
* plugins/cheat*: various changes (nw) cracyc2016-04-242-16/+48
* 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-232-9/+6
* plugins/cheatfind: fix saved cheats (nw) cracyc2016-04-231-1/+1
* luaengine: fix ui (nw) cracyc2016-04-232-4/+3
* fix lua issue (nw) Miodrag Milanovic2016-04-231-2/+2
* 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-172-5/+8
* added print_verbose, print_info, print_debug and print_error to lua, and used... Miodrag Milanovic2016-04-164-23/+23