Thanks to visit codestin.com
Credit goes to github.com

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: Coderrob/PhoenixSystem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: PhoenixSystem/PhoenixSystem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Mar 26, 2016

  1. Merge pull request PhoenixSystem#28 from Coderrob/master

    (update) Refactor GameManager's system management to a SystemManager
    jonathanpmast committed Mar 26, 2016
    Configuration menu
    Copy the full SHA
    12211d4 View commit details
    Browse the repository at this point in the history
  2. Get rid of the concept of Managers beside systems

    - should instead just use a system that creates and manages entities
      with the appropriate update priority
    jonathanpmast committed Mar 26, 2016
    Configuration menu
    Copy the full SHA
    c575ad9 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2016

  1. Merge pull request PhoenixSystem#29 from jonathanpmast/RemoveManagerC…

    …oncept
    
    Get rid of the concept of Managers beside systems
    jonathanpmast committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    4ef6955 View commit details
    Browse the repository at this point in the history
Loading