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

Commits on Mar 28, 2023

  1. feat(demo): adding a demo package for javadoc

    - declare the demo01 package for the javadoc generation.
    mcgivrer committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    e967bfd View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Add new build feature

    mcgivrer committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    8330a8c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. feat(demo): adding a demo01 configuration file

    - declare the demo01 package for the javadoc generation.
    mcgivrer committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    27a2095 View commit details
    Browse the repository at this point in the history
  2. feat(packaging): Refactor all subclasses to packages

    - move and arrange subclasses into some core packages.
    mcgivrer committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    ca623ba View commit details
    Browse the repository at this point in the history
  3. fix(build): fix drone build parameter

    - Add the missing `a` parameter to the build command.
    mcgivrer committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    15e74d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. feat(refactoring): Add new game system objects and

    - Add Scene
    - Add SceneManager
    - Add GameSystem
    - Add SystemManager
    mcgivrer committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    b8c45e4 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. fix some issues

    mcgivrer committed May 1, 2023
    Configuration menu
    Copy the full SHA
    78bc1ca View commit details
    Browse the repository at this point in the history
Loading