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

Detect gamepath automatically #53

Merged
merged 17 commits into from
Jan 25, 2022
Merged

Detect gamepath automatically #53

merged 17 commits into from
Jan 25, 2022

Commits on Jan 22, 2022

  1. Basic, prob. linux only

    3top1a committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    fb67402 View commit details
    Browse the repository at this point in the history
  2. Don't save settings twice

    3top1a committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    6a0fe7b View commit details
    Browse the repository at this point in the history
  3. initial review of VDF parsing

    0neGal committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    b1b7d26 View commit details
    Browse the repository at this point in the history
  4. implement #52 into #51

    0neGal committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    6a785c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    baeae1f View commit details
    Browse the repository at this point in the history
  6. fixed setGamepath(folder)

    0neGal committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    a6dae77 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. moved modules into extras/

    I moved requests.js into extras and made the function for finding the
    potentional gamepath into it's own module. I also made the exec() called
    Promise based.
    0neGal committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    4f8884e View commit details
    Browse the repository at this point in the history
  2. Repaired vdf reading

    - os nor app was imported
    - returned the entire vdf file instead
    3top1a committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    77c03b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    837008b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c92db73 View commit details
    Browse the repository at this point in the history
  5. simplify VDF code

    0neGal committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    1362df7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Edge case in vdf reading (#56)

    * Edge case
    
    * Alert user only when automatic detection failed
    
    * extra info on not found message
    
    * support for [Free/Open]BSD
    
    Co-authored-by: 0neGal <mail@0negal.com>
    3top1a and 0neGal committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    18d1166 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5566e6c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #57 from Alystrasz/fix/french-translation

    [fix] update general.missingpath French translation
    0neGal committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    0c0cce0 View commit details
    Browse the repository at this point in the history
  4. no alert when manually changing the game path

    When changing the game path by clicking the button you shouldn't be told
    it can't find the game and you've to select one manually, as you know
    that already. More importantly, if it could be found automatically it'll
    just not do anything.
    
    With this change I also changed the "gui.setpath" string to be more
    logical, and to make it clear what it does.
    0neGal committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    9c6ac29 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    61f9bc8 View commit details
    Browse the repository at this point in the history
  2. fixed mods not updating after changing path

    This also fixes mods not showing up after first install of NS
    0neGal committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    6a08872 View commit details
    Browse the repository at this point in the history