summaryrefslogtreecommitdiff
path: root/src/database/database-files.h
Commit message (Collapse)AuthorAge
* Settings: Proper priority hierarchySmallJoker2021-01-29
| | | | | | | | | | | Remove old defaults system Introduce priority-based fallback list Use new functions for map_meta special functions Change groups to use end tags Unittest changes: * Adapt unittest to the new code * Compare Settings objects
* RemotePlayer: Remove Settings writer to Files databaseSmallJoker2021-01-29
|
* Player file directory must be only created when using file backend.Loïc Blot2019-01-04
| | | | Also ensure on each player save that the directory exists
* Replace auth.txt with SQLite auth database (#7279)Ben Deutsch2018-08-05
| | | | * Replace auth.txt with SQLite auth database
* Move files to subdirectories (#6599)Vitaliy2017-11-08
* Move files around