Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | -plugins.data: Reworked the code substantialy. | 2022-06-25 | 1 | -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 | 2021-10-25 | 1 | -2/+2 | |
| | |||||
* | plugin/data: handle multiple blocks in dat | 2021-10-24 | 1 | -5/+11 | |
| | |||||
* | More Lua interface cleanup - it's simpler with cleaner underlyng APIs. | 2020-12-27 | 1 | -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 | 2020-12-08 | 1 | -1/+1 | |
| | |||||
* | hiscore.dat: Updates [Leezer] | 2019-12-02 | 1 | -2/+2 | |
| | | | | plugins/data: various fixes (nw) | ||||
* | plugins/data: small cleanups (nw) | 2019-11-29 | 1 | -8/+12 | |
| | |||||
* | plugins/data: that shouldn't be there (nw) | 2019-11-29 | 1 | -3/+0 | |
| | |||||
* | plugins/data: loading fixes (nw) | 2019-11-28 | 1 | -43/+47 | |
| | |||||
* | plugins/data: fix version for gameinit (nw) | 2018-01-15 | 1 | -1/+2 | |
| | |||||
* | plugins/data: don't pollute the namespace and use emu.print_error (nw) | 2018-01-14 | 1 | -29/+29 | |
| | |||||
* | plugins/data: added reporting of database errors (nw) | 2018-01-14 | 1 | -0/+13 | |
| | |||||
* | fmtowns_cd: hand fix rbisland (nw) | 2017-12-20 | 1 | -1/+1 | |
| | | | | | load_dat.lua: fix crlf issue (nw) selsoft: fix off-by-one crash (nw) | ||||
* | plugins/data: add marp scores [Carl] | 2017-07-30 | 1 | -20/+1 | |
| | |||||
* | plugins/data: fix small things (nw) | 2017-07-27 | 1 | -0/+1 | |
| | |||||
* | plugins/data: use 2 column format and clean up some parse errors (nw) | 2017-07-27 | 1 | -0/+1 | |
| | |||||
* | plugins/data: create first dir in historypath if it doesn't exist (nw) | 2017-02-16 | 1 | -1/+9 | |
| | |||||
* | plugins/data: fix if order (nw) | 2017-02-16 | 1 | -6/+6 | |
| | |||||
* | plugins/data: check the rest of the paths too (nw) | 2017-02-13 | 1 | -1/+0 | |
| | |||||
* | srcclean (nw) | 2016-11-27 | 1 | -1/+1 | |
| | |||||
* | plugins/data: put database in correct path (nw) | 2016-11-12 | 1 | -1/+1 | |
| | |||||
* | plugins/data: fix index (nw) | 2016-11-09 | 1 | -1/+1 | |
| | |||||
* | plugins/data: store data in database (nw) | 2016-11-09 | 1 | -61/+129 | |
| | |||||
* | ui/selgame: fix crash (nw) | 2016-09-29 | 1 | -1/+1 | |
| | |||||
* | srcclean (nw) | 2016-09-26 | 1 | -2/+2 | |
| | |||||
* | ui: remove datfile_manager (nw) | 2016-09-06 | 1 | -1/+1 | |
| | |||||
* | ui/selgame: get dat info from plugin [Carl] | 2016-09-05 | 1 | -0/+97 | |
plugins/data: add data plugin [Carl] |