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: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ed1db3523013
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dddc19c15154
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 5, 2020

  1. Update list of DLLs.

    pleroy authored Jan 5, 2020
    Copy the full SHA
    dddc19c View commit details
Showing with 2 additions and 5 deletions.
  1. +2 −5 documentation/Setup.md
7 changes: 2 additions & 5 deletions documentation/Setup.md
Original file line number Diff line number Diff line change
@@ -24,11 +24,8 @@ This directory should not contain any of the following subfolders:

This project depends upon:
- the KSP assembly `Assembly-CSharp.dll`, found in `<KSP directory>\KSP_x64_Data\Managed`;
- the Unity assemblies `UnityEngine.dll` and `UnityEngine.UI.dll`, found in
`<KSP directory>\KSP_Data\Managed` (on Mac you'll need `UnityEngine.CoreModule.dll`,
`UnityEngine.PhysicsModule.dll`, `UnityEngine.ImageConversionModule.dll`,
`UnityEngine.IMGUIMode.dll` and `UnityEngine.TextRenderingModule`; on Windows and Linux
it's safe to ignore any warnings related to these five DLLs);
- the Unity assemblies `UnityEngine.CoreModule.dll`, `UnityEngine.dll`, `UnityEngine.ImageConversionModule.dll`, `UnityEngine.IMGUIMode.dll`, `UnityEngine.InputLegacyModule.dll`, `UnityEngine.PhysicsModule.dll`, `UnityEngine.TextRenderingModule.dll` and `UnityEngine.UI.dll`, found in
`<KSP directory>\KSP_x64_Data\Managed`;
- our [fork](https://github.com/mockingbirdnest/glog) of the Google glog
library;
- our [fork](https://github.com/mockingbirdnest/googletest) of the Google googletest