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

bugfix: NH::HashString Memory Violation #44

Merged
merged 4 commits into from
Aug 8, 2024

Commits on Jul 31, 2024

  1. Replace const char* with std::string for NH::HashString Value a…

    …s a temporary measure to keep its lifetime under control before larger refactoring is possible
    piotrmacha committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ef00e9f View commit details
    Browse the repository at this point in the history
  2. Remove NH::HashString, replace many uses of UnionString to `std::…

    …string` and make some code const-correct
    piotrmacha committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    341fec0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Add verbose logging and checks to MusicTheme::SetAudio, set IO thre…

    …ad pool to single thread.
    piotrmacha committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f54bbaf View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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