Butcher Circus Randomize v3 (Linux + Windows beta)
IMPORTANT NOTE:
this release placed as beta because of windows version of BCR.
To make it work on windows you should CHECK the "mute ancestor" option, otherwise program will just crash, also "screenshot" button does not work on windows
On linux all works fine
Change log:
- Fixed bug that crashed program when your random settings files does not existed yet (program worked after crash)
- Added feature "screenshot" - screnshots current state of window and pastes in your clipboard (also you will see your result for a second)
- Added option to random 3 teams at one time
- Reworked whole ui, now there is new apperience of a program
- Added ancestor replics that will be played every second random (you can disable this feature)
- A bit reworked random, so teams should be more "true randomed"
Code changes:
- added tests
- Build system was rewritten from qmake to cmake
- Mainwindow ui form was deleted, all ui is now planned to write using code (heroselection still has ui form, but it's empty)
- Refactored code, added comments
- c++20 standart instead of c++17