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

Using std::array to store blocks in cChunkDef #5487

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Apr 8, 2023

  1. Using std::array to store blocks in cChunkDef

    - Using std::array to store Blocks
    - accompanying casts
    - replace typedef with using
    - copy constructor instead of memcpy
    12xx12 committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    18b54c2 View commit details
    Browse the repository at this point in the history
  2. A sh*t here we go again

    Style checker failed
    12xx12 committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    609b3c9 View commit details
    Browse the repository at this point in the history
  3. No one shall be forgotten

    - Replaced some more casts with an inline method
    - less calls to std::copy (or derivates)
    12xx12 committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    3f69abd View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

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

Commits on Apr 16, 2023

  1. Fixed breaking bugs

    12xx12 committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    a439d59 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Fixed Clang cast errors

    12xx12 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    d60799f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. fixed datatypes

    12xx12 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    9c49fb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bb35be View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

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