You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move all numbers string parsing to the helper class and use InvariantCulture for the parsing
Move setting up logger from showMapViewer() to MainForm to prevent double creation of the logger
Add missing open bracket when repeating log line
In SelectIDDialog, switch the compare order in IndentifyCultureInfo to avoid unhandled null exception
In SelectIDDialog, select the first place by default.
In BackgroundProcessReportDialog, also save the log to file.
If the game directory was not found close the application
If the game directory was found, but the map directory is missing, allow the user to create it (if the user decides not to create it - close the application).
If no maps were found show a label telling the user to right click to start downloading a map