Louis Moureaux

Results 186 comments of Louis Moureaux

What's more, this dialog has keyboard shortcuts that can be inadvertently activated if the dialog comes up while you're typing.

Do we need to keep the git hash in the version string? It makes the versions not monotonous.

The first action done by the server when switching ruleset is to free all ruleset-related structures it has from the previous ruleset. Since nations are server-defined, there is no way...

> I guess it self-bifurcated to aarch64? `aarch64` and `arm64` usually refer to the same thing, the difference is mostly there to confuse people :sweat_smile: The FlatHub bot builds both...

Qt checks the following variables when selecting its platform plugin: * `XDG_SESSION_TYPE=x11|wayland` * `QT_QPA_PLATFORM` as you mentioned I could reproduce your error by unsetting `XDG_SESSION_TYPE` or setting it to `x11`...

I can confirm that this is caused by the split of wonders off `misc/buildings.spec` into `misc/wonders.spec`. I can't see an easy way to provide backward compatibility for this, apart from...

> None. Removing a dependency on an external library is always a good idea. Note that we'd technically be replacing the dependency. The main advantage is that everything would be...

Why migrate now: The Qt Multimedia API was overhauled in Qt6 and the SDL_mixer API was overhauled in SDL3.

I counted 11 tiles in a map with xsize=36. The number of tiles attached to the poles seems lower when using `WRAPX|WRAPY` instead of the default `WRAPX` topology.