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

Loading screen interface and implementation #700

Merged
merged 11 commits into from
Sep 24, 2015
Merged

Loading screen interface and implementation #700

merged 11 commits into from
Sep 24, 2015

Commits on Sep 23, 2015

  1. Configuration menu
    Copy the full SHA
    847522f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fde6a97 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2015

  1. Configuration menu
    Copy the full SHA
    11f5e44 View commit details
    Browse the repository at this point in the history
  2. Adding a loading screen interface and default impl.

    This will allow an easy way to replace the default loading screen.
    The default implementation is included as well.
    RaananW committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    93b315b View commit details
    Browse the repository at this point in the history
  3. Engine changes

    The engine now has a loadingScreen variable. For legacy reasons all
    functions (get and set background etc') are still there, but should be
    removed in future releases.
    RaananW committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    827240c View commit details
    Browse the repository at this point in the history
  4. Adding mixxing properties

    And type fix.
    Typescript compiles.
    RaananW committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    0f3c528 View commit details
    Browse the repository at this point in the history
  5. engine cleanup

    removed the unneeded properties (breaking change)
    RaananW committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    78af33c View commit details
    Browse the repository at this point in the history
  6. js of loadingScreen

    RaananW committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    aa63a51 View commit details
    Browse the repository at this point in the history
  7. updting config.json

    missing file
    RaananW committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    0d0084a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eb1a974 View commit details
    Browse the repository at this point in the history
  9. Changes to the interface

    Supports the engine methods.
    RaananW committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    b464948 View commit details
    Browse the repository at this point in the history