Commit Graph

5 Commits

Author SHA1 Message Date
blowfish
2a8287491b Blacklist complains if url pattern does not match any files
Easier to debug stuff
2019-03-01 01:03:45 -08:00
blowfish
91ec3c8341 Extract common code between blacklist and whitelist 2019-03-01 01:00:49 -08:00
blowfish
bbc29c201f Make constants all capitals 2019-03-01 00:53:33 -08:00
Joseph Wong
366a354688 allow empty lines and comments in blacklist/whitelist 2019-02-04 21:20:20 -08:00
blowfish
3618a724e3 Blacklist for excluding replaced files
All .restockblacklist files will be read to prevent KSP from loading these files (i.e. models and textures).  Any .restockwhitelist files will be read to prevent them from being blacklisted (e.g. if a mod actually uses the squad files).  Each line in those files should be a GameData path that follows these rules:

* If it ends with a / then all files in that directory (or sibdirectories) will be matched
* A * can match anything in a directory or file name
* Files can optionally take an extension, but it is not required to match
2019-01-19 23:15:57 -08:00