summaryrefslogtreecommitdiff
path: root/lib/SkinFile.pm
AgeCommit message (Collapse)AuthorFilesLines
2021-01-04refactor: Move & simplify SkinFile into VNDB::SkinsYorhel1-74/+0
VNDB::Skins now behaves the same way as VNDB::Config - it provides a single function that returns all the info you'll need. This removes the tuwf->{skins} global variable, making skin-querying code independent of the TUWF object, and, again, moving some library-related functionality out of vndb.pl.
2010-01-24Automatically generate the skin credits on d7Yorhel1-0/+1
Added a userid field in the skin config files, from which the credits are loaded. Now I don't have to constantly update d7 for every language when something changes in the skin files.
2010-01-24SkinFile: Abstracted access to the skin configuration filesYorhel1-0/+73
And updated skingen.pl and vndb.pl to make use of this abstraction.