summaryrefslogtreecommitdiffstatshomepage
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* ui/selgame: fix crash (nw) cracyc2016-09-291-1/+1
|
* srcclean (nw) Vas Crabb2016-09-262-6/+6
|
* ui/datmenu: fix in game menu data view (nw) cracyc2016-09-071-4/+4
|
* ui: remove datfile_manager (nw) cracyc2016-09-068-3/+52
|
* ui/selgame: get dat info from plugin [Carl] cracyc2016-09-0512-0/+1380
| | | | plugins/data: add data plugin [Carl]
* hiscore.dat: updates (Leezer) cracyc2016-09-031-13/+59
|
* srcclean on lua plugins, too Vas Crabb2016-08-3011-428/+428
|
* luaengine: remove now unnecessary stuff since a copy of searchpath is made ↵ cracyc2016-08-191-2/+2
| | | | and it won't be garbage collected from underneath us (nw)
* hiscore: make path expansion work on win32 also (nw) cracyc2016-08-041-4/+2
|
* Merge pull request #1186 from stengun/patch-1 cracyc2016-08-041-2/+25
|\ | | | | Fix .hi file load and write [stengun]
| * Revert modifications of 0646ca8 Roberto Benfatto2016-08-041-2/+5
| |
| * Make hiscore path configurable by ini file Roberto Benfatto2016-08-041-2/+25
| |
| * Fix .hi file load and write Roberto Benfatto2016-08-041-5/+2
| | | | | | hiscore.dat and hi folder path were not resolved as expected (their path was relative to mame executable, not to the plugin folder). Explicitly writing them as absolute paths gives the desired behavior.
* | hiscore.dat: updates [Leezer] cracyc2016-08-042-10/+23
|/
* 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 ↵ 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-143-14/+40
| | | | cheatfind into simple file (nw)
* mark working cracyc2016-07-132-2/+31
| | | | | | | | ----------- Digital Equipment Corporation VT240 [Carl] vt240: fix scroll and complement (nw) plugins/cheat: add simple cheat file format (nw)
* 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 ↵ cracyc2016-07-082-2/+36
| | | | rearranged every time (nw)
* plugins/hiscore: doc (nw) cracyc2016-07-081-1/+1
|
* plugins/hiscore: add optional value to prefill for software that clears ram ↵ cracyc2016-07-082-3/+21
| | | | and add examples (nw)
* 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.
* 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
| | | | cheats (nw)
* plugins/cheat: don't turn off unless on (nw) cracyc2016-06-211-2/+2
|
* luaengine: share accessors (nw) cracyc2016-06-201-0/+13
| | | | cheatfind: search share regions (nw)
* vt240: WIP (nw) cracyc2016-06-111-1/+1
|
* hiscore.dat: sort by source file in an effort to make it somewhat ↵ cracyc2016-05-312-10633/+14233
| | | | maintainable, mark entries not in mame.lst, and add script to do the sorting and comparing (nw)
* 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
| | | | | --- Those people shouldn't be bothered with issues from this (unless they want too but I don't know that)
* 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
|