Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RyanThomasForge/WitcherScriptMerger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: woodbyte/WitcherScriptMerger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 24, 2018

  1. Fix error on cleanup of temporary files

    Treating files as possible symbolic links on bundled file merges was
    causing errors with temporary file cleanup later on. Since bundled
    files are freshly unpacked and therefore not symlinks, we can feed them
    directly to KDiff and avoid the issue.
    woodbyte committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    3064379 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2018

  1. Add support for Blood & Wine bundles in DLC folder

    The search order of the vanilla bundle folders was also tweaked so
    patch bundles always take precedence.
    woodbyte committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    bb7b66c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a4a4ed View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Make DLC folder search case-insensitive

    Due to differences between the Steam and GOG versions of the game, the
    previous case-sensitive search could miss some of the DLC folders.
    woodbyte committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    e52ce56 View commit details
    Browse the repository at this point in the history
  2. Increase version to 0.6.2.2

    woodbyte committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    2a087bb View commit details
    Browse the repository at this point in the history
Loading