Advertisement
Guest User

Untitled

a guest
Apr 28th, 2018
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. * Added a debug logging method, and added debug output to most methods.
  2. * Added associated options and a menu for debugging: A debug menu (which is not visible by default), an option to show the debug menu, and 3 debug options:
  3. * -Clear old logs: Deletes any but newest logs. (Program automatically deletes oldest log when creating a fourth log, for a max of 3 at any time.)
  4. * -Debug logging: A check state menu item that toggles creating log files.
  5. * Added a method that cleans up older debug logs. Only cleans up logs when we have more than 3 logs, or user forces a clean-up.
  6. * Added some extra internal documentation and comments.
  7. * Added a requirement for the program to be able to find a version file where the user is trying to say their game directory is.
  8. * Added error handling for the background worker. Tells the user there was an error, and to upload their log. Writes out exception info to log file, and enables debug menu.
  9. * Added a menu option to open the program's installation directory.
  10.  
  11. * Changed the screen position that the updater uses when it starts up.
  12. * Changed where the program stores a lot of its internal information, so as to prevent users from accidentally changing something they shouldn't.
  13.  
  14. * Fixed a soft-crash caused by the updater trying to move a file to a new directory introduced by a patch.
  15. * Fixed a credential issue that would happen if the program crashed, which made the user unable to use the MEGATools application set.
  16. * Fixed an issue where the program wouldn't delete the base game archive if the user was trying to update to a version that has a live patch, and the download was interrupted.
  17.  
  18. * Removed the program resetting the download directory to install directory if the user set a location, tried to change it, but pressed cancel.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement