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: Kopernicus/Kopernicus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d919ffcf7abf
Choose a base ref
...
head repository: Kopernicus/Kopernicus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 68827635d789
Choose a head ref
  • 6 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 2, 2017

  1. Copy the full SHA
    6de9665 View commit details

Commits on Aug 4, 2017

  1. Configurable ring rotation

    - Add rotationPeriod property
    - Use it to update the transform
    HebaruSan committed Aug 4, 2017
    Copy the full SHA
    eedbe97 View commit details

Commits on Aug 5, 2017

  1. Copy the full SHA
    0280f0b View commit details

Commits on Aug 14, 2017

  1. Allow configuration to specify LAN of rings

    - Add longitudeOfAscendingNode property
    - Make lockRotation property consistently fix ring to same orientation
    HebaruSan committed Aug 14, 2017
    Copy the full SHA
    d93a6be View commit details
  2. Copy the full SHA
    add9aab View commit details
  3. Merge pull request #201 from HebaruSan/ring-thickness

    Add properties for a thick ring
    Dorian Stoll authored Aug 14, 2017
    Copy the full SHA
    6882763 View commit details
Showing with 392 additions and 64 deletions.
  1. +338 −57 Kopernicus/Kopernicus.Components/Ring.cs
  2. +54 −7 Kopernicus/Kopernicus/Configuration/RingLoader.cs
Loading