Continuing my monologue... I successfully built a new AppImage with python3 integration as 0.4.10 is maturing but I had trouble getting an appropriate source package that mimics the release ones. Is there a script that builds the release tar.gz? The CMake 'make package' and make 'package_source' did...
I fixed the bundled python issues and the AppImage runs fine on a fresh install of Ubuntu 18.04 now. I noticed a bug with loading some resources that I mention here: https://github.com/freeorion/freeorion/issues/2800
Turns out this doesn't quite work in some cases and I am trying to tackle the python runtime issues. Is a full python runtime (executable and all) bundled with freeorion or is it just library API calls? I'm also getting the usual ImportError: No module named site when running, which suggests a $PYTH...
Hi, I successfully created an AppImage for freeorion 0.4.9. It uses the Open Build Service (OBS) with its AppImage integration. The AppImage file itself is found here: https://download.opensuse.org/repositories/home:/dbuck/AppImage/ and the OBS package page is here: https://build.opensuse.org/packag...
I'm testing 0.4.9 RC3 and I've done four 'Quick Starts' now (even after restarting the game) and they all had the exact same starting systems and galaxy. Is this expected?
Hi, python2 support is broken on openSUSE Tumbleweed (deprecated about a year ago) and freeorion 0.4.9 fails to compile unless I strictly use python3 and patch the CMake system - but then the game files/tests don't work because of syntax issues. Is it feasible to apply the current python3 commits to...
Hi, I've been attempting to build the 0.4.9 RC3 with openSUSE Tumbleweed and the deprecation warnings for boost::timer are finally showing up as compile errors. I did a code search and found the locations of the usage: ./python/AI/AIFramework.cpp:142: boost::timer order_timer; ./UI/TechTreeWnd.cpp:1...
Hi, It's been a while since I've played and I'm liking the 0.4.8 RC3 builds so far. I played a game and only noticed a few things: - The imperial stockpile's explanation is incredibly wordy - Spinal antimatter cannon does not get pilots bonus (probably intentional?) - Solar hulls were nerfed? Or may...
Once upon a time I attempted to get freeorion into the http://koji.fedoraproject.org build system, but I didn't/don't have the time to work through another distro's bureaucracy.