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

Update Mangos to C++17 and new Eluna Multistate implementation #194

Closed
wants to merge 9 commits into from

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    f964185 View commit details
    Browse the repository at this point in the history
  2. Update PCH to C++17

    Foereaper authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    4538810 View commit details
    Browse the repository at this point in the history
  3. Replace old version of setting CXX flags with proper one

    Implemented in CMake 3.22, this is the new standard way to set compiler version
    Foereaper committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    4cd1fa5 View commit details
    Browse the repository at this point in the history
  4. Update SD3 to C++17

    Foereaper committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    3416217 View commit details
    Browse the repository at this point in the history
  5. Flag game as C++17 as well

    Foereaper committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    9558b10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2cd8043 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Fix codestyle issues

    Foereaper authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    34bda5f View commit details
    Browse the repository at this point in the history
  2. Fix destructor warning

    Foereaper committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3c0234e View commit details
    Browse the repository at this point in the history
  3. Fix codestyle

    Foereaper committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b013383 View commit details
    Browse the repository at this point in the history