Steve Cotton
Steve Cotton
### Game and System Information - **Version:** 1.18.0+dev (f4a1d25d3f4cb0d1b02bf2ad3926ce4d92f469de), 1.19+dev - **OS:** Linux (Debian testing distro, X11 session started 11 days ago) - **libc6** 2.38-11 - **libcairo2** 1.18.0-3+b1 - **libfontconfig1**...
For the readme's "For example, instead of writing this code:", the example could also be written using C++17's declaration-in-if syntax: ```c++ std::optional get_cute_cat (const image& img) { if (auto cropped...
Support for these has been added to the engine, but there's no hint about them on the Wiki. Making it a checklist, so it's easy to add stuff. WML: -...
According to Valgrind's Callgrind tool, around 2.7% of the time for running unit tests is spent on checking for blacklisted filenames in filesystem::is_legal_filename. This drops that to around 0.8%.
There was only one caller for attack_type::abilities_special_tooltips(), so this can hardcode that it always wants inactive specials to be included in the list. @newfrenchy83 I was thinking of this sort...
The tutorial has dialogs that appear when the first Shaman or Archer is recruited, which use the unit type. The msgids are simply `Elvish Shaman` and `Elvish Archer` in the...
Prior to PR #5968 / PR #5970, a player could follow Dacyn's instructions to the letter, yet get killed if they chose a village 2 hexes away from the Quintain...
### Game and System Information - **Version:** 1.19.1+dev (55b6010f77690cc150d576edfc0ad1f987d62345 + unrelated local changes) ### Description of the bug The random map generation generates potentially overlapping chambers, and then erases two...
### Describe the desired feature One of the issues with HttT is that the player can quickly retake the supposedly highly defensive city and castle of Elensefar. Currently there are...
### Language English ### Source LoW, DM, HttT, NR ### Original Text There's a group referred to inconsistently as the North Elves and the Northern Elves. Chantal is once referred...