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

Compatibility rework #1348

Closed
wants to merge 24 commits into from
Closed

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    4a3f2d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b698e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e29c1d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Move more logic to runners

    rankynbass committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    4d62a15 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. More work done

    rankynbass committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    99f8d75 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    0634482 View commit details
    Browse the repository at this point in the history
  2. Add unpatched wine fix

    rankynbass committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    b0a8bd3 View commit details
    Browse the repository at this point in the history
  3. Move MacVideoFix to xlcore

    rankynbass committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    c37927c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Configuration menu
    Copy the full SHA
    d8e66ce View commit details
    Browse the repository at this point in the history
  2. Revert "Move MacVideoFix to xlcore"

    This reverts commit c37927c.
    It's better to keep all this on the XL side.
    rankynbass committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    78e02be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c02352 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Implemented a bunch of stuff suggested by marzent:

    * Changed names of classes to WineSettings and DxvkSettings
    * Moved the install functions back to compatibilitytools
    * Removed a bunch of unused variables
    * Restored UnixDalamudRunner to be much closer to original
    * Moved WINEDLLOVERRIDES completely to compatibilitytools
    * Renamed some vars for better clarity.
    rankynbass committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    c6353d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9284ecb View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    6b73619 View commit details
    Browse the repository at this point in the history
  2. Fixed missing !

    rankynbass committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4624e0a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Clean up the Ensure() functions, moved duplicate

    code to DownloadTool().
    rankynbass committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    22b5b08 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    3076a12 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 8, 2023

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

Commits on Jul 23, 2023

  1. Code cleanup per marzents coments

    * fixed WineDLLOverrides
    * Renamed IsDxvk to Enabled
    * Improved logic for RunCommand for readability.
    * Uncommented #FLATPAK_NOTRIGHTNOW block
    * Removed second arg from GetUnixProcessId()
    * Added private function to find gameExe from winedbg info proc
    rankynbass committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    11cc916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f697f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7794d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec316fe View commit details
    Browse the repository at this point in the history