summaryrefslogtreecommitdiffstatshomepage
path: root/plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hiscore.dat: Updates [Leezer] cracyc2017-01-041-7/+141
|
* hiscore.dat: Updates [Leezer] cracyc2016-12-091-2/+52
|
* srcclean (nw) Vas Crabb2016-11-2712-43/+43
|
* plugins/data: put database in correct path (nw) cracyc2016-11-121-1/+1
|
* added OPTION_HOMEPATH to point to read/write folder,for now used by LUA ↵ Miodrag Milanovic2016-11-121-2/+3
| | | | | | scripts (nw) Copied all needed files so plugins could be started under UWP
* plugins/data: fix index (nw) cracyc2016-11-091-1/+1
|
* plugins/data: store data in database (nw) cracyc2016-11-094-69/+136
|
* stupid copy/paste (nw) Miodrag Milanovic2016-11-081-1/+0
|
* Made timer plugin use sqlite3 (nw) Miodrag Milanovic2016-11-081-31/+41
|
* plugins/console: much better completions (nw) cracyc2016-11-071-10/+41
|
* plugins/console: further improve completions by removing break chars from ↵ cracyc2016-11-061-11/+6
| | | | linenoise that hide the full type (nw)
* plugins/console: (nw) cracyc2016-11-061-1/+0
|
* lua-linenoise: add preload (nw) cracyc2016-11-061-1/+13
|
* plugins/console: (nw) cracyc2016-11-061-1/+1
|
* plugins/console: better completions (nw) cracyc2016-11-061-5/+14
|
* plugins/console: add lua console [Carl] cracyc2016-11-062-0/+94
|
* data/data_hiscore: parse more (nw) cracyc2016-11-031-8/+18
| | | | luaengine: remove more leftovers (nw)
* hiscore.dat: Updates [Leezer] cracyc2016-11-031-0/+48
| | | | luaengine: fix save_item (nw)
* plugins/data: fix driver info (nw) cracyc2016-11-022-2/+12
|
* luaengine: bugfixes (nw) cracyc2016-11-022-5/+7
|
* luaengine: add basic table return support (nw) cracyc2016-11-021-6/+2
|
* data: remove extra newlines (nw) cracyc2016-10-262-0/+2
|
* hiscore.dat: Updates [Leezer] cracyc2016-10-161-26/+102
| | | | | | 8042kbdc: fix Indigo keyboard [Carl] ---- The removed stuff from 8042kdbc appears to be handled by pckeybrd now but there could be regressions.
* 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
|