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

Create a basic ECS #17

Merged
merged 21 commits into from
Apr 8, 2022
Merged

Create a basic ECS #17

merged 21 commits into from
Apr 8, 2022

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    bbe9bcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d0a1ad View commit details
    Browse the repository at this point in the history
  3. Add entities

    foodelevator committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    1487f3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b6666a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    4bdb89e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f932da1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dac640 View commit details
    Browse the repository at this point in the history
  4. Make clippy 📎 happy

    foodelevator committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    a38c587 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    a494c00 View commit details
    Browse the repository at this point in the history
  2. Fix some possible UB

    foodelevator committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    21f267a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01c8466 View commit details
    Browse the repository at this point in the history
  4. Remove the EntityBuilder

    The engine itself won't add that many components and this struct cant be
    used from a potential scripting language, so it didn't make any sence to
    add from the beginning.
    foodelevator committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    5e0fc23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c14cd9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7f4b5d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

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

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    5f657bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e40513 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24c616e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8a11d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Add resources

    foodelevator committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    6d98acb View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

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