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

Cleanup: Use vectors for station platform and sprite layouts #9177

Merged
merged 3 commits into from May 2, 2021

Commits on May 2, 2021

  1. Codechange: Use std::vector for NewGRF station platform layouts.

    This avoids the need to custom memory management and additional members.
    
    This also resolves use-after-free if modifying copied layouts, so presumably nobody has ever done that.
    PeterN committed May 2, 2021
    Configuration menu
    Copy the full SHA
    b3610eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e5676b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dbde22 View commit details
    Browse the repository at this point in the history