Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Derive User classes directly from IUser interface instead of the NullUser class. #2648

Merged
merged 4 commits into from
Jan 14, 2019

Commits on Jan 10, 2019

  1. Derive User classes directly from IUser interface

    instead of the NullUser class.
    Remove the unnecessary `Display...()` methods.
    Still needs `RaiseSelectionDialog()` implementation for the GUI. Coming soon...
    DasSkelett committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    5346861 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dad8770 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Create new bool ConfirmPrompt in IUser

    Used right now to find out whether to show confirmation dialogs prior to mod changes.
    DasSkelett committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    8238575 View commit details
    Browse the repository at this point in the history
  2. Forgot the second occurrence of the confirm prompt

    Also adjusted the .csproj for the new SelectionDialog form
    DasSkelett committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    4b6984e View commit details
    Browse the repository at this point in the history