Skip to content

Butcher Circus Randomize v4

Latest
Compare
Choose a tag to compare
@raik199x raik199x released this 07 Sep 11:41
e5effd4

The entire project code was refactored, which is why this release takes a new major version, 4.

Fixes

  • The program no longer crashes on Windows if you don't check "mute ancestor." However, the program still does not play any sound, likely due to my deployment method. Building from sources works and returns ancestor replicas.
  • Created screenshots now appear on Windows.

Removed features

  • The "random" setting is no longer saved in files since the feature seems unnecessary.

Code changes

  • Reverted to the C++17 standard as no features of C++20 were used.
  • Switched from Criterion to GTest. Also added new tests.
  • Added vcpkg support, so new libraries will now be pulled from it.
  • Updated documentation.
  • Lots of code refactoring.
  • Slight UI rework.
  • .ui files removed.