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

Potential fixes for issues #22, #20, and #19 #23

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Nov 28, 2023

  1. figured out how to read the registry for steam games saved in either …

    …local machine or current user registry. need to figure out how to find other platforms through the registry then integrate into the main program
    mikednjoy committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4e013a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94b2448 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    e6499d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce2d7e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Attempted to integrate Registry Search and make it platform agnostic.…

    … Was unable to test it and code got a bit hadouken-y so will definitely need input from someone with Moonlight/Sunshine to test and with more experience coding to optimize/clean up a bit
    mikednjoy committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ae0cb51 View commit details
    Browse the repository at this point in the history
  2. Turned the registry search into a function to make future expansion/i…

    …mplementation a bit easier, which also helped with the hadouken
    mikednjoy committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    57d1dd2 View commit details
    Browse the repository at this point in the history
  3. added checking for libraries on linux/macOS - might also turn that in…

    …to a function but it's late and i'm going to bed
    mikednjoy committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    84f0d2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ebf9ab View commit details
    Browse the repository at this point in the history
  5. added sorting by file size to accommodate rockstar (and likely other)…

    … launchers that have a .exe of the same name in the steamapps/common folder that just launches the launcher - now it should find the larger of the two .exes first (the actual game launcher)
    mikednjoy committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    53c95d0 View commit details
    Browse the repository at this point in the history
  6. Delete Registry Test directory

    removed testing grounds for registry search now that the functionality is implemented into the main program
    mikednjoy authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    831bee5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from mikednjoy/windows-registry-paths

    Windows registry paths
    mikednjoy authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    baf9f5d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2dc6b71 View commit details
    Browse the repository at this point in the history
  9. fixed merge conflicts

    mikednjoy committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    0eacf14 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    419307d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff676aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc14ae4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8e98c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    514d71c View commit details
    Browse the repository at this point in the history