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

Commits on Mar 1, 2020

  1. First commit for refactoring: Cleanup

    Cleaned up all the code. Re-introduced the minimum. There are still
    the submodules as it is not always clear how it is handled.
    Documentation following this refactoring will be coming along with
    the next commits.
    pierrefourgeaud committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    d90ef01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28f143c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    071ba51 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    7d2d990 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Configuration menu
    Copy the full SHA
    878a90f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Big module and renderer refactoring

    In order to accomodate for the new Renderer organization
    (and the fact that we now load directly the GL library
    and open the window with the Native API instead of GLAD
    + GLFW) we needed to also improve the module organization.
    
    We can now with this change, load GL, Open the window with the
    params wanted.
    pierrefourgeaud committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    6dcc5a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0eac0b View commit details
    Browse the repository at this point in the history
Loading