Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: Additional quality of life changes #23

Merged
merged 22 commits into from
Oct 26, 2016
Merged

Add: Additional quality of life changes #23

merged 22 commits into from
Oct 26, 2016

Commits on Oct 24, 2016

  1. Configuration menu
    Copy the full SHA
    7e50004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb298aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa25c58 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. Configuration menu
    Copy the full SHA
    24b2d17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8329517 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cb178b View commit details
    Browse the repository at this point in the history
  4. refactor() use picture element and media query for various device sizes

    Now the images will load only from local if the width of the device is
    less than 500px.  > 500px will pull from the steam CDN.
    AdamJo committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    d042209 View commit details
    Browse the repository at this point in the history
  5. fix() copy paste error

    AdamJo committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    80d9004 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e86e24 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f73d37e View commit details
    Browse the repository at this point in the history
  8. chore update with upstream

    AdamJo committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    d65fb10 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. Configuration menu
    Copy the full SHA
    a8fd899 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c91bf3b View commit details
    Browse the repository at this point in the history
  3. feature() WIP game over screen

    CURRENT:
    - added function to find if game has ended and in previous games
    - created UI for game over screen on map
    NEXT:
    - add animation for game over screen and victor screen
    - test on live game, create mok up for test data
    AdamJo committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    9a37b77 View commit details
    Browse the repository at this point in the history
  4. ui() animation only on the map for night time

    - suggestion by gilgi, this makes the map cleaner and easier to see for
    night time.
    AdamJo committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    3df94e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a41de1 View commit details
    Browse the repository at this point in the history
  6. feature() finish game over animation

    current: added animation and removed unused/test unused
    - linting
    AdamJo committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    b08e9c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08b4c13 View commit details
    Browse the repository at this point in the history
  8. chore() move unused images

    since I am now pulling from the CDN only I do not need these files.
    AdamJo committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    5c0ac8a View commit details
    Browse the repository at this point in the history
  9. chore() update from upstream;

    AdamJo committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    86b11fe View commit details
    Browse the repository at this point in the history
  10. fix() add safe guard against NaN values

    small bug, this poped up once on the live server and went away fairly
    quickly.
    AdamJo committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    15da1e4 View commit details
    Browse the repository at this point in the history
  11. chore() update dependencies

    AdamJo committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    1efc435 View commit details
    Browse the repository at this point in the history