usidedown
usidedown
All arguments following "--" in argparse are treated as positional arguments. e.g. ```shell compgen -W "foo bar baz" -- b ``` As far as I can tell shtab doesn't treat...
This PR changes from c++17 to c++20 when compiling C++20 has many features that simplify C++ and short make code shorter and clearer. Possible disadvantages: Compilers guarantee to be C++17...
Solves #1211 Introduces a new configuration `save load order` that changes the way sorting works in the load dialog ✅ Allows sorting by timestamp rather than filename ✅ Doesn't change...
Solves reproducibility issues raised in #9867 - Replace uniform_int_distribution with custom implementation - Replaces std::shuffle with custom implementation Doesn't address the performance concerns raised in the issue above.
Solves #3411  Adds mouse cursor for top/bottom attacks:   Adds attacks originating from "tail" direction: 
Solves #1228 Saves the position of the window in fheroes2.conf. The position is captured every time the window is moved, and saved to settings when the game exits. It's possible...