Sergey Popov

Results 7 issues of Sergey Popov

If you see only one indicator for total cpu load then it's harder to detect the case of a single program locking up and consuming 100% of a single core....

enhancement
in progress

Current way to build: ``` cd packaging/android/build-android-dependencies ./build-android-deps.sh mkdir /tmp/wesnoth && cd /tmp/wesnoth scons -Y host=android-armeabi-v7a prefix=/tmp/android-prefix/armeabi-v7a android_home= ndkdir= apk ``` Fixes issue #7477

Building
Packaging
SCons

### Game and System Information - master(e850f27fa17ac1361b0f7dc009bbc95a11619c00 atm) - Gentoo linux/flatpak ### Description of the bug Divide by zero if trying to start when window was maximized last time. Happens...

Bug
Linux
Packaging

Wesnoth's stable branch currently is 1.18 yet it's impossible to add 1.16 since custom branches aren't supported anymore. But there still exists 1.14 oldstable branch which probably should be removed...

eol

## C++ module support This PR is aimed is aimed at adding support for C++20 modules for gcc, perhaps also adding infrastructure that could be reused by clang/msvc. Intended interface...

c++20

Although you can just use YS C api from C++, there's some value in easing access to C++ objects from YS code by mapping them to YS concepts somehow, in...

This makes surface page appear for me with my usual way of building with qmake/make without having to pass any extra defines to it.