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: FiloMino/ModuleManager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sarbian/ModuleManager
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.
  • 16 commits
  • 5 files changed
  • 6 contributors

Commits on Jan 15, 2021

  1. Set modded physics and reload earlier

    Do it in post patch, this allows the part loader to pick up changes (e.g. rigidbody min mass)
    blowfishpro committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    f6669bf View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Always replace physics

    On a database reload this will already be true but we still want physics reloading to happen
    blowfishpro committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    c6163a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. Merge pull request sarbian#169 from sarbian/FixEarlyPhysics

    Fix early physics
    blowfishpro authored Aug 1, 2021
    Configuration menu
    Copy the full SHA
    6baca4c View commit details
    Browse the repository at this point in the history
  2. v4.2.0

    sarbian authored Aug 1, 2021
    Configuration menu
    Copy the full SHA
    3894ce1 View commit details
    Browse the repository at this point in the history
  3. Fix off-by-one string indexing in constraint checking

    Also change string comparison type to `StringComparison.Ordinal`, which
    should be the correct type according to
    https://docs.microsoft.com/en-us/dotnet/standard/base-types/best-practices-strings.
    al2me6 committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    d9e9264 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c60e3c5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request sarbian#171 from al2me6/fix-index-checking

    Fix off-by-one string indexing in constraint checking
    sarbian authored Aug 1, 2021
    Configuration menu
    Copy the full SHA
    e9d12d1 View commit details
    Browse the repository at this point in the history
  6. v4.2.1

    sarbian authored Aug 1, 2021
    Configuration menu
    Copy the full SHA
    86e60c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Support patching Localization tokens.

    * Support wildcards in nodetype matching so you can do @*,* {}
    * Support # in value names since loc names start with #
    * Tell Localizer to reload the language after MM finishes
    NathanKell committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    ebe2895 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Merge pull request sarbian#175 from NathanKell/master

    Support patching Localization tokens.
    sarbian authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    780c472 View commit details
    Browse the repository at this point in the history
  2. v4.2.2

    sarbian authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    a303e0a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Added , FileShare.ReadWrite to the File.Open, to allow MM to read files

    which are already opened by KSP
    linuxgurugamer committed May 14, 2023
    Configuration menu
    Copy the full SHA
    2ba651e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Merge pull request sarbian#180 from linuxgurugamer/LGG-Fix-Unreadable…

    …File
    
    Added , FileShare.ReadWrite to the File.Open, to allow MM to read files
    sarbian authored May 15, 2023
    Configuration menu
    Copy the full SHA
    d4574b4 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Fix invalid modded physics cfg path being fed to KSP when using the f…

    …aulty PDLauncher workaround
    siimav committed May 19, 2023
    Configuration menu
    Copy the full SHA
    b22136a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Merge pull request sarbian#181 from siimav/FixPhysicsForTheStupidPDLa…

    …uncherWorkaround
    
    Fix invalid modded physics cfg path being fed to KSP when using the faulty PDLauncher workaround
    sarbian authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    19df15c View commit details
    Browse the repository at this point in the history
  2. v4.2.3

    sarbian authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c456192 View commit details
    Browse the repository at this point in the history
Loading