Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

mysterious-mice - Fix the bugs that made Crash Landing unplayable #139

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 13, 2020

  1. Remove the use of the Mars weather API

    At the time of writing this, the weather API is only returning 5 days of 
    weather when our weekly weather data anticipates 7. This is causing an 
    issue making the game unplayable. These changes removes the use of the 
    weekly weather data to use a default values for the `wind_speed` and 
    `temperature` variables.
    fitzgeraldkd committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    57df847 View commit details
    Browse the repository at this point in the history
  2. Fix how the dust storm location gets updated

    The tuple representing the dust storm location previously had its x and 
    y values updated independently. This sometimes (but not consistently) 
    raises an error since tuples are immutable, rendering the game 
    unplayable. The changes here correct this issue.
    fitzgeraldkd committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    14eaba9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #60 from m-day/crash_landing_fixes

    Crash landing fixes
    fitzgeraldkd committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    d59eba3 View commit details
    Browse the repository at this point in the history