Jon Daniel

Results 41 comments of Jon Daniel

Separate review is possible at the Files Changed Tab. Opening multiple PRs requires creating separate branches and cherry-picking all the commits which is a too time consuming task.

Have a look at example bug related PR - #4796 and test it on web platform

- Hovering Q3A weapon switch controls menu exits game. Run with `fteqw -quake3`, go to controls menu and move the mouse over the weapon change fields

Warnings from running `autoreconf -i -s -v` ```sh autoreconf-2.72: export WARNINGS= autoreconf-2.72: Entering directory '.' autoreconf-2.72: configure.ac: not using Gettext autoreconf-2.72: running: aclocal --install -I m4 aclocal-1.17: overwriting 'm4/pkg.m4' with...

Here are the other POD versions checksum and compression algorithms and header/entry structures: [POD file format versions Checksum Algorithm](https://github.com/jopadan/termpod/wiki/Checksum-Algorithm)

I am using Gentoo Linux 6.13.7 and using the systems package manager provided build scripts. Adding cpp-httplib to target_link_libraries in `Descent3/Descent3/CMakeLists.txt` for Descent3 fixes the problem

adding cpp-httplib causes all the action script tests to fail.

Obviously the charconv liibrary is missing in the linked libraries list. Adding `boost_charconv` to src/CMakeLists.txt fixes the problem but `Boost::charconv` doesn't. ```sh cd /usr/src/games/wesnoth/jopadan/wesnoth/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/wesnoth.dir/link.txt --verbose=1...

Probably one of the other Boost:: libraries include the charconv on the ubuntu system. Adding boost_charconv fails for ubuntu I don't know what Boost::charconv does there.

Sorry to recreate the PR and fork in order to separate chmod a-x * and remove add submodule forsaken-data