summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/data
Commit message (Collapse)AuthorAgeFilesLines
* Strip CRs from history.xml (#8115) Julian Sikorski2021-05-301-0/+1
|
* Mostly revert "Create console history file in homepath (#8026)" Vas Crabb2021-05-072-8/+2
| | | | | | The change to make the console plugin work is preserved. This reverts commit 25137717c9392d142650fcd679b09c400a2f5c4a.
* Create console history file in homepath (#8026) Szunti2021-05-032-2/+8
| | | | | | | | | | | * Fix console history path, homepath is a core option * Create missing directories recursively in lua plugins. * Add lfs to global environment in a less magical way. require normally doesn't bind the name globally just returns the module, mame sets a preloader that does bind lfs globally, but maybe it's less surprising to do it explicitly
* plugins/data: properly clear history data when loading new file cracyc2021-04-031-0/+2
|
* srcclean in preparation for branching release Vas Crabb2021-01-242-3/+3
|
* plugins/data: more hiscore improvements cracyc2021-01-021-73/+487
|
* plugins/data: better hiscore parsing cracyc2021-01-011-35/+57
|
* plugins/data: remove logging and fix query cracyc2020-12-311-4/+2
|
* plugins/data: use history.xml and add xml parser for it cracyc2020-12-311-8/+164
|
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-274-8/+8
| | | | | | | | | | | 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.
* plugins: Replace environment variable substitution function with core version AJR2020-12-084-7/+7
|
* hiscore.dat: Updates [Leezer] cracyc2019-12-022-4/+18
| | | | plugins/data: various fixes (nw)
* plugins/data: small cleanups (nw) cracyc2019-11-293-12/+20
|
* plugins/data: that shouldn't be there (nw) cracyc2019-11-291-3/+0
|
* plugins/data: loading fixes (nw) cracyc2019-11-283-48/+48
|
* srcclean (nw) Vas Crabb2018-04-221-2/+2
|
* plugins/data: require returns true if package returns nil (nw) cracyc2018-03-291-2/+2
|
* plugins/data: give up if the database can't be created (nw) cracyc2018-03-201-0/+4
|
* oops2 (nw) cracyc2018-01-151-1/+1
|
* plugins/data: fix version for gameinit (nw) cracyc2018-01-152-2/+3
|
* plugins/data: added database checks to data_marp.lua as well (nw) firewave2018-01-151-0/+11
|
* plugins/data: didn't mean to undo that (nw) cracyc2018-01-141-2/+4
|
* plugins/data: don't pollute the namespace and use emu.print_error (nw) cracyc2018-01-143-50/+51
|
* plugins/data: added reporting of database errors (nw) firewave2018-01-142-0/+23
|
* plugins/data: fixed table lookup (nw) Oliver Stöneberg2018-01-131-1/+1
|
* plugins/data: fix spelling (nw) cracyc2018-01-121-1/+1
|
* fmtowns_cd: hand fix rbisland (nw) cracyc2017-12-201-1/+1
| | | | | load_dat.lua: fix crlf issue (nw) selsoft: fix off-by-one crash (nw)
* data_marp: bail if database not open (nw) cracyc2017-09-271-2/+4
|
* plugins: gettextify localizable strings (nw) cracyc2017-09-039-12/+12
|
* srcclean (nw) Vas Crabb2017-08-271-2/+2
|
* font_osx: handle fonts where space glyphs return a null bounding box (e.g. ↵ Vas Crabb2017-08-062-2/+2
| | | | | | Hiragino family) restore ability to localise info box headings
* plugins/data: add marp scores [Carl] cracyc2017-07-303-20/+163
|
* plugins/data: fix small things (nw) cracyc2017-07-272-1/+6
|
* plugins/data: use 2 column format and clean up some parse errors (nw) cracyc2017-07-272-9/+11
|
* srcclean (nw) Vas Crabb2017-02-191-2/+2
|
* plugins/data/data_hiscore: print_verbose unimplemented stuff (nw) cracyc2017-02-171-7/+10
|
* plugins/data/data_hiscore: don't permit hi score parse scripts to modify the ↵ cracyc2017-02-171-224/+234
| | | | shared environment or save any persistent data (nw)
* plugins/data: create first dir in historypath if it doesn't exist (nw) cracyc2017-02-162-2/+10
|
* plugins/data: fix if order (nw) cracyc2017-02-161-6/+6
|
* plugins/data: check the rest of the paths too (nw) cracyc2017-02-131-1/+0
|
* srcclean (nw) Vas Crabb2016-11-272-4/+4
|
* plugins/data: put database in correct path (nw) cracyc2016-11-121-1/+1
|
* plugins/data: fix index (nw) cracyc2016-11-091-1/+1
|
* plugins/data: store data in database (nw) cracyc2016-11-094-69/+136
|
* data/data_hiscore: parse more (nw) cracyc2016-11-031-8/+18
| | | | luaengine: remove more leftovers (nw)
* plugins/data: fix driver info (nw) cracyc2016-11-022-2/+12
|
* luaengine: bugfixes (nw) cracyc2016-11-021-4/+6
|
* luaengine: add basic table return support (nw) cracyc2016-11-021-6/+2
|
* data: remove extra newlines (nw) cracyc2016-10-262-0/+2
|
* ui/selgame: fix crash (nw) cracyc2016-09-291-1/+1
|