summaryrefslogtreecommitdiffstats
path: root/plugins/data/load_dat.lua
Commit message (Collapse)AuthorAgeFilesLines
* -plugins.data: Reworked the code substantialy. Vas Crabb2022-06-251-128/+208
| | | | | | | | | | | | | | | | * Use the plugin data folder for storing the cache. The history folder may be read-only or shared with different configurations. * Don't create the cache database or surrounding folder if there's nothing to store in it. * Actually use prepared queries multiple times rather than always destroying them after a single use. * Added proper error checking for most database operations. * Improved query performance by avoiding outer joins and table scans. -bus/nubus: Made the Macintosh Display Cards map the blue channel to white with monochrome monitors. Also added logging for PLL configuration to help debug how CRTC and RAMDAC clocks work in the future.
* plugins/data: srcclean Vas Crabb2021-10-251-2/+2
|
* plugin/data: handle multiple blocks in dat cracyc2021-10-241-5/+11
|
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-1/+1
| | | | | | | | | | | 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-081-1/+1
|
* hiscore.dat: Updates [Leezer] cracyc2019-12-021-2/+2
| | | | plugins/data: various fixes (nw)
* plugins/data: small cleanups (nw) cracyc2019-11-291-8/+12
|
* plugins/data: that shouldn't be there (nw) cracyc2019-11-291-3/+0
|
* plugins/data: loading fixes (nw) cracyc2019-11-281-43/+47
|
* plugins/data: fix version for gameinit (nw) cracyc2018-01-151-1/+2
|
* plugins/data: don't pollute the namespace and use emu.print_error (nw) cracyc2018-01-141-29/+29
|
* plugins/data: added reporting of database errors (nw) firewave2018-01-141-0/+13
|
* 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)
* plugins/data: add marp scores [Carl] cracyc2017-07-301-20/+1
|
* plugins/data: fix small things (nw) cracyc2017-07-271-0/+1
|
* plugins/data: use 2 column format and clean up some parse errors (nw) cracyc2017-07-271-0/+1
|
* plugins/data: create first dir in historypath if it doesn't exist (nw) cracyc2017-02-161-1/+9
|
* 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-271-1/+1
|
* 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-091-61/+129
|
* ui/selgame: fix crash (nw) cracyc2016-09-291-1/+1
|
* srcclean (nw) Vas Crabb2016-09-261-2/+2
|
* ui: remove datfile_manager (nw) cracyc2016-09-061-1/+1
|
* ui/selgame: get dat info from plugin [Carl] cracyc2016-09-051-0/+97
plugins/data: add data plugin [Carl]