Wouter Wijsman
Wouter Wijsman
Since I'm trying to see if I can get this game to work on Vita or PSP, I had to remove the dependency upon boost. Instead I'm using jsoncpp to...
After the latest update to the automated builds, I was not able to get translation support to build for MacOS anymore. This should be fixed before another release is done.
I can't figure out how this is supposed to work, I'm using the following documentation: https://www.statuspal.io/api-docs/v2#tag/Incidents/operation/getIncidents I've tried setting before to the starts_at value of the last entry I've received....
## Description This is another attempt to repurpose the work by @Kzimir and @makson96 on downloading windows versions of games that also support Linux. I'm still testing this, but I...
This was the original issue, which was not solved yet: > I'm using the [flatpak package of Minigalaxy](https://flathub.org/apps/details/io.github.sharkwouter.Minigalaxy). When installing Jagged Alliance 2 I get a "Wine extraction failed" error,...
## Description I'm working on an improvment in the downloading of files and the download info being passed around. This is still WIP. ## Checklist - [ ] _CHANGELOG.md_ was...
At the moment we have a lot of print statements and we have a debug mode. This could be done better with the logging module. It could be a global...
This is not a high priority task, but it might be cool to have.
## brief description of changes this pull request introduce I just updated the README to include SDL2_mixer, since it seems to be required. ## List of files altered - README.md
If found that the install script was not running in the `docker:stable` docker container unless I created the directory `~/.docker` manually, which does not exist by default. I thought it...