Steve Cotton
Steve Cotton
Sorry, I thought 870bd715219e319c174ee124af6005c795dc9189 did that - but now I see it failed after that was merged. A failing build doesn't actually stop the PR being merged.
I tried to reapply f282eb7948's method to the current canvas.cpp, and found that `draw::fill` and `draw::blit` behave oddly in the credits screen's `scroll_label`. Although the width of rectangles passed to...
There's a giant list of tags that cause wmllint to ignore `id=`, it's around line 2560 of wmllint (as of the 1.17.26 tag). This should be fixed by adding `[leader_goal]`...
> > > * [ ] S1 is as discussed in [this thread](https://forums.wesnoth.org/viewtopic.php?t=18640&sid=58786aa518eb716c269524a84304a966). > > I think [ab900b0](https://github.com/wesnoth/wesnoth/commit/ab900b0093503809d91fc9c48ead19e388b63fe7) and [efefcd2](https://github.com/wesnoth/wesnoth/commit/efefcd2284b2cff5f8024115ed774a020771a4b1) kind of addressed this one. @stevecotton WDYT? I don't think...
> Updated opening post to strike out the undead horsemen since they've now been added. > > Is there anything else on that list that's now in core but isn't...
This needs a rebase that reorganises stuff between commits. This one's too large to squash into a single commit, yet if it stays as the current set of commits then...
While I wouldn't expect docs to break anything, it seems trivial to create a branch, push it, and run the CI on it. It doesn't even need to be checked...
I've seen this one too, have debugged it and it's a simple fix`*`. Reproducing the bug requires multiple eras with custom units installed - the help browser then generates topics...
The best fix is probably to add the following method to game_config_manager and use it to influence whether the error message is shown: ``` /** * Returns true if this...
I'm wondering if the better solution is avoid generating random genders random at runtime. If you have a bunch of 5 generic units, with no reason for the player to...