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

Modernize: Move some arrays to std::array #412

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jun 1, 2024

  1. Modernize: Move some arrays to std::array

    Also replaces a macro with a template function
    GravisZro committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    910710e View commit details
    Browse the repository at this point in the history
  2. More of the same

    GravisZro committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    a46f0f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Event more... with bugfixes!

    Bugfixes
    - In `ObjInitGeneric` in for loop where `obj_info` wasn't being used.
    - Twice in WeaponFire.cpp where `fq.thisobjnum` was being assigned `Objects - obj` instead of `obj - Objects`
    GravisZro committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    e02469e View commit details
    Browse the repository at this point in the history