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

Rename TopologyMode to TopologyTypeSet #3156

Commits on Nov 9, 2021

  1. Rename TopologyMode to TopologyTypeSet

    Campaigns that predate terrain VBL could not be loaded without error due to the refactoring in RPTools#3148. This was because
    the old `Zone.topologyMode` field has the same name and type name as before the refactoring, but was structurally
    distinct and so could not be correctly deserialized.
    
    To avoid this, and to avoid potential other confusions with the previous enum `TopologyMode`, the new class has been
    renamed to `TopologyTypeSet` and methods and variable names have been updated accordingly.
    kwvanderlinde committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    91022e1 View commit details
    Browse the repository at this point in the history