Added a method to test for junk-files, so they're ignored during patching

This commit is contained in:
Vhati 2014-04-19 22:56:00 -04:00
parent 41a2e88d66
commit 5f333f7c77
3 changed files with 31 additions and 4 deletions

View file

@ -8,7 +8,10 @@ Changelog
- Changed FTLDat to allow opening dats in read-only mode
- Changed modman.exe to fail rather than use VirtualStore
- Added modman_admin.exe, which always runs as administrator
- Added a Validate warning for junk files whose names end with a tilde
- Added a Validate warning for junk files whose names start/end with tilde
- Added a Validate warning for junk files whose names start+end with hash
- Added a Validate warning for junk files named '.dropbox'
- Added a check during patching to skip junk files
- Added an error popup when the jar is double-clicked
- Minor optimizations to reduce memory usage