jostephd
jostephd
Has anyone tried to email MZ?
This should be pretty straightforward. The addon manager is implemented in src/gui/dialogs/addon/manager.cpp and src/gui/dialogs/addon/manager.cpp; it already shows the list of translations, all that's needed is to add some UI to...
Yeah, the value of the search textbox could be matched against the text in the "Translations" label. Or maybe a dropdown could be added. A dropdown would have the advantage...
Is anything printed to stderr? Can you get a stack trace with debug symbols? Does it crash with `--userdata-dir` and `--userconfig-dir` pointing to new, empty directories? Do you have any...
> * Using a clean, new `userdata` and `userconfig` dir crashes as well, changing the screen resolution line from what is above to `Setting mode to 1280x720` (both are wrong,...
@Wedge009 I don't think we know yet whether the cause of the bug is in xmonad or in wesnoth, do we? I know the problem doesn't occur under openbox but...
Could you try this patch? It seems `SDL_DestroyRenderer` may not be called with a nullptr argument. The first instance is definitely needed because the move constructor just above sets `renderer_`...
Okay, I pushed the first hunk. **Question**: Should I push the second hunk as well? Could `renderer_` be nullptr in canvas::draw? @Phenitei Before we conclude it's an upstream bug, are...
Hmm, okay. There is no pointer dereference on [line 350](http://hg.libsdl.org/SDL/file/8feb5da6f2fb/src/video/SDL_blit_A.c#l350) but there is one on line 351. I assume it is `srcp` that fails to be dereferenced? Is it NULL,...
> Fire-based terrains seem an obvious example, and players' intuition says that drakes would take less damage from it than other races. If anything, I'd expect terrain damage from a...