Steve Cotton
Steve Cotton
Please could you attach your savefile (ideally the replay) to this Github issue?
Mega.nz seems to want a browser extension just to download files. Does Github not allow you to attach the savefile directly to this issue? (It lets me attach a save,...
Thanks for reporting this. I'm amazed how long it's taken for this bug to get reported, it was introduced in 1.13.6. The lava is supposed to stay away from the...
It's fixed in 1.18, but not yet forward-ported to 1.19, because I was going to forward-port #9046 at the same time and only test them together. @Dalas121, please would you...
Please leave time for discussion before coding and creating more PRs. Even if you create a PR, it isn't going to be reviewed until after the recursion PRs have been...
It would work similarly to interpreting `replacement_type` as a list, and in the C++ not having a separate `alternate_type`. > more interesting than selecting only the type that does the...
The reason the test is passing is because of the additional check_tag logic, the num_recursion() test doesn't guard against recursion. I wanted to check how long it took to fail...
I don't understand the previous comment
As I said in newfrenchy83/wesnoth#83, the RAII wasn't finished code, and I had separate commits with the limit being treated as true or false, saying that neither was the finished...
Sorry for dropping this. At the moment I think the logic for resolving infinite recursion on "X is active if and only if Y is active" and "X is active...